mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
TABL: only include DEPTH =00, close #377
This commit is contained in:
parent
c2541e5ae1
commit
864449ae1f
|
@ -192,7 +192,7 @@ CLASS lcl_object_smim IMPLEMENTATION.
|
|||
permission_failure = 4
|
||||
OTHERS = 5 ).
|
||||
IF sy-subrc <> 0.
|
||||
lcx_exception=>raise( 'error from mime api->get' ).
|
||||
lcx_exception=>raise( 'error from mime api->get:' && sy-msgv1 ).
|
||||
ENDIF.
|
||||
|
||||
lv_filename = get_filename( lv_url ).
|
||||
|
|
|
@ -176,6 +176,8 @@ CLASS lcl_object_tabl IMPLEMENTATION.
|
|||
<ls_dd12v>-as4time.
|
||||
ENDLOOP.
|
||||
|
||||
DELETE lt_dd03p WHERE depth <> '00'.
|
||||
|
||||
LOOP AT lt_dd03p ASSIGNING <ls_dd03p> WHERE NOT rollname IS INITIAL.
|
||||
CLEAR: <ls_dd03p>-ddlanguage,
|
||||
<ls_dd03p>-dtelmaster,
|
||||
|
|
Loading…
Reference in New Issue
Block a user