bugfix, textpool deserialization

if only the tpool is updated, the texts are not activated properly. Save as inactive
This commit is contained in:
larshp 2017-06-03 10:50:04 +02:00
parent e592e614e5
commit 53d480bf38

View File

@ -1444,7 +1444,8 @@ CLASS lcl_objects_program IMPLEMENTATION.
INSERT TEXTPOOL iv_program
FROM it_tpool
LANGUAGE lv_language.
LANGUAGE lv_language
STATE 'I'.
IF sy-subrc <> 0.
lcx_exception=>raise( 'error from INSERT TEXTPOOL' ).
ENDIF.