mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Sort includes (#5352)
In some systems, function modules RS_GET_ALL_INCLUDES returns an include *T00. Where *T00 include is not returned, abapGit adds to the internal table. This results in different sorting order in different systems. Sort to keep the same order.
This commit is contained in:
parent
c1dcebd8aa
commit
1246e2718f
|
@ -626,6 +626,7 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
|
|||
APPEND lv_maintviewname TO rt_includes.
|
||||
ENDIF.
|
||||
|
||||
SORT rt_includes.
|
||||
IF lines( rt_includes ) > 0.
|
||||
" check which includes have their own tadir entry
|
||||
" these includes might reside in a different package or might be shared between multiple function groups
|
||||
|
|
Loading…
Reference in New Issue
Block a user