mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
lint
This commit is contained in:
parent
a9529d8052
commit
df62f05ab9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user