cancel
Showing results for 
Search instead for 
Did you mean: 

Serach help

Former Member
0 Kudos
250

How to Attach a search help to the pop up screen field(My custom screens).Can Someone lemme know as i have never created one before.

Regards,

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I am assuming that you are using a dynpro? If this is a search help that you have defined in the ABAP dictionary, then it is really easy, in screen painter, on the elements list tab, under the references tab, there is a field call search help, enter the name of the search help there for your field, Also, under modgroups/functions make sure that you put a 1 in the poss. entrys key field.

If you want to build the search help on the fly, you would use the function module F4IF_INT_TABLE_VALUE_REQUEST. You would call this in a module in the PROCESS ON VALUE-REQUEST section of your flow logic.

Regards,

Rich Heilman

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vijay,

Give the Search help name in the attributes window of the field in Screen painter.

Best Regards,

Vijay

Former Member
0 Kudos

fine and for let us say i need to create for 5 fields i willcreate five different search helps?

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yep, 5 differnent fields, 5 different search helps.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Rich

Can I make search helps in Se11 and if so can u tell me how i would create and where i will assign them to my fields

Regards,

Vijay

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yep, SE11. Please refer to your other post regarding search helps. I can walk you thru it.

Regards,

Rich Heilman