cancel
Showing results for 
Search instead for 
Did you mean: 

how to use search help in layout of se51

Former Member
0 Kudos

how to use search help in layout of se51.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

One of the important features of screens is that they can provide users with lists of possible entries for a field. There are three techniques that you can use to create and display input help:

Definition in the ABAP Dictionary

In the ABAP Dictionary, you can link search helps to fields. When you create screen fields with reference to ABAP Dictionary fields, the corresponding search helps are then automatically available. If a field has no search help, the ABAP Dictionary still offers the contents of a check table, the fixed values of the underlying domain, or static calendar or clock help.

Definition on a screen

You can use the input checks of the screen flow logic, or link search helps from the ABAP Dictionary to individual screen fields.

Definition in dialog modules

You can call ABAP dialog modules in the POV event of the screen flow logic and program your own input help.

These three techniques are listed in order of ascending priority. If you use more than one technique at the same time, the POV module calls override any definition on the screen, which, in turn, overrides the link from the ABAP Dictionary.

However, the order of preference for these techniques should be the order listed above. You should, wherever possible, use a search help from the ABAP Dictionary, and only use dialog modules when there is really no alternative. In particular, you should consider using a search help exit to enhance a search help before writing your own dialog modules.

Input help from ABAP dictoinary

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa5435c111d1829f0000e829fbfe/content.htm

Field Help on the Screen

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa6135c111d1829f0000e829fbfe/content.htm

Field Help in Dialog Modules.

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm

Regards,

Vara

Former Member
0 Kudos

hello lavanya,

please reward helpful answers!!

Former Member
0 Kudos

hi,

click on any field in the screen. in the attributes, there is a field called search help to enter the search help name for that particular field.

Former Member
0 Kudos

Hi Lavanya

1. Go to SE51.

2. Change the layout editor

3. Double on the field for attributes

4. In the dictionary tab, we can assign the search help.

Alternatively, we can use POV event to handle the same.

Hope this helps.

Kind Regards

Eswar