Skip to Content
0
Former Member
Mar 18, 2009 at 08:30 PM

How to call custom search help?

72 Views

Hi Experts,

I have created one custom search help. zloc. I didn't assign this search help to any field in table level.

But I would like to call this search help in the report selection sreen. is there any FM to call search help for particular field.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_LOC.

call function 'F4IF_INT_TABLE_VALUE_REQUEST'

===

In the above function module where we need to assign this search help for a particular field.

Thanks

Raghu