Skip to content

Commit ed71428

Browse files
authored
UX review fixes
1 parent a3bcc34 commit ed71428

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

file-formats/aifa/aifa-v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"implementingClass": {
8181
"title": "Implementing Class",
82-
"description": "Implementing Class",
82+
"description": "Implementing class",
8383
"type": "string",
8484
"maxLength": 30
8585
}
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
{
2-
"formatVersion": "1",
3-
"header": {
4-
"description": "Example AIFA for ABAP File Format",
5-
"originalLanguage": "en",
6-
"abapLanguageVersion": "cloudDevelopment"
7-
},
2+
"header": {
3+
"abapLanguageVersion": "standard"
4+
},
85
"generalInformation": {
9-
"namespace": "ZSMA4",
10-
"aifAction": "CREATE_PROUDCT",
11-
"mainComponentType": "ZLC_PRODUCT",
12-
"implementing_class": "ZLC_PRODUCT_CLASS"
6+
"namespace": "ZAIFN",
7+
"aifAction": "CREATE_BUPA",
8+
"mainComponentType": "ZAIF_CREATE_BUPA_STRUCTURE",
9+
"implementingClass": "ZAIF_CL_CREATE_BUPA"
1310
},
1411
"fieldsToRestore": [
1512
{
16-
"name": "INTERNAL_ID"
13+
"name": "BUPA_ID"
1714
}
1815
],
1916
"checks": [
2017
{
21-
"id": "10",
22-
"check": "CHECK_EMPTY",
23-
"checkBehaviour": "ignoreData",
18+
"id": "001",
19+
"check": "BUPA_EXIST",
20+
"checkBehaviour": "treatAsError",
2421
"fields": [
2522
{
2623
"type": "sourceStructure",
27-
"name": "BUPA"
24+
"name": "BUPA_ID"
25+
},
26+
{
27+
"type": "sourceStructure",
28+
"name": "BUPA_TYPE"
2829
}
2930
]
3031
}
3132
]
3233
}
34+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ INTERFACE zif_aff_aifa_v1
7373
"! Main component type
7474
main_component_type TYPE zif_aff_types_v1=>ty_object_name_30,
7575
"! <p class="shorttext">Implementing Class</p>
76-
"! Implementing Class
76+
"! Implementing class
7777
implementing_class TYPE zif_aff_types_v1=>ty_object_name_30,
7878
END OF ty_general_information,
7979

0 commit comments

Comments
 (0)