Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F4 HELP IN TABLE CONTROL

Former Member
0 Likes
686

hello all,

how can i add search help to a field in a table control in a subscreen.

thanx

3 REPLIES 3
Read only

Former Member
0 Likes
519

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

Read only

Former Member
0 Likes
519

in flow logic of particular screen

PROCESS ON VALUE-REQUEST.

field field-name module f4_help

Read only

Former Member