‎2008 Feb 21 7:10 AM
When search help is executed initially i want to display a screen for selection criteria and values have to be displayed how we can do this one?
‎2008 Feb 21 7:12 AM
Hi,
Check for Search Help in the Dictionary objects:
http://help.sap.com/saphelp_46c/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/c9/83eb02be4c11d1950200a0c929b3c3/content.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ee93446011d189700000e8322d00/content.htm
Elementary search helps defines a search path where we will define the table from which the data has to be read and the selection criteria. Through import and export parameters. Used when we gets the data rom a single table.
Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criterias. More than one tables or Selection from multiple tables
For more help on Search helps , Check this http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
Regards,
Manish
‎2008 Feb 21 7:12 AM
Hi,
Check for Search Help in the Dictionary objects:
http://help.sap.com/saphelp_46c/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/c9/83eb02be4c11d1950200a0c929b3c3/content.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ee93446011d189700000e8322d00/content.htm
Elementary search helps defines a search path where we will define the table from which the data has to be read and the selection criteria. Through import and export parameters. Used when we gets the data rom a single table.
Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criterias. More than one tables or Selection from multiple tables
For more help on Search helps , Check this http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
Regards,
Manish
‎2008 Feb 21 7:38 AM
Hi,
For this, when you create a search help there is option called 'Dialog with value restriction' in dialog type.
select this option. it will work.
ok,bye....