2009 Mar 13 12:48 PM
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
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
2009 Mar 13 12:56 PM
2009 Mar 13 1:07 PM
AT SELECTION-SCREEN ON VALUE-REQUEST FOR field1.
perform f4_1.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR field2.
perform f4_2.
/Tom
2009 Mar 13 1:37 PM
2009 Mar 13 1:54 PM
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
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |