Symptom
When searching the product in the Bulk Validator we receive "Product Not Found" message.
Environment
Type: Test and Productive Systems with Quote Engine 2.0
Product version: SAP CPQ 2023
System managed by: SAP Cloud Tenant
Sold product: SAP SALES CLOUD CPQ
Reproducing the Issue
- Go to Bulk Validator page from catalogue.
- Go to Bulk Validator page from Quote.
Cause
Code matching is added for the product which starts with exact same alphabet of the product which is being searched.
Example.
Product Part Number which is searched : abc_product_1
Product Part Number for which Code Matching is added : abc_product_2
Code Matching set for product with part number abc_product_2 is preventing product with Part Number abc_product_1 from being found.
Resolution
How to search for which product the code matching is added.
- Open the Developer Console with Full Mode.
- Search the product in Bulk Validator which is not found.
- Go to Developer console and expand the Action log "/quotation/DisplayBulkValidate.aspx "
- After that add product part number in Message search box.
- Find the log which Start with configureProduct- ProductSearcher found productid CCodeDecomposer did not match catalogueCode with formula. Catalog Code to search:abc_product_1 product found:xyz , Product catCode abc_product_2
- The product part number mentioned as Product catCode in the end is the product for which Code Matching is added.
To Remove the code matching:
- Go to Products page in setup
- Search the product for which code matching is added.
- Edit the product and go to Advance Settings tab.
- Remove the code matching added.
Repeat the above two steps until product not found.
See Also
Bulk Validation - https://help.sap.com/docs/SAP_CPQ/551616e85ad64739835aa69241222f53/881aef9a03e24130a8f471d0fdcc733d.html?version=latest
Reverse Search - https://help.sap.com/docs/SAP_CPQ/884885f05e6b4c8082254d4d9d63f19b/8b8f4d0cde3349819f63ed3276c7f383.html?version=latest
Code Matching - https://help.sap.com/docs/SAP_CPQ/884885f05e6b4c8082254d4d9d63f19b/2d7f28c3e65545ab9c8a025e7797dd5a.html?version=latest
Keywords
CPQ, Bulk Validation, Code Matching, Reverse Search. , KBA , CEC-SAL-CPQ , Sales Cloud CPQ , Problem