cancel
Showing results for 
Search instead for 
Did you mean: 

Getting changed records from ALV Grid

Former Member
0 Kudos

Hai All,

In my grid display i have two user command buttons like

deatil button and update button.

In my alv Grid some fields are editable. if i make a change in that fields and press the update button it gets stored to db.

what my problem is while i click the update button how can i get the changed fields alone for my updation process.

please help me.............

by

logesh k.s

Edited by: logesh k.s on Sep 24, 2008 9:37 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member382216
Participant
0 Kudos

check the original value with value new value .If it is not equal the take the value for updation process

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi logesh,

All the changes to the tables with respect to fields are stored in CDHDR and CDPOS tables by passing correct inputs to those tables.

give ur username & date & time to track all the changes made by u...

Former Member
0 Kudos

Hi,

Try this.

After updating the db, fetch the value again and refresh the alv grid with the new values.

Sharin.

Former Member
0 Kudos

Hi,

Use your main select again(after update completed), it will retrieve the last situation of the records from db.

deniz.