mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Fix related to textpools of includes (#3389)
Reference: 0b4809de6d
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
3620e12ee9
commit
1ef0aa9e74
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user