on 2022 Jan 27 11:25 AM
Hello,
Does anyone knows how to send attachments to ERP from CPQ?
Please kindly respond.
Best regards.
Request clarification before answering.
Hi,
This can be achieved via a custom development.
1. Create ABAP web service in SAP ERP that will accept attachment input.
2. Create a custom iFlow in CPI that will receive data from CPQ and pass the attachment data to the ERP Web service.
3. In SAP CPQ, create a global script or custom action to read the quote attachment data and pass data to CPI
Quote.GetAttachedDocumentList()
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mehmet,
We do not do this automatically, but we DO generate links to these attachments, which call a script via API and return the content. We use them in reports/notifications/proposals but they could get passed to ERP. Based on your process of transferring data CPQ→ERP, you may be able to utilize these concepts to pull the actual attachment file.
NOTES:
• The username and password in step 5 may present a security concern. Be very careful how you define that user's permissions.
• The URLs can be created using RDLC code in predefined reports, or in Document Generation templates, or in a script that populates a Quote Table, for example. Perhaps in your case, you would simply pass a string of Cart and Attribute Attachment IDs to ERP, and it will then use these API calls to pull the Files. ¯\_(ツ)_/¯
Good luck!
I hope you'll be willing to share what solution you came up with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.