@@ -29,22 +29,22 @@ INTERFACE zif_aff_chkv_v1
2929 ty_param_value TYPE string ,
3030 "! <p class="shorttext">Component</p>
3131 "! Component of a structure as a key-value pair
32- begin of ty_structured_value_comp,
32+ BEGIN OF ty_structured_value_comp,
3333 "! <p class="shorttext">Component Name</p>
3434 "! Name of a component of a structure
3535 "! $required
36- field type string ,
36+ field TYPE string ,
3737 "! <p class="shorttext">Component Value</p>
3838 "! Value of a component of a structure
3939 "! $required
40- value type string ,
41- end of ty_structured_value_comp,
40+ value TYPE string ,
41+ END OF ty_structured_value_comp,
4242 "! <p class="shorttext">Structure</p>
4343 "! A structured value as a list of key-value pairs
44- ty_structured_value type sorted table of ty_structured_value_comp with unique key field ,
44+ ty_structured_value TYPE SORTED TABLE OF ty_structured_value_comp WITH UNIQUE KEY field ,
4545 "! <p class="shorttext">Structure List</p>
4646 "! A list of structured values
47- ty_structured_value_list type standard table of ty_structured_value with empty key ,
47+ ty_structured_value_list TYPE STANDARD TABLE OF ty_structured_value WITH DEFAULT KEY ,
4848
4949 "! <p class="shorttext">Parameter</p>
5050 "! Parameter of ATC check
0 commit comments