2012 Jan 16 7:39 PM
Hi,
I have a basic list using write statement from where i drill down to ALV list.when i press back button takes me to blank screen.I have tried leave screen ,leave to list processing but it is not working .Submit same report isworking but takes time to go to initial basic list .Can u advise the solution for this .
Hi,
I have a basic list using write statement from where i drill down to ALV list.when i press back button takes me to blank screen.I have tried leave screen ,leave to list processing but it is not working .Submit same report isworking but takes time to go to initial basic list .Can u advise the solution for this .
2012 Jan 17 3:14 AM
This thing once happened with us. We were displaying alv but when we press back a blank page was coming. The reason was before displayiny the alv we have used a write,vline,uline statement. So when you display an alv check in debug if same is not happening
Nabheet
2012 Jan 17 3:59 AM
Hi Praveen,
Check in debug what code is pressing after pressing back button.
Regards,
Madhu.
2012 Jan 17 7:04 AM
There are no write,uline or skip statement executed after pressing back buton.Here from basic list using write statements ,I am calling ALV .Any advise abt resolving this issue .
2012 Jan 18 10:17 AM
Hi Praven
write statements should not be checked after back..you have to check them before calling the alv...
plus are displaying classical first and then alv..are you displaying the alv in pop up or what?
Nabheet
2012 Jan 18 5:12 AM
hi praveen,
You can check the value of sy-lsind on the click of back button and set its value to the previous list.
so what i mean to say is forcefully change the value of sy-lsind on click of back button to (sy-lsind - 1)
,this will take you to its parent list.
Hope this is helpful to you.
Abhishek.
2012 Jan 18 7:49 AM
Hi Praveen,
Do as Abhishekv suggesed you, if still issue not solved reply back.
Regards
Tarun
2012 Jan 18 9:11 AM
Hi Praveen.
Use leave to screen 0 if u want to go back to the program instead of going to the empty list.
If your requirment is not this reply back with your requirment.
Regards.
Aswath.
2012 Jan 18 10:15 AM
debug your program and use leave to screen 0 where the back is executed in your program .
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |