This commit is contained in:
Mike Pokraka 2025-02-12 21:01:42 +00:00
parent 72a7f84648
commit c636fe5c56

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.
AND active = @abap_true.
IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( |Function Group { ms_item-obj_name } not found in table ENLFDIR| ).