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:
Christian Tapia Sabogal 2017-01-19 15:03:20 -05:00 committed by GitHub
parent f5977ddb38
commit c21aaca0c7

View File

@ -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.
ENDCLASS.