‎2008 Dec 22 12:07 PM
hello all,
how can i add search help to a field in a table control in a subscreen.
thanx
‎2008 Dec 22 12:12 PM
Hi
if you have very few values to be assigne you can assign the fixed values to the domain and make your table control field to refer to it.
or
In the screen painter just double click on the field of the table control another window popsup.
here you can maintain the SEARCH HELP for that perticular column.
or
in PAI
PROCESS ON VALUE-REQUEST
fields itab-fname module module_name.
in program
build the search help values by using a FM F4IF_INT_TABLE_VALUE_REQUEST
Regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 22, 2008 1:14 PM
‎2008 Dec 22 12:12 PM
in flow logic of particular screen
PROCESS ON VALUE-REQUEST.
field field-name module f4_help
‎2008 Dec 22 12:16 PM
Hi Geeta,
Please refer this https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/filtering%252bf4%252bhelp%252bvalues%252bin%...
Regards,
Pravin