File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,17 @@ INTERFACE zif_aff_chkv_v1
9797 "! ATC check variant properties
9898 BEGIN OF ty_main,
9999 "! $required
100- format_version TYPE zif_aff_types_v1=>ty_format_version,
100+ format_version TYPE zif_aff_types_v1=>ty_format_version,
101101 "! <p class="shorttext">Header</p>
102102 "! Header
103103 "! $required
104- header TYPE zif_aff_types_v1=>ty_header_60_cloud,
104+ header TYPE zif_aff_types_v1=>ty_header_60_cloud,
105105 "! <p class="shorttext">Remote-Enabled</p>
106106 "! The ATC check variant is remote-enabled
107- remote_enabled TYPE abap_bool ,
107+ remote_enabled TYPE abap_bool ,
108108 "! <p class="shorttext">Selected Checks</p>
109109 "! The checks selected in the ATC check variant
110- selected_checks TYPE ty_checks,
110+ selected_checks TYPE ty_checks,
111111 END OF ty_main.
112112
113113ENDINTERFACE .
You can’t perform that action at this time.
0 commit comments