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
512

Hi,

How can i create search help for a field of a DB table. I hv created the DB table from SE11.

Thanks,

Mohit.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

Hi,

Step1: Execute transaction SE11

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

Step3: Enter the following details:

Name & description of the search help.

Search help parameter, EXP, los, spos, data element

example:-----

search help parameter value as name

exp = check the chek box.

lpos = 1

spos = 1

data element = PRORAME

Step4: Save and activate

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

Or see other methods of adding a search help

4 REPLIES 4
Read only

paruchuri_nagesh
Active Contributor
0 Likes
490

create search help from se11 initail window

and u can add that search help to data element or field by choosing option

entryhelp/check

Read only

Former Member
0 Likes
490

you can create it with SE11 with Search Help

add Z name in it and create Elementory Serch help

give table name in data collection ->selection mehod

and field names as parameters which u want to include

and use it

Rewards points if useful..................

Minal

Read only

Former Member
0 Likes
491

Hi,

Step1: Execute transaction SE11

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

Step3: Enter the following details:

Name & description of the search help.

Search help parameter, EXP, los, spos, data element

example:-----

search help parameter value as name

exp = check the chek box.

lpos = 1

spos = 1

data element = PRORAME

Step4: Save and activate

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

Or see other methods of adding a search help