File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,20 @@ INTERFACE zif_aff_tran_v1
126126 show TYPE ty_skip_initial_screen_mode VALUE 'N' ,
127127 END OF co_skip_initial_screen_mode.
128128
129+ "! $values {@link zif_aff_tran_v1.data:co_variant_maintenance_mode}
130+ "! $default {@link zif_aff_tran_v1.data:co_variant_maintenance_mode.no_allowed}
131+ TYPES ty_variant_maintenance_mode TYPE c LENGTH 1 .
132+ CONSTANTS :
133+ "! <p class="shorttext">Editing of standard transaction variant</p>
134+ BEGIN OF co_variant_maintenance_mode,
135+ "! <p class="shorttext">Allowed</p>
136+ "! Allowed
137+ allowed TYPE ty_variant_maintenance_mode VALUE 'A' ,
138+ "! <p class="shorttext">Not Allowed</p>
139+ "! Not Allowed
140+ not_allowed TYPE ty_variant_maintenance_mode VALUE 'N' ,
141+ END OF co_variant_maintenance_mode.
142+
129143 "! $values {@link zif_aff_tran_v1.data:co_update_mode}
130144 "! $default {@link zif_aff_tran_v1.data:co_update_mode.asynchronous}
131145 TYPES ty_update_mode TYPE c LENGTH 1 .
You can’t perform that action at this time.
0 commit comments