mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
lint
This commit is contained in:
parent
c636fe5c56
commit
a9529d8052
|
@ -539,7 +539,8 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
|
||||||
SELECT * FROM enlfdir
|
SELECT * FROM enlfdir
|
||||||
INTO TABLE @lt_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
|
||||||
|
ORDER BY funcname.
|
||||||
|
|
||||||
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