2009 Nov 20 10:26 AM
Hi experts,
I could able to display the ALV report, but when I am clicking BACK button, its going to blank screen, then again if I click BACK , its going to the selection screen. Please suggest me, what to do, to avoid it?
Rgds,
gsaasg.
2009 Nov 20 12:45 PM
Hi,
Have you created some kind of custom container where the ALV grid is getting displayed?
I would suggest you to thoroughly debug.
Hi,
Have you created some kind of custom container where the ALV grid is getting displayed?
I would suggest you to thoroughly debug.
2009 Nov 20 10:32 AM
Hi,
In the user_command.
case sy-ucomm.
when 'BACK' . " give the function code as in the pf status
set screen 0.
endcase.
2009 Nov 20 10:32 AM
2009 Nov 20 11:17 AM
2009 Nov 20 12:16 PM
Hi,
Are you using the custom built screen to display the alv report output.
Regards
Sunil.
2009 Nov 20 12:27 PM
Hi,
Try this.
If sy-ucomm eq '&0F3'.
LEAVE TO SCREEN 0.
endif.
Regards
Avinash
2009 Nov 20 12:45 PM
Hi,
Have you created some kind of custom container where the ALV grid is getting displayed?
I would suggest you to thoroughly debug.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |