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

ALV Grid Display problem

Former Member
0 Likes
389

Hi,

I am showing grid display on a custom contianer using set_display---method.

I have couple of custom buttons on my application tllbar.

The problem i am facing is .

If i click on one button the GRID display is coming correctly but the momment i click another button the display is coming as the old one...

How do i achive this.

Please note my buttons are in screen 100 and the display are on screen 200..

Thanks in advance for your help.

Regards/Praveen

2 REPLIES 2
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
366

Hi,

In the pbo of the screen where you are calling grid, use the statement below for calling the GUI status.

set pf-status 'ZSTATUS'.

Read only

0 Likes
366

Hi Jayanthi,

iI think i am not very clear on my requirement.

My buttons are on screen 100. When i hit createbutton then grid for me is set in screen 200.

then i f i come back to screen 100 using back button of screen 200 and agin press say DILIMIT then it shows me the grid which was displayed for create button.

THanks,

Praveen