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 issue

Former Member
0 Likes
311

Hi All,

I am displaying mu output using alv list display(say screen 1). i am displaying my own pf status.in this i have one field called position.when i click this button it is showing one screen in side this screen i will enter appln,appln type after entering these two values i will click 'ok' button then it will show the entry(in screen 2) now i will select that entry and i will click another button in pf status 'edit' when i click this button it will open the screeen there we will; do modification like changing the appln number. up to this my program is working fine.after editing the values when i press save button values these values are updating in screen 2 only. when i press bac buttom it is not updating in alv list dist(original). for all these actions i am using one internal table only.

please help me.

thanks,

maheedhar.t

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
292

Hi

U need to update the internal table shown by ALV and set the flag REFRESH.

Max

1 REPLY 1
Read only

Former Member
0 Likes
293

Hi

U need to update the internal table shown by ALV and set the flag REFRESH.

Max