Skip to content

Commit

Permalink
Merge pull request #2 from ocruca/patch-1
Browse files Browse the repository at this point in the history
Delete duplicate objects in ALV list.
  • Loading branch information
mkysoft committed Mar 12, 2018
2 parents 8a7a48c + a23278f commit c9a1e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/ZSAPLINK/PROG/ZSAPLINK.slnk
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,8 @@ FORM nugget_add_from_transport .
EXIT.
ENDIF.

SORT it_requestobject.
DELETE ADJACENT DUPLICATES FROM it_requestobject.
LOOP AT it_requestobject INTO wa_requestobject.
MOVE-CORRESPONDING wa_requestobject TO packageline.
APPEND packageline TO objects_package.
Expand Down

0 comments on commit c9a1e5f

Please sign in to comment.