cancel
Showing results for 
Search instead for 
Did you mean: 

SAP DMC POD copying and transferring between systems

RuslanAliev
Explorer
840

Hello Everyone,

Maybe someone knows and will advise a way to transfer POD from one system to another? From one plant to another in the same system?

Thank & Regards

former_member243834
Active Participant

Hey Ruslan,

Just in time for this- read my latest blog to get help on the above scenario:

How To Copy SAP DMC POD Across Tenants, Plants

TBR, Manoj

Accepted Solutions (1)

Accepted Solutions (1)

Kevin_Hunter
Product and Topic Expert
Product and Topic Expert

Yes use the POD Export and POD Import APIs.

Details are here https://api.sap.com/api/sapdme_pod/resource

Thanks

Kevin

Answers (1)

Answers (1)

vignesh_9842
Participant
0 Kudos

Hi,
Please use get(Export) and Post(Import) API.

First get the POD details from Plant A and save it in .txt format in notepad.

Then upload the file in POST POD API and give plant as "Plant B".

Enter POD ID and description. Finally Click Run button. The POD will reflect in PLANT B.

URL: https://api.sap.com/api/sapdme_pod/tryout

Sayuj
Explorer
0 Kudos

Hi Rajavigneshwaran,

Thanks for you message. I just wanted to know, what values to be used in the Header section for the authorization.

Im getting a 401 error related to the authorization part in header.

Could you please let me know.

BR,
Sayuj.

ManoelCosta
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sayuj,

Check: Prepare for API Integration.

Br,

Manoel