2008 Jul 24 10:51 AM
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
2008 Jul 24 10:52 AM
Nr,
i think in your code there is somthing skip or write statement written.
please search and remove them.
Amit.
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
2008 Jul 24 10:52 AM
Nr,
i think in your code there is somthing skip or write statement written.
please search and remove them.
Amit.
2008 Jul 24 10:54 AM
2008 Jul 24 10:53 AM
hi
under the usercommand of back button use Exit Statement
like
At user-comand
IF sy-ucom = 'Back'
EXIT
ENdif.
Cheers
Snehi
2008 Jul 24 10:55 AM
Hi,
try this code
At user-comand
IF sy-ucomm = 'Back'
leave to screen 0.
endif.
Hope this will solve this problem.
2008 Jul 24 10:56 AM
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.
2008 Jul 24 11:41 AM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |