mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Delete blank lines from tadir objects
In "Transport to zip" option: Delete blank lines from tadir internal table before calculating the top package.
This commit is contained in:
parent
f5977ddb38
commit
c21aaca0c7
|
@ -172,7 +172,7 @@ CLASS lcl_transport IMPLEMENTATION.
|
|||
|
||||
SORT rt_tadir BY object ASCENDING obj_name ASCENDING.
|
||||
DELETE ADJACENT DUPLICATES FROM rt_tadir COMPARING object obj_name.
|
||||
|
||||
DELETE rt_tadir WHERE table_line IS INITIAL.
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
Loading…
Reference in New Issue
Block a user