Application Development and Automation 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: 
Read only

search help

Former Member
0 Likes
614

how to create search help

6 REPLIES 6
Read only

prasanth_kasturi
Active Contributor
0 Likes
578

hi

goto se11

select the search help radio button

enter the short description

give the table name in selection method

in the table below

press f4 in the field search help parameter

enter the req parameters

give imp and exp as required

and activate

check the link for more better view

http://allaboutsap.blogspot.com/2008/01/creating-search-helps-elementary.html

regards

prasanth

Read only

Former Member
0 Likes
578

HI

To create search help

1: Execute transaction SE11

2: Create new search help called 'ZSH' (must be less than 5 chars long to be used as matchcode)

3: Enter the following details:

4: Save and activate

5: Add following line into your program: PARAMETER p_prog LIKE trdir-name MATCHCODE OBJECT zsh.

Or see other methods of adding a search help.

Reward Me Points

By

Pari

Read only

ak_upadhyay
Contributor
0 Likes
578

Hi,

Hi,

1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).

2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.

3)An elementary search help defines the standard flow of an input help.

4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.

5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.

6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.

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

See the links:

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm

https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485

https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619

Reward points if useful....

Regards

AK

Read only

Former Member
0 Likes
578

hi check this here the creation is given with the screen shots..

http://www.saptechnical.com/Tutorials/ABAP/SearchHelp/page1.htm

regards,

venkat

Read only

Former Member
0 Likes
578

Hi Rasmi,

goto SE11 transaction select SEARCH HELP radio button and go with create.

select elementary search help.

give the short description

in the selection method give the table name for which u r using this searchhelp

then in the search help parameter column select the fields for which u want help.

check the import and export parameters.

Thanks,

S.Gangi reddy

Read only

Former Member
0 Likes
578

how to attach the newly created search help to an element?