cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any SAP S/4HANA Cloud APIs available for Material Creation / Sales Quotation Creation.

Sijin_Chandran
Active Contributor
0 Kudos

Hello Gurus,

We are into a requirement where we would need to map some of the processes from a Third party Cloud based software with some of the processes available in SAP S/4 Hana.

Namely :

1. Sales Order mapping

2. BOM mapping

3. Material Master

4. Sale Quotation ( VA41 )

etc.

While searching S4 HANA APIs

S4 Hana available APIs

we were able to find APIs for Sales Order and BOM :

API_SALES_ORDER_SRV and API_BILL_OF_MATERIAL_SRV respectively.

Can anyone suggest for Material Master and Sale Quotation.

Thanks,

Sijin

Accepted Solutions (1)

Accepted Solutions (1)

Sijin_Chandran
Active Contributor
0 Kudos

Hello All,

>>Found one API for Product Master,

OData Service for Product Master

Can anyone working in S4/HANA confirm that Product Master in S/4 Hana is same as Material Master in ECC or not ?

If yes then it will do the purpose.

>>Similarly for Quotation I found API_SALES_QUOTATION_SRV, but this just supports read operation:

https://api.sap.com/shell/discover/contentpackage/SAPS4HANACloud/api/API_SALES_QUOTATION_SRV?section...

Can anyone confirm on Sales Quotation API with POST and UPDATE capabilities.

>> And finally , using API Process Sales Orders i.e. API_SALES_ORDER_SRV can we create a Sale Order taking Quotation as reference ?

If yes, then can anyone suggest how to, as I was not able to find option for giving Reference field in GET option for this API.

Thanks,

Sijin

Sijin_Chandran
Active Contributor
0 Kudos

I verified using S4 HANA Cloud Trial edition that

OData Service for Product Master

will serve for Product Master maintenance which is indeed the Material Master counterpart of ECC in S/4 Hana.

Now can anyone provided hints for the remaining 2 points.

Thanks,

Sijin

Sijin_Chandran
Active Contributor
0 Kudos

For point no.2 that is "Can anyone confirm on Sales Quotation API with POST and UPDATE capabilities."

I think API Process Sales Orders will work for Sale Quotation Document creation as well, reason being in POST operation for /A_SalesOrder EntitySet its observed there is a parameter A_SalesOrderType and its description says

"A classification that distinguishes between different types of sales document.
The sales document type determines how the system processes the sales document. For example, depending on the sales document type, the system determines which screens to present and which data to ask you for."

So with this I think it should work for creation of Sales Quotation as well , we would need to pass appropriate SalesOrderType. Need to check in Real S4 Hana Cloud system.

Actually this APIs name seems deceptive , itstead of API_SALES_ORDER_SRV its name should have been API_SALES_DOCUMENT_SRV.

Thanks,

Sijin

DirkRecktenwald
Advisor
Advisor
0 Kudos

Hi,

the current API for sales-qoute read will also be able to create, update and delete quotes with the 1805 release of S/4HANA Cloud. You can always check planned innovations in the SAP Innovation Discovery - provided you have an s-user:

Create Sales Quote API:

https://go.support.sap.com/innovationdiscovery/#/innovation/6CAE8B28C5DB1ED7959C2A6168E120C3

Update Sales-Quote API:

https://go.support.sap.com/innovationdiscovery/#/innovation/6CAE8B28C5DB1ED7959C2A6168E120C3

Delete Sales-Quote API:

https://go.support.sap.com/innovationdiscovery/#/innovation/6CAE8B26E4CB1ED7959C453384E820C8

Hope this helps!

Best regards,

Dirk

P.S. In case you would like to integrate S/4HANA Cloud with a third-party sales force automation system, check out this best-practice content on the best-practice explorer:

https://rapid.sap.com/bp/scopeitems/1QI

Answers (2)

Answers (2)

nitindeshpande
Active Contributor
0 Kudos

Hello Sijin,


I am not sure about the APIs available for Material Master Creation and Sales quote. But i have transferred the Material Master data and Sales quote using IDocs.

Regards,

Nitin Deshpande

Sijin_Chandran
Active Contributor
0 Kudos

Can you provide or suggest a link which can provide insight on Integrating a Cloud Based Software with S/4 Hana using IDocs.

nitindeshpande
Active Contributor
0 Kudos

Hello Sijin,

By the data you are trying to send to S/4 HANA, i believe you are integrating Hybris Cloud for Customer with S/4 HANA.

You can refer to below blog which consists of all the links related to C4C integration.

https://blogs.sap.com/2016/08/04/all-about-integration-with-sap-hybris-cloud-for-customer/

if you are looking at different tools for integrating like HCI or NW PI, you can go through below blog -

https://blogs.sap.com/2014/03/18/sap-cloud-for-customer-integration-use-hci-or-nw-pi/

In short, i can say you can use SAP HCI or NW PI as middleware to integrate your cloud based solution with C4C.

Regards,

Nitin Deshpande

DirkRecktenwald
Advisor
Advisor
0 Kudos

Hi!

S/4HANA Cloud does not support integration via iDocs with third party cloud systems. For this kind of integration only the APIs available on the API Hub can be used. Reason is that going forward SAP will use only oDATA, REST and SOAP APIs for cloud-to-cloud integration. IDOCs are only available for integration of S/4HANA Cloud with other SAP on-premise solutions.

For a general overview of S/4HANA Cloud integration please take a look at:

https://blogs.sap.com/2017/05/15/sap-s4hana-cloud-integration-strategies/

If you found a way to prove me wrong, I would be very interested to learn about this.

Best regards,

Dirk

0 Kudos

Hi,

Please check this blog https://blogs.sap.com/2018/03/03/integrate-sap-s4hana-cloud-with-sap-cloud-platform-integration-usin... . Hope it helps answer.

Regards, Gayathri

Sijin_Chandran
Active Contributor
0 Kudos

Very thanks for your suggestion. Will check the same and update over thread.

Thanks,

Sijin

Sijin_Chandran
Active Contributor
0 Kudos

I verified using S4 HANA Cloud Trial edition that

OData Service for Product Master

will serve for Product Master maintenance which is indeed the Material Master counterpart of ECC in S/4 Hana.