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

Close ALV grid

Former Member
0 Likes
1,989

Hello,

I am displaying an ALV grid using Reuse alv grid FM ... what I would like to do is, after user selects some rows and presses SAVE and data is processes, to automatically close that ALV grid.

How do I do this(besides Leave Program), since Leave screen gives no result.

Thank you

1 ACCEPTED SOLUTION
Read only

SujeetMishra
Active Contributor
0 Likes
1,142

Hello Andronic,

Please try to use I_SAVE in your FM REUSE_ALV_GRID_DISPLAY.

Have a Nice Day,

Regards,

Sujeet

Hello,

I am displaying an ALV grid using Reuse alv grid FM ... what I would like to do is, after user selects some rows and presses SAVE and data is processes, to automatically close that ALV grid.

How do I do this(besides Leave Program), since Leave screen gives no result.

Thank you

2 REPLIES 2
Read only

Former Member
0 Likes
1,142

Hi,

After your processing is done in user command,

at last Try using LEAVE TO SCREEN 0.

Thanks,

Srilakshmi.

Read only

SujeetMishra
Active Contributor
0 Likes
1,143

Hello Andronic,

Please try to use I_SAVE in your FM REUSE_ALV_GRID_DISPLAY.

Have a Nice Day,

Regards,

Sujeet