Application Development 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: 

Custom F4 for a field in ALV GRID

Former Member
0 Kudos

I am want to provide a custom f4 fro a field in alv gird

similiar to the functionality of process on value request

on a normal screen

2 REPLIES 2

Former Member
0 Kudos

Hi Kaushik,

You can provide your own F4 (See report BCALV_GRID_F4_HELP): You have to define an event handler in your program to react on event ONF4 of the CL_GUI_ALV_GRID.

Regards,

John.

ssimsekler
Active Contributor
0 Kudos

Hi Kaushik

You can find some information at page 37 of the document:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an easy reference for alv grid control.pdf

*--Serdar