cancel
Showing results for 
Search instead for 
Did you mean: 

on enter event for cells in ALV

Former Member
0 Kudos

Hi experts,

In standard table we have an action 'On Enter' for the cell editor.

how to create the same in ALV ?

Thank You.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189058
Active Contributor
0 Kudos

Hi,

In the View where you will be embedding the ALV, create an event handler under the methods tab. Select Event from F4 Help. you will be able to see all the events that are poosible with ALV. Select the Event ON_CELL_ACTION.

I am assuming that you have created a component usage for SALV_WD_TABLE component.

FYI. Following Events are possible with ALV:

ON_AFTER_CONFIG

ON_CELL_ACTION

ON_CLICK

ON_DATA_CHECK

ON_FUNCTION

ON_LEAD_SELECT

ON_STD_FUNCTION_AFTE

ON_STD_FUNCTION_BEFO

Check this pdf: [Editing ALV in Web Dynpro for ABAP|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a5a1]

Regards,

Reema.

Edited by: Reema Shahbazkar on Apr 2, 2008 11:45 AM

former_member515618
Active Participant
0 Kudos

Hi Radhika,

Unfortunately there is no event handler for Enter in WDA ALVs.

Regards,

Sravan Varagani