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