cancel
Showing results for 
Search instead for 
Did you mean: 

API Schema Structure in XML Format for API's available at https://api.sap.com/ Portal

0 Kudos

Hi Team,

We have the API Specifications in the SAP API Portal where the Structure is provided in Application/Json format.

We are leveraging the "Manual Accruals" API for Batch processing the payload from CPI to S/4 HANA.

Since from CPI we need to process the Batch requests via the Odata Receiver Adaptor, request to please provide some insights from where can we have the XML structure in which we need to pass the payload in the Entity "MnlAccrsAccrualSubobject" for POST call.

Reference API Link which we are using : https://api.sap.com/api/OP_API_MANUALACCRUALS_0001/overview

//Thanks

T.Tarun

Accepted Solutions (0)

Answers (1)

Answers (1)

MartyMcCormick
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Tapas

I'm not sure I understand the question. CPI OData receiver supports batch and you can generate the XSD schema for use in mapping when you configure the channel.

In the API portal, you can download the schema definition in JSON, EDMX or YAML. You can convert an EDMX file to XSD in Eclipse.

Hope this helps,

Marty