mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Sort dynpros at serialize to get a consistent serialized file
This commit is contained in:
parent
9e0161f097
commit
b73d90c8c8
|
@ -582,6 +582,8 @@ CLASS zcl_abapgit_objects_program IMPLEMENTATION.
|
|||
IF sy-subrc = 2.
|
||||
zcx_abapgit_exception=>raise( 'error from screen_list' ).
|
||||
ENDIF.
|
||||
|
||||
SORT lt_d020s BY dnum ASCENDING.
|
||||
|
||||
* loop dynpros and skip generated selection screens
|
||||
LOOP AT lt_d020s ASSIGNING <ls_d020s>
|
||||
|
|
Loading…
Reference in New Issue
Block a user