This commit is contained in:
larshp 2017-10-01 07:15:42 +00:00
parent 02d95a27ae
commit b5b0aef3fb

View File

@ -366,7 +366,10 @@ CLASS lcl_repo_online IMPLEMENTATION.
obj_name = <status>-obj_name
devclass = <status>-package
BINARY SEARCH.
ASSERT sy-subrc = 0.
IF sy-subrc <> 0.
* skip objects that does not exist locally
CONTINUE.
ENDIF.
INSERT <tadir> INTO TABLE lt_tadir_unique.