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: 

Capturing the edited fields in the ALV GRID Using OOPS

Former Member
0 Kudos

Hi

I have a requirement to capture the fields edited in the ALV GRID.

I am using OOPS to display the fields in the ALV GRID, and it allows to enter values in it. However I am not able to capture the new value in the output internal table.

Any pointers on the same would be of help

Thanks

Pankaj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check out this article.

http://www.sapnet.ru/viewtopic.php?t=64&sid=ecad043147dbadbc58e1cf737728719c

This document describes how to make the column as editable get the edited values in internal table save the edited values in database and refreshing the grid for display in ALV using OOPS method.

<REMOVED BY MODERATOR>

Regards,

Ramya

Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:27 PM

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check out this article.

http://www.sapnet.ru/viewtopic.php?t=64&sid=ecad043147dbadbc58e1cf737728719c

This document describes how to make the column as editable get the edited values in internal table save the edited values in database and refreshing the grid for display in ALV using OOPS method.

<REMOVED BY MODERATOR>

Regards,

Ramya

Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:27 PM

former_member188685
Active Contributor
0 Kudos

You can use the Event DATA_CHANGED . in this event you can get the modified data and modified cells.

For reference check the program

BCALV_EDIT_03

Former Member
0 Kudos

Hi,

check the progarm.

BCALV_TEST_GRID_EDIT.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:28 PM