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

Problem with ALV Grid display

Former Member
0 Likes
1,119

Hi,

I have developed ALV Grid Report. It is working fine.

But while i am coming from alv grid display to program

by pressing BACK button it is showing one more screen

which is empty. Again I press back button it is coming to

selection screen. I don't want that empty screen.What is

the problem. Can u help me in this regard.?

Thanks

Narasimha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,100

Nr,

i think in your code there is somthing skip or write statement written.

please search and remove them.

Amit.

Nr,

i think in your code there is somthing skip or write statement written.

please search and remove them.

Amit.

6 REPLIES 6
Read only

Former Member
0 Likes
1,101

Nr,

i think in your code there is somthing skip or write statement written.

please search and remove them.

Amit.

Read only

0 Likes
1,100

Thanks Amit..Now it is Working Fine.

Read only

Former Member
0 Likes
1,100

hi

under the usercommand of back button use Exit Statement

like

At user-comand

IF sy-ucom = 'Back'

EXIT

ENdif.

Cheers

Snehi

Read only

Former Member
0 Likes
1,100

Hi,

try this code

At user-comand

IF sy-ucomm = 'Back'

leave to screen 0.

endif.

Hope this will solve this problem.

Read only

Former Member
0 Likes
1,100

Narasimha,

there should be list generated from you code via list statements, like write / skip etc...

Just comment out ALV call routine and run program and see if program generates the list <blank list>, if yes, then trace out where the list output option in your code.

Mahesh.

Read only

Former Member
0 Likes
1,100

Hi,

I think some another background job is connected to this report, if you dubug it properly, it would give you the exact details, i suggest you debug the program, that is not a problem in your code, there is something else.

I have faced the same problem, while developing a T-Code that was a authorisation problem in my case.

Regards,

Khan.