cancel
Showing results for 
Search instead for 
Did you mean: 

E-Commerce for ERP

Former Member
0 Kudos

Hello all,

I am new to e-commerce for erp .We have configured e-commerce 5.0 for erp and successfully submitting the order . We have requirement to include customer article number in the Product search tab along with number and description field. Please let me know the direction on how to go about....I already gone through the Java extension guide but still i am not clear how to go about?...

Thanks in advance,

Vasu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use Search Value Help (similar to Search Help in SAPGUI) framework built-in the application. In the standard use of this feature, a binocular icon is provided and when clicked, the Search Help popup is provided. If the UI is not a big deal then you can use this feature.

The configuration in turn uses a corresponding Search Help in the backend system. You can easily extend the

<helpValuesSearch name="Product"

You can customize your help value search using helpvalues-config.xml and helpvaluesMapping-config.xml. See the extension guide and the XML file for some idea.

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Vasu,

we had exactly the same issue in CRM. However it was not so easy. I'm not knowing the ERP E-Commerce Solution and how the productsearch is working.

In CRM the product search is using the TRex and in our system we don't have customer specific catalogs. Therefore the trex does not contain the customer product number.

We implement a modification and if a customer would like to search with the customer number we are using a customer function to to the search. After that we are building a result which can be used by the SAP Standard pages again.

Best regards,

Nils