mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
bugfix, textpool deserialization
if only the tpool is updated, the texts are not activated properly. Save as inactive
This commit is contained in:
parent
e592e614e5
commit
53d480bf38
|
@ -1444,7 +1444,8 @@ CLASS lcl_objects_program IMPLEMENTATION.
|
||||||
|
|
||||||
INSERT TEXTPOOL iv_program
|
INSERT TEXTPOOL iv_program
|
||||||
FROM it_tpool
|
FROM it_tpool
|
||||||
LANGUAGE lv_language.
|
LANGUAGE lv_language
|
||||||
|
STATE 'I'.
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
lcx_exception=>raise( 'error from INSERT TEXTPOOL' ).
|
lcx_exception=>raise( 'error from INSERT TEXTPOOL' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user