Zilliant CPQ retrieves product dynamic attributes, known as material characteristics in SAP ERP, using predefined database views. These views define which records should be synchronized. They also help limit data volume to improve performance.
To synchronize dynamic attributes:
Prepare dynamic attributes for sync
Note
Since this procedure is performed in SAP, not in CPQ, the following steps offer only a high-level overview. For detailed instructions, read the official SAP ERP documentation.
To prepare dynamic attributes for synchronization, create a database view in SAP ERP. This view filters data before you synchronize it to CPQ. Note that database filters might return duplicate records, since SAP ERP views do not support DISTINCT
. CPQ deletes duplicates during synchronization.
To create a database view:
In SAP ERP, create a database view named
Z_ISS_CHARAC
using the transactionSE11
. This view is based on the standard ERP tableCABN
.Include the following fields:
MANDT
—Client numberATINN
—Internal characteristic (dynamic attribute) numberADZHL
—Characteristic version numberATNAM
—Characteristic nameVDATU
—Changed-on date
Apply filters to limit the characteristics (dynamic attributes).
The following images show a sample Z_ISS_CHARAC
database view:
The following image shows filters set in the Z_ISS_CHARAC
database view:
Synchronize dynamic attributes
Use one of the following methods to sync dynamic attributes:
Synchronize dynamic attributes automatically with the product
When you synchronize products, CPQ can also automatically retrieve their dynamic attributes. To enable this functionality:
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.
Move through or search to locate Setting Boolean and select it from the list.
Select SettingProductSyncDownloadClassification.
Set the Setting Value Boolean switch to YES.
Select Save.
Tip
When you enable the SettingProductSyncDownloadClassification setting, CPQ also automatically retrieves each product’s knowledge bases.
Synchronize specific product dynamic attributes
To synchronize a specific dynamic attribute or a list of attributes:
Sign in to Zilliant CPQ with your administrator credentials.
From the left navigation area, select System Processes.
From the top navigation bar, select ERP Synchronization.
Above the list of synchronizations, select
.
From the Type dropdown list, select CHARACTERISTIC.
In the ERP IDs field, enter one or multiple material characteristic IDs (product dynamic attribute IDs) from SAP ERP.
Select Synchronize.