This commit is contained in:
Mike Pokraka 2025-02-12 21:13:34 +00:00
parent a9529d8052
commit df62f05ab9

View File

@ -537,9 +537,9 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
ENDIF.
SELECT * FROM enlfdir
INTO TABLE @lt_enlfdir
WHERE area = @ms_item-obj_name
AND active = @abap_true
INTO TABLE lt_enlfdir
WHERE area = ms_item-obj_name
AND active = abap_true
ORDER BY funcname.
IF sy-subrc <> 0.