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

Former Member
0 Likes
611

Hi,

I have to create f4 help for two fields using handle f4.

At a time iam not to able to register events.

Right now only one field is accepted to fieldcatalog,

and other field is not triggered,

please guide me in this case

4 REPLIES 4
Read only

Former Member
0 Likes
592

Can you paste your code?

Read only

Former Member
0 Likes
592

AT SELECTION-SCREEN ON VALUE-REQUEST FOR field1.

perform f4_1.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR field2.

perform f4_2.

/Tom

Read only

0 Likes
592

in module pool using handlers?

Read only

0 Likes
592

Function Module will give the values to display in f4:F4IF_INT_TABLE_VALUE_REQUEST

Method to use:

cl_gui_alv_grid->on_f4

Call to Event:

SET HANDLER gr_event_handler->on_f4 FOR gr_alvgrid .

Or

PROCESS ON VALUE-REQUEST.

F4IF_INT_TABLE_VALUE_REQUEST

[Refer F4 Help|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907]

Regards,

Gurpreet