Skip to content

Commit 83b5a0e

Browse files
Adjust descriptions
"field" is intentional as the value of this corresponds to a field in an ABAP structure
1 parent 51e1b77 commit 83b5a0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

file-formats/chkv/type/zif_aff_chkv_v1.intf.abap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)