larshp / dependencies

testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TABL

larshp opened this issue · comments

instead of the following, call some resolve method? classes and table types are currently not found

SELECT SINGLE tabname FROM dd02l INTO lv_tabname WHERE tabname = <ls_dd03l>-rollname.
IF sy-subrc = 0.
  APPEND VALUE #( obj_type  = 'TABL' obj_name  = <ls_dd03l>-rollname ) TO rt_result.
ELSE.
  APPEND VALUE #( obj_type  = 'DTEL' obj_name  = <ls_dd03l>-rollname ) TO rt_result.
ENDIF.