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 @@ -30,7 +30,7 @@ INTERFACE zif_aff_chkv_v1
3030 "! <p class="shorttext">Component</p>
3131 "! Component of a structure as a key-value pair
3232 BEGIN OF ty_structured_value_comp,
33- "! <p class="shorttext">Component Name</p>
33+ "! <p class="shorttext">Component Field Name</p>
3434 "! Name of a component of a structure
3535 "! $required
3636 field TYPE string ,
@@ -56,10 +56,10 @@ INTERFACE zif_aff_chkv_v1
5656 "! <p class="shorttext">Parameter Value</p>
5757 "! The value of the parameter
5858 value TYPE string ,
59- "! <p class="shorttext">Parameter Structure </p>
60- "! A structured value of a parameter
59+ "! <p class="shorttext">Structured Value </p>
60+ "! A structured value of a parameter, i.e. a value with named components
6161 structured_value TYPE ty_structured_value,
62- "! <p class="shorttext">Parameter Structure List</p>
62+ "! <p class="shorttext">Structured Value 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>
You can’t perform that action at this time.
0 commit comments