TABL: only include DEPTH =00, close #377

This commit is contained in:
larshp 2016-10-08 15:50:29 +00:00
parent c2541e5ae1
commit 864449ae1f
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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,