What is the product master data maintenance method of SAP CRM and C4C?
This article mainly explains the "SAP CRM and C4C product master data maintenance methods are what", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in-depth, together to study and learn "SAP CRM and C4C product master data maintenance methods are what" it!
SAP CRM
After clicking Edit List, you can directly modify the Price information of the product master data:
C4C
In the product administration work center of C4C:
Click the Edit button to enter edit mode, and the content in the Price List area cannot be edited:
So where does the red highlighted data in the picture above come from?
First, find the UI model name of the C4C product master data detail page from the Chrome developer tool:
/ sap/ap/ui/json?app.component=/BYD_COD/SalesOnDemand/Product/UI/COD_Material.TI.uicomponent
Then go to UI Designer to open the UI model and find the corresponding implementation of Price List:
It is found that the Price List display is realized through the control AdvancedListPane.
The binding of the BO model is located in BO: PriceAndTax under namespace Foundation Object
Before the runtime Price List area is rendered, the AdvancedListPane where the Price List is located automatically executes a query:
Find this query in the controller with two input parameters, PropertyValueSearchText and SearchText:
At run time, the values of these two parameters are automatically appended by the controller of the UI, and after performing query, the results are displayed in the Product Price List area.
Thank you for your reading, the above is the content of "what is the product master data maintenance method of SAP CRM and C4C". After the study of this article, I believe you have a deeper understanding of what the product master data maintenance method of SAP CRM and C4C is, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!