File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ TRAN | Transaction | Others
1010
1111File | Cardinality | Definition | Schema | Example
1212:--- | :--- | :--- | :--- | :---
13- ` <name>.tran.json ` | 1 | [ ` zif_aff_tran_v1.intf.abap ` ] ( ./type/zif_aff_tran_v1.intf.abap ) | [ ` tran-v1.json ` ] ( ./tran-v1.json ) | [ `z_aff_example_tran .tran.json] ( ./examples/z_aff_example_tran .tran.json )
13+ ` <name>.tran.json ` | 1 | [ ` zif_aff_tran_v1.intf.abap ` ] ( ./type/zif_aff_tran_v1.intf.abap ) | [ ` tran-v1.json ` ] ( ./tran-v1.json ) | [ ` se93_test_par .tran.json` ] ( ./examples/se93_test_par .tran.json )
Original file line number Diff line number Diff line change 135135 "title" : " Skip Initial Screen" ,
136136 "description" : " Skip initial screen mode allows bypassing the first screen of the parent transaction by using predefined values." ,
137137 "type" : " string" ,
138- "maxLength" : 1
138+ "enum" : [
139+ " skip" ,
140+ " show"
141+ ],
142+ "enumTitles" : [
143+ " Skip Initial Screen" ,
144+ " Show Initial Screen"
145+ ],
146+ "enumDescriptions" : [
147+ " Skip Initial Screen" ,
148+ " Show Initial Screen"
149+ ],
150+ "default" : " show"
139151 },
140152 "parameterValues" : {
141153 "title" : " Parameter values" ,
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ INTERFACE zif_aff_tran_v1
9898 not_supported TYPE ty_ua_support_mode VALUE ' ' ,
9999 END OF co_ua_support_mode.
100100
101+ "! $values {@link zif_aff_tran_v1.data:co_skip_initial_screen_mode}
102+ "! $default {@link zif_aff_tran_v1.data:co_skip_initial_screen_mode.show}
101103 TYPES ty_skip_initial_screen_mode TYPE c LENGTH 1 .
102104 CONSTANTS :
103- "! $values {@link zif_aff_tran_v1.data:co_skip_initial_screen_mode}
104- "! $default {@link zif_aff_tran_v1.data:co_skip_initial_screen_mode.skip}
105105 "! <p class="shorttext">Skip Initial Screen Mode</p>
106106 BEGIN OF co_skip_initial_screen_mode,
107107 "! <p class="shorttext">Skip Initial Screen</p>
You can’t perform that action at this time.
0 commit comments