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

abap-dictionary

Former Member
0 Likes
1,353

hi experts,

what is search help. and explain different types of search hepls briefly.

regards,

prerna.

hi experts,

what is search help. and explain different types of search hepls briefly.

regards,

prerna.

9 REPLIES 9
Read only

former_member404244
Active Contributor
0 Likes
1,325

Hi Prema,

search help is used to get the specified values .There are two types of search helps.

1>elementary

2>collective

Regards,

nagaraj

Read only

Former Member
0 Likes
1,325
Read only

amit_khare
Active Contributor
0 Likes
1,325

Hi,

You may refer to this link.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/91/415d363640933fe10000009b38f839/plain.htm">http://help.sap.com/saphelp_nw04/helpdata/en/91/415d363640933fe10000009b38f839/plain.htm</a>

Regards,

Amit

Read only

Former Member
0 Likes
1,325

there are two type of search help

1.elementary

2.collective

u can create by SE11.

Read only

Bema
Active Participant
0 Likes
1,325

hi,

check this link to know the different types of search helps and how to create it.

http://www.sapdevelopment.co.uk/dictionary/shelp/shelphome.htm

Read only

Former Member
0 Likes
1,325

Hi Prema,

Search help is the important functionality of SAP , thereby user can get the relevant values for a filed in selection.

Example:

For material number, MARA is the master table and hence wherever material number is used, it should be available in MARA else it would be inconsistent.

Instead of checking the material number in all the places, where it is used , you can make use of search help i.e on pressing F4 all the entries will be visible.

Search help types:

1.Elementary - On pressing F4 ,search option will be based only on MTART

2.Collective  - Several elementary search helps (Based on MATNR, Based on MTART, BASED on MATKL) are collectively used with mulitple tabs.

Read only

0 Likes
1,325

Search are two type 1. Elementry Search help

                              2. Collective Search help

If Wont to create search help goto SE11 tocde

    select search help radio button and click on create button .

       if u select elementry search help 

  in selection method (Enter ur table name) and below provide parameter after save&Activate .

      

Collective search help means Combination of elementry search helps

        after cretae collective search help ..select include search help tab enter ur elementry search help name .

  after save&Activate..

Thanks

Nagaraju.T

If it is usefull ,Please give me reward points

Read only

0 Likes
1,325

hi,

The user can display the list of all possible input values for a screen field with the input help.This search help only has to be assigned to the screen fields in which they should be available.

There are two types of search help:

  • 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 helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
Read only

former_member214709
Participant
0 Likes
1,325

Dear Friend,

In simple terms you must break the two words and try to understand it: SEARCH + HELP.

It is of two types:

Elementary

Collective

These are used in order to provide a suitable value, you will get a detailed list of values when you press F4 key in the field column.

Ex- when you navigate to T Code VA03 Sales Order Display if you press you will get the detailed value list this is nothing but search help.

Simple search help is the one which provides you all the relevant values without containing any additional Tab it is known as Elementary Search Help.

But when you get to see many Tabs when you press F4 key based on Sales Org, Sales Division , Sales document type as in the above case it is called Collective Search Help.

Regards

Dinesh