Fix related to textpools of includes (#3389)

Reference: 0b4809de6d

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2020-05-23 11:55:46 +02:00 committed by GitHub
parent 3620e12ee9
commit 1ef0aa9e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -598,7 +598,7 @@ CLASS ZCL_ABAPGIT_OBJECTS_PROGRAM IMPLEMENTATION.
IF it_tpool IS INITIAL.
IF iv_is_include = abap_false OR lv_state = 'A'.
DELETE TEXTPOOL iv_program "Remove initial description from textpool if
LANGUAGE iv_program "original program does not have a textpool
LANGUAGE lv_language "original program does not have a textpool
STATE lv_state.
lv_delete = abap_true.