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

Regarding interactive ALV

Former Member
0 Likes
408

Hi all,

After deleting a selected row from grid alv , i am not able to exit ,cancel ,or back in a single click.

3 REPLIES 3
Read only

Former Member
0 Likes
377

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.

Read only

0 Likes
377

found the solution

Read only

Former Member
0 Likes
377

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