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

Managing Undo data in ALV

MuhammedGecim
Product and Topic Expert
Product and Topic Expert
0 Likes
784

Hi experts,

Is there any way to manage undo history in ALV. As you know when you make refresh in ALV, you can't reach undo(CTRL+Z) history. Can we get/set undo data via Function Module or Method?

Regards

-Ekrem

Hi experts,

Is there any way to manage undo history in ALV. As you know when you make refresh in ALV, you can't reach undo(CTRL+Z) history. Can we get/set undo data via Function Module or Method?

Regards

-Ekrem

2 REPLIES 2
Read only

saranwin
Contributor
0 Likes
717

Hi Ekrem,

I don't know whether we are have standard function to Undo the values in ALV.

But i have done few reports using SAP Memory or keeping the data in separate internal table. you can get these last values after your perform function (CTRL+Z). Let me know if you have any more questions.

Regards,

Saravanan M

Read only

MuhammedGecim
Product and Topic Expert
Product and Topic Expert
0 Likes
717

Hi Saravanan,

Thanks for your answer. Yes I use the same method too. But I just wanted to know, is there any standard function or method for this issue.

-Ekrem