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

compare editable alv output with database fields

Former Member
0 Likes
574

I generated 1 editable alv report with attaching flat file data,

but i want to change the wrong fields in alv output and compare with database filds for validation.

but when i do this . it takes previous entries of flat file.

how can i solve it?

I generated 1 editable alv report with attaching flat file data,

but i want to change the wrong fields in alv output and compare with database filds for validation.

but when i do this . it takes previous entries of flat file.

how can i solve it?

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
525

Your title is much better than in the first post, however your problem description hasn't changed.

Let me guess, you are importing a flat file, present the contents in an editable ALV grid, some values are being changed, and now the changed values do not reflect in the internal table, instead you are seeing the values as imported from the file?

If yes -> FAQ, please search for the many previous discussions of this topic.

Thomas

Read only

0 Likes
525

First of all thanks Thomas,

Yes, Exactly like that, when i change the fields in alv and when i click change button , it takes previous entry.

so plz give me the ecact solution.

Read only

0 Likes
525

Check your code for change button, check whether you are changing both database entries as well as internal table entries also.

Check whether the database is getting updated.

Thanks,

Anmol.