File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,22 @@ INTERFACE zif_aff_chkv_v1
5252 "! <p class="shorttext">Parameter Name</p>
5353 "! The parameter name
5454 "! $required
55- name TYPE string ,
55+ name TYPE string ,
5656 "! <p class="shorttext">Parameter Value</p>
5757 "! The value of the parameter
58- value TYPE string ,
58+ value TYPE string ,
5959 "! <p class="shorttext">Parameter Structure</p>
6060 "! A structured value of a parameter
61- structured_value TYPE ty_structured_value,
61+ structured_value TYPE ty_structured_value,
6262 "! <p class="shorttext">Parameter Structure List</p>
6363 "! A list of structured values of a parameter
6464 structured_value_list TYPE ty_structured_value_list,
6565 "! <p class="shorttext">List of Parameter Values</p>
6666 "! List of values for a multi-value check parameter
67- value_list TYPE STANDARD TABLE OF ty_param_value WITH DEFAULT KEY ,
67+ value_list TYPE STANDARD TABLE OF ty_param_value WITH DEFAULT KEY ,
6868 "! <p class="shorttext">List of Range Values</p>
6969 "! List of range values for a check parameter
70- value_range_list TYPE ty_ranges,
70+ value_range_list TYPE ty_ranges,
7171 END OF ty_parameter,
7272
7373 "! <p class="shorttext">Parameters</p>
You can’t perform that action at this time.
0 commit comments