Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HOW DO U CREATE SEARCH HELP FROM SCARACH?

Former Member
0 Kudos

HI

EXPERTS

CAN U HELP ME PZZZZZZZZZZZZZZ

5 REPLIES 5

Former Member
0 Kudos

Hi,

CREATION:

Go to SE11 Tcode

select search help

give the 'z' search help name and create

select the selection method ur table name eg : 'mara'

dialog module 'display value immediately'.

add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.

where left position when displaying and spos = search position

and then save and activate ..

Creating Search Help:

http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm

http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_imp.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee86446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee2b446011d189700000e8322d00/frameset.htm

Regards,

Priyanka.

former_member196299
Active Contributor
0 Kudos

hi Kanaka ,

Here are the steps for creating an elementary search help :

Creation of Elementary Search Help:

The creation of an elementary search help is described below with example.

1. Open TCode – SE11 for DDIC objects -> select the radio button for Search helps -> give the name of the search help you want to create, ex – ZSH004.Click on Create .

2. In the next screen select the option “ Elementary search help “ .

3. Now you need to provide the short text for your search help.

4. In the selection method provide the table or view name you want to use for data retrieval. Ex. ZMARA_01.

5. Select the dialog type according to your scope, ex. “ display values immediately’.

6. Then provide the search help parameters i.e. the interface parameters for the search help .

7. The ZMARA_01 table fields MATNR, ERSDA,MHDHB,MHDHT,MHDRZ are provided by selecting the table fields , by doing this the data elements for these fields are automatically copied to the interface from the selection method.

8. Now define the type of parameter ( import or export ) here for the selection and return of values in runtime.

9. Provide the positions to these parameters to specify how they will be arranged in the hit list display.

10. Now save the object in the respective development class and check the same for errors and then activate .Finally the creation of a ESH ( ex: ZSH004 ) is complete and can be used for providing the input help.

You can test the operation of your search help by clicking F8.

The appearance of your search help will be like the fig. provided below.

Hope u'll be able to do it ..

Reward if helpful !

Regards,

Ranjita

Former Member
0 Kudos

hi,

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 criteria’s.

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

Regards,

Reshma

Former Member
0 Kudos

hi

search help/:

se11 > search help name (start with z )> create >elememntary search help>short description. --> give the check table nam ein selection method.

in search help parameter u select the fields --> choose import\export --> fill lpos and spos with some numerical value -->save check activate.

in se11 --> u go to the table. select the field for which u want to create search help. click on search help. it will ask for search help name. enter it.enter.

generate proposal> copy> save check activate..

process over.

reward if useful

Former Member
0 Kudos