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
471

Hi All,

I am displaying my 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 back buttom it is not updating in alv list dist(original). for all these actions i am using one internal table only. i used rs_selfield-refresh = 'X'. but it is not updating when i press back button. when i rexecute this program it is updatimg it means it is not updating the record.anybody can send me what shall i do in this case.

thanks,

maheedhar.t

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Hi Maheedhar,

When you click the Back Button it won't update your list even you changed the data why because it won't comes to your user_command subtoutiine. So handle the Back button also in your user command by changed the F2 code of the that Button. so that time it will execute rs_selfield-refresh = 'X'. this statement you will problem will be solved.

Warm Regards,

Vijay.

4 REPLIES 4
Read only

Former Member
0 Likes
443

Hi Maheedhar,

When you click the Back Button it won't update your list even you changed the data why because it won't comes to your user_command subtoutiine. So handle the Back button also in your user command by changed the F2 code of the that Button. so that time it will execute rs_selfield-refresh = 'X'. this statement you will problem will be solved.

Warm Regards,

Vijay.

Read only

Former Member
0 Likes
442

hi

problem has solved.

thanks,

maheedhar.t

Read only

0 Likes
442

If i solved the problme, you have to give the 10 points instead of 2 points. Can you please cheng the points.

Thanks in Advance,

Warm Regards,

Vijay

Read only

0 Likes
442

hi,

i gave 10 points to u....

thanks,

maheedhar.t