CRM and CX Blogs by SAP
Stay up-to-date on the latest developments and product news about intelligent customer experience and CRM technologies through blog posts from SAP experts.
cancel
Showing results for 
Search instead for 
Did you mean: 
JerryWang
Advisor
Advisor
0 Kudos

In this blog let's try some more advanced feature.



Connect multiple characteristics with dependency


Edit the product Model created in previous blog, create a new dependency with type "Formula":



We can maintain formula for example below. In this case, it means "if the characteristic MACHINE_SIZE is selected as H(Home), another characteristic ACCESSORY_NUMBER would automatically be determined as 2".



You can click button "Suggest" to get some editing proposal. The complete syntax documentation could be found from this link in SAP help.

Once edit is done, click "Check Syntax" to ensure the formula does not have any syntax error.



Since the product configuration engine is implemented in Java, there is a corresponding remote function module which delegates the check job to Java application running in virtual machine container.



You can find more information by tcode SM53:



Now simulate the product model, once Home is selected from drop down list and press entry key, the value 2 is automatically determined to 2 as expected.


Use product model in Quotation scenario


Create a new quotation, add the product which owns the created product model as item. Save the quotation.



Enter the item detail page, you can see a new "Configuration" assignment block.



The product model simulation page is now opened as a embedded view in Quotation item detail page.



Select value for characteristic according to your business. Now the configured product is persisted in quotation item level.