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: 

Search Help

Former Member
0 Kudos

Hi,

I have to create a search help for the customer field, in which the values should come from LFA1-KUNNR where kunnr <> SPACE. Can somebody explain the procedure .

Thanks in advance.

Regards,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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).

Collective search help Combine several elementary search helps. A collective search help thus can offer several alternative search paths.

steps

Elementary Search Help

1) Goto SE11

Enter the search help name and click on create.

2)Choose elementary search help radio button option as the search help type.

3)Enter the search help parameters, the selection method and activate the search help.

Collective Search Help

1)Enter the search help name and click on create.

2)Choose Collective search help radio button option as the search help type.

3)Enter the search help parameters.

Note that there is no selection method to be entered for a collective search help.

4)Instead of the selection method, we enter the included

search helps for the collective search help.

5)We need to assign parameters for each of the included

search helps.

6)Complete the parameter assignment by clicking on the push button

7)Collective search help offers the user to obtain F4 help

using any of the included search helps.

6 REPLIES 6

amit_khare
Active Contributor
0 Kudos

Refer this link -

Former Member
0 Kudos

Hi,

You can create the search help from SE11 transaction.

Create Elementary search help.

In definition tab, enter the table (LFA1) whose field you want in the selection method.

In the Parameter give the fields that you want should come when you press F4.

Regards,

Saba

Former Member
0 Kudos

Hi,

To Create Search Help you need to follow these steps.

go to SE11 ,

->click on Search help radio button

->give a search help name , then Click on Create

-> a pop up will appear , choose 'Elementary search help'

->give ur master table name in ' Selection method '

->in 'Search help parameter name' specify ur field name on which u want to create Search help

->also click on import and export checkbox,

->specify LPOS and SPOS . Then press ENTER.

->you will get the Data element name of ur trasp table in the dataelement field.

Save,check,activate.

click Database Table:ZXXXXX.

click on Tab-Entry Help/Check ->Give Search Help name in Search help field.

Save, check n Activate.

Hopw this will help you.

with regards,

sharmista.

Former Member
0 Kudos

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).

Collective search help Combine several elementary search helps. A collective search help thus can offer several alternative search paths.

steps

Elementary Search Help

1) Goto SE11

Enter the search help name and click on create.

2)Choose elementary search help radio button option as the search help type.

3)Enter the search help parameters, the selection method and activate the search help.

Collective Search Help

1)Enter the search help name and click on create.

2)Choose Collective search help radio button option as the search help type.

3)Enter the search help parameters.

Note that there is no selection method to be entered for a collective search help.

4)Instead of the selection method, we enter the included

search helps for the collective search help.

5)We need to assign parameters for each of the included

search helps.

6)Complete the parameter assignment by clicking on the push button

7)Collective search help offers the user to obtain F4 help

using any of the included search helps.

Former Member
0 Kudos

hi,

You can refer to the link below.

[http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee2b446011d189700000e8322d00/content.htm]

[http://help.sap.com/saphelp_nw04/helpdata/EN/c9/83eb02be4c11d1950200a0c929b3c3/content.htm]

Thanks

Payal

Former Member
0 Kudos

Thank you all