‎2009 Aug 28 7:24 AM
Hi all,
After deleting a selected row from grid alv , i am not able to exit ,cancel ,or back in a single click.
‎2009 Aug 28 8:17 AM
Hi Vishalg,
As far as i can understand there can be a few reasons for the problem that you are facing,
1.Check the condition that your exit etc bottons work on, are u checking the ok code or sy-ucomm values.
2. Debug and check that the value of sy-ucomm has changed accordingly when you have pressed the functionality of exit,back etc.
3. check that there is no anomaly while you have handled the DELETE function.
‎2009 Aug 28 10:24 AM
‎2009 Aug 28 8:55 AM
Hi,
Are you using only one custome screen or multiple custome screens? On the click of BACK/CANCEL check which screen is getting called .If you are not able to exit on single click , the reson for that can be same screen is getting called again.
Edited By Tejaswini Khante