cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CPI integration with SAP Document management

swayambikash
Explorer
1,332

Hi,

how to integrate CPI with SAP Document management service.

Basically I would like CPI getting files from a FTP server and putting them in document server.

Thanks,

Sway

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member210955
Active Participant
0 Kudos

Hi Swaya,

For putting the files in Document Management Service you can use the HTTP APIs offered by DMS Integration Option.

You need to create an instance of DMS Integration Option and call the APIs using the credentials generated.

Best Regards,

Saurav

Sarvagya_Vinayak
Discoverer
0 Kudos

Hey Hi,

I have similar question, I have configured DMS API on receiver end and when I am trying to post data which is in turn I am sending as raw body from Postman it fails with Status 400 and error message shows invalid encoding. I tried similar thing using postman there I post data as a json file using form-data as body and I am able to post successfully to DMS. I even tried to make the format that is suggested in various blogs to create form-data body using boundaries in CPI still it throws Status 400. If anyone has solution, please help.

Thanks.