‎2007 Sep 06 5:47 AM
Hi,
How can i create search help for a field of a DB table. I hv created the DB table from SE11.
Thanks,
Mohit.
‎2007 Sep 06 5:55 AM
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
‎2007 Sep 06 5:50 AM
create search help from se11 initail window
and u can add that search help to data element or field by choosing option
entryhelp/check
‎2007 Sep 06 5:51 AM
Hi,
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
pls go through this for search help creation
http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
Regards,
Priyanka.
‎2007 Sep 06 5:52 AM
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
‎2007 Sep 06 5:55 AM
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