Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from hkb_singh on Apr 4 at 8:46 AM It is good that in the event handler you get the row and fields changed. After this you got to modify your itab. All this will happen in the PBO when the screen is shown to you. At the PAI your internal table is separate from your ALV grid. In the PBO unless you change the internal table the old values will again show up in the alv grid.
| | | ---------------Original Message--------------- From: finnn Sent: Wednesday, April 04, 2012 5:26 AM Subject: Editable ALV Getting Changed Values In your call back routine you should have parameters like: zucomm like sy-ucomm zselfield type slis_selfield. IF the change invokes this routine then for your ucomm i think if you add the line zselfield-refresh = 'X'. it will update the changes in the internal table as well as the screen data. | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |