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

Event After Input

Former Member
0 Likes
367

Hi all,

I have a ALV OO and I need an events after input.

Somebody can help me??

Great,

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
339

You have two options using event.

1. cl_gui_alv_grid=>mc_evt_enter to make ALV events triggered after "ENTER" key is pressed

2. cl_gui_alv_grid=>mc_evt_modified to make ALV events triggered when there is a field change.

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
340

You have two options using event.

1. cl_gui_alv_grid=>mc_evt_enter to make ALV events triggered after "ENTER" key is pressed

2. cl_gui_alv_grid=>mc_evt_modified to make ALV events triggered when there is a field change.