mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Remove empty FUGR message
This commit is contained in:
parent
71ab974558
commit
79d2ae8c44
|
@ -541,11 +541,7 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
|
|||
INTO TABLE lt_enlfdir
|
||||
WHERE area = ms_item-obj_name
|
||||
AND active = abap_true
|
||||
ORDER BY funcname.
|
||||
|
||||
IF sy-subrc <> 0.
|
||||
zcx_abapgit_exception=>raise( |Function Group { ms_item-obj_name } not found in table ENLFDIR| ).
|
||||
ENDIF.
|
||||
ORDER BY funcname. "#EC CI_SUBRC
|
||||
|
||||
LOOP AT lt_enlfdir ASSIGNING <ls_enlfdir>.
|
||||
TRANSLATE <ls_enlfdir>-funcname TO UPPER CASE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user