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
740

Hi,

please tell me step by step how to create search help ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
686

hi,

1. goto se11 give the search help name.click create button

2. it will ask 1. elementary search help 2. collective search help. select elementaty search help.

3. give the short des. and table name in 'Selection method' field.

4. we need atleaset one export parameter, sothat specify the export and import parameter in parameter field.

5. give the LPOS and SPOS in ascending order.

6. save and activate.

refert the below links.

[http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/content.htm]

[http://www.sapdev.co.uk/dictionary/shelp/shelp_basic.htm|http://www.sapdev.co.uk/dictionary/shelp/shelp_basic.htm]

Reward if found helpful.

Regards,

Boobalan Suburaj

Hi,

please tell me step by step how to create search help ?

6 REPLIES 6
Read only

Former Member
0 Likes
686

hiii

use following link.it describes how to create search help.

http://www.sap-img.com/abap/attach-a-search-help-to-the-screen-field.htm

reward if useful

thx

twinkal

Read only

Former Member
0 Likes
686

www.sapnet.ru/docs/search_helps.ppt

go through the above link

if useful reward points

Read only

Former Member
0 Likes
686

hiii

for collective search help & elementry then use steps given in following link

http://www.sap-img.com/abap/elementary-collective-search-help.htm

reward if useful

thx

twinkal

Read only

Former Member
0 Likes
687

hi,

1. goto se11 give the search help name.click create button

2. it will ask 1. elementary search help 2. collective search help. select elementaty search help.

3. give the short des. and table name in 'Selection method' field.

4. we need atleaset one export parameter, sothat specify the export and import parameter in parameter field.

5. give the LPOS and SPOS in ascending order.

6. save and activate.

refert the below links.

[http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/content.htm]

[http://www.sapdev.co.uk/dictionary/shelp/shelp_basic.htm|http://www.sapdev.co.uk/dictionary/shelp/shelp_basic.htm]

Reward if found helpful.

Regards,

Boobalan Suburaj

Read only

Former Member
0 Likes
686

Go to se11

Select radio button Search help

click on create

and select elementary seacrh help

selection method---->tablename or viewname

press f1 in search help exit we will get a FM named as

F4IF_SHLP_EXIT_EXAMPLE.copy that FM from se37 in to Zprogram.we have a record_tab for copying the view by using this tab we can restrict the values from the view or table.this values are populate into another table .Then ,

come to se11

and in our seacrh help we will pass components of the search help

Read only

Former Member
0 Likes
686

This message was moderated.