hi folks,
I have an issue, I am executing a report program , at the end of which a screen gets displayed and the module pool program is MP400000 which in turn calls another include program MP400030 within this include program there is a perform statement which Calls an transaction screen.
CALL TRANSACTION 'PB60' AND SKIP FIRST SCREEN.
I need to hide this screen from display. I do not want this screen to be displayed.
Can I just comment it? because i want the action to be perfromed but no screen to be displayed.
How can I do this?
Thanks in advance
Vinu