Sync product attachment data
- 04 Oct 2024
- 1 Minute to read
- Print
- DarkLight
Sync product attachment data
- Updated on 04 Oct 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
To synchronize product attachments, follow these steps:
- Wrap BAPIs to allow remote systems to access ERP.
- Add BAPIs to the settings.
- Enable the product attachment synchronization.
Wrap BAPIs
To allow remote systems to access ERP, wrap the following BAPIs:
- BDS_GOS_CONNECTIONS_GET—Enables remote systems to access ERP by wrapping the BAPI in ERP. The purpose of this BAPI is to get the list of a product attachment's internal document IDs and its properties for further queries to retrieve the attachment's binary data.
- SO_DOCUMENT_READ_API—Enables remote systems to access ERP by wrapping the BAPI in ERP. The purpose of this BAPI is to get the binary data for a specified document ID.
Add BAPIs to the settings
Define the wrapper BAPI names in Zilliant CPQ settings by following these steps:
- Sign in to Zilliant CPQ with your administrator credentials.
- From the left navigation area, select Administration.
- From the top navigation bar, select Master Data Management.
- Scroll or search to locate Setting String and select it from the list.
- Select A remote enabled BAPI name to get the list of attachment document id in order to query another BAPI to get the binary data.
- In the Setting Value String field, enter BDS_GOS_CONNECTIONS_GET.
- Select Save. Then return to the Setting String list.
- Select A remote enabled BAPI name to get the binary data for the specified document id.
- In the Setting Value String field, enter SO_DOCUMENT_READ_API.
- Select Save.
Enable the product attachment synchronization
- Sign in to Zilliant CPQ with your administrator credentials.
- From the left navigation area, select Administration.
- From the top navigation bar, select Master Data Management.
- Scroll or search to locate Setting Boolean and select it from the list.
- Select SettingProductSyncDownloadAttachment and set the Setting Value Boolean switch to YES.
- Select Save.
Was this article helpful?