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