Application Development 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: 

Problem with ALV grid

former_member189596
Active Participant
0 Kudos

Hi all,

I created report using REUSE_ALV_GRID_DISPLAY FM.

it is displaying output exactly.

But while coming back from that list....it is showing one blank screen insted of geting seelction screen.

So, for geting selection screen from list, i have to press two times BACK button.but i need to get selection screen with one time PRESS only.

Note: I did not create any gui-status.

Is there any point to know solution for this.

Thanks in advance,

regards,

JBR

2 REPLIES 2

Sm1tje
Active Contributor
0 Kudos

did you in any way use a write statement your coding?

Former Member
0 Kudos

Hi ,

I faced this problem once.If we use any write statement in your program then u will find that list.

So when you use this FM try to avoid write statements.That is the only solution.

If you have used that write to have top of page for your list then use reuse_alv_commentary_write instead of that.

thank you,

Ravee.

Award points if useful.