File tree Expand file tree Collapse file tree 3 files changed +19
-17
lines changed Expand file tree Collapse file tree 3 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 7979 },
8080 "implementingClass" : {
8181 "title" : " Implementing Class" ,
82- "description" : " Implementing Class " ,
82+ "description" : " Implementing class " ,
8383 "type" : " string" ,
8484 "maxLength" : 30
8585 }
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments