Skip to content

Commit 126ce66

Browse files
authored
Value help changes
1 parent 85546b9 commit 126ce66

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

file-formats/aifa/aifa-v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,13 @@
191191
"default": "sourceStructure"
192192
},
193193
"name": {
194-
"title": "Name/Value",
195-
"description": "Name/Value",
194+
"title": "Name",
195+
"description": "Name",
196+
"type": "string"
197+
},
198+
"value": {
199+
"title": "Value",
200+
"description": "Value",
196201
"type": "string"
197202
}
198203
},

file-formats/aifa/type/zif_aff_aifa_v1.intf.abap

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ INTERFACE zif_aff_aifa_v1
4848
BEGIN OF ty_field_to_check,
4949
"! <p class="shorttext">Type</p>
5050
"! Type
51-
type TYPE ty_field_type,
52-
"! <p class="shorttext">Name/Value</p>
53-
"! Name/Value
54-
name TYPE string,
51+
type TYPE ty_field_type,
52+
"! <p class="shorttext">Name</p>
53+
"! Name
54+
name TYPE string,
55+
"! <p class="shorttext">Value</p>
56+
"! Value
57+
value TYPE string,
5558
END OF ty_field_to_check,
5659
"! <p class="shorttext">Fields To Check</p>
5760
"! Fields to check

0 commit comments

Comments
 (0)