Sort dynpros at serialize to get a consistent serialized file

This commit is contained in:
PCF 2018-10-05 02:18:00 +02:00 committed by Lars Hvam
parent 9e0161f097
commit b73d90c8c8

View File

@ -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'