mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
lint
This commit is contained in:
parent
72a7f84648
commit
c636fe5c56
|
@ -537,9 +537,9 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
SELECT * FROM enlfdir
|
SELECT * FROM enlfdir
|
||||||
|
INTO TABLE @lt_enlfdir
|
||||||
WHERE area = @ms_item-obj_name
|
WHERE area = @ms_item-obj_name
|
||||||
AND active = @abap_true
|
AND active = @abap_true.
|
||||||
INTO TABLE @lt_enlfdir.
|
|
||||||
|
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
zcx_abapgit_exception=>raise( |Function Group { ms_item-obj_name } not found in table ENLFDIR| ).
|
zcx_abapgit_exception=>raise( |Function Group { ms_item-obj_name } not found in table ENLFDIR| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user