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

ALV Event for data input

Former Member
0 Likes
410

I have an internal table . One of the fields can take input in the ALV grid using ABAP objects.

When the user enters a value in this field , I would like to capture the values in all the cells of all the fields that are adjaccent to this editable field.

I think I will have to use data_changed event . The SLIS examples are a bit complex, If there is a simpler example to show how this can be done , it will be great.

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
362

That's right, that is the event that you want to use. See example programs which start with BCALV_EDIT*

Regards,

Rich Heilman