File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5454 " originalLanguage"
5555 ]
5656 },
57- "recipientDetails " : {
58- "title" : " Recipient Details " ,
59- "description" : " Recipient details " ,
57+ "generalInformation " : {
58+ "title" : " General Information " ,
59+ "description" : " General information " ,
6060 "type" : " object" ,
6161 "properties" : {
6262 "namespace" : {
7676 "required" : [
7777 " formatVersion" ,
7878 " header" ,
79- " recipientDetails "
79+ " generalInformation "
8080 ]
8181}
Original file line number Diff line number Diff line change 55 "originalLanguage" : " en" ,
66 "abapLanguageVersion" : " cloudDevelopment"
77 },
8- "recipientDetails " :{
8+ "generalInformation " :{
99 "namespace" : " AIFNS"
1010 }
1111}
Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ INTERFACE zif_aff_aifr_v1
33 TYPES :
44 "! <p class="shorttext">Recipient Details</p>
55 "! Recipient details
6- BEGIN OF ty_recipient_details ,
6+ BEGIN OF ty_general_information ,
77 "! <p class="shorttext">Namespace</p>
88 "! Namespace of the recipient
99 "! $required
1010 namespace TYPE c LENGTH 15 ,
11- END OF ty_recipient_details ,
11+ END OF ty_general_information ,
1212
1313 "! <p class="shorttext">Recipient</p>
1414 "! Recipient
1515 BEGIN OF ty_main,
1616 "! $required
17- format_version TYPE zif_aff_types_v1=>ty_format_version,
17+ format_version TYPE zif_aff_types_v1=>ty_format_version,
1818 "! <p class="shorttext">Header</p>
1919 "! Header
2020 "! $required
21- header TYPE zif_aff_types_v1=>ty_header_60_cloud,
22- "! <p class="shorttext">Recipient Details </p>
23- "! Recipient details
21+ header TYPE zif_aff_types_v1=>ty_header_60_cloud,
22+ "! <p class="shorttext">General Information </p>
23+ "! General information
2424 "! $required
25- recipient_details TYPE ty_recipient_details ,
25+ general_information TYPE ty_general_information ,
2626 END OF ty_main.
2727ENDINTERFACE .
You can’t perform that action at this time.
0 commit comments