‎2007 Apr 23 6:20 AM
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
‎2007 Apr 23 7:29 AM
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.
‎2007 Apr 23 7:29 AM
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.
‎2007 Apr 23 10:26 AM
‎2007 Apr 23 11:13 AM
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
‎2007 Apr 30 10:38 AM