mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Add comments
This commit is contained in:
parent
d76942f957
commit
09106b4b52
|
@ -537,6 +537,7 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
|
|||
zcx_abapgit_exception=>raise_t100( ).
|
||||
ENDIF.
|
||||
|
||||
"FM is not reliable if Function Group is inconsistent, so cross-check results (#7147)
|
||||
SELECT * FROM enlfdir
|
||||
INTO TABLE lt_enlfdir
|
||||
WHERE area = ms_item-obj_name
|
||||
|
@ -549,6 +550,7 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
|
|||
|
||||
SORT lt_enlfdir BY funcname ASCENDING.
|
||||
|
||||
"Remove anything not in FM attributes table
|
||||
LOOP AT rt_functab ASSIGNING <ls_functab>.
|
||||
TRANSLATE <ls_functab> TO UPPER CASE.
|
||||
lv_index = sy-tabix.
|
||||
|
|
Loading…
Reference in New Issue
Block a user