cancel
Showing results for 
Search instead for 
Did you mean: 

How to register delivery dates for supplier responses all at once

Temp09
Discoverer
138

Is there a way to bulk register supplier delivery date responses in the purchasing function? Please tell me the procedure and the application to be used.

View Entire Topic
Vijayendra
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello @Temp09 

I am not sure if there is any specific solution in sap s/4 hana public cloud for this as delivery date is part of PO, manually it can adjusted however if your need it to be automtated or mass you can check below.

So what can be possible as below

- Using below API to capture the incoming response based on supplier outbound. https://api.sap.com/api/DELIVERYREQUEST_IN/overview 

- Using LCNC portal can be build.

https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/a-supplier-portal-for-sap-s-4... 

- Lastly if you want to just upload the list of details to the system via excel, may be create a custom CDS expose that as OData API and create an application for the same to upload data.

Best Regards,

Vijayendra

Temp09
Discoverer
0 Kudos
Thank you for your reply. The Help Portal has a description of "Data Exchange Using Excel." https://help.sap.com/docs/SAP_S4HANA_CLOUD/0e602d466b99490187fcbb30d1dc897c/4fd9e2570892f232e1000000... I thought it might be possible to update all at once using this method, but I don't know the actual steps (such as which app to use). Do you know how to use "Data Exchange Using Excel"?
Vijayendra
Product and Topic Expert
Product and Topic Expert
0 Kudos
Better than this please use the PO API directly to update delivery dates which is the 3rd option of my reply which will also provide you the same functionality. I am not sure whether this app is of help related to Data Exchange exist or not, please raise OSS with SAP for that.