cancel
Showing results for 
Search instead for 
Did you mean: 

ISA, Sales Order Search, Search by extra fields

Former Member
0 Kudos

In the standard ISA, customer can search based on Reference Number, Transaction Number, and Purchase Order Number. The options exist in a drop down menu. I want to add extra fields in the menu and search with new criteria. How do we add functionality to search for other criteria?

What is the best procedure to modify the Internet Sales Application?

Thanks,

Sunil

Message was edited by: sunil kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please refer to SAP Note 685545. An example is explained there how to search for an extra field.

There are three areas where you have to customize.

-Changes to the UI -> JSP

-Extend the standard Java order search class

-Create a Z_BAPI to search using the new parameter.

Peter