2007 Jun 12 9:53 PM
Hi Experts,
I want to run a hr program in back ground. So i made the selction screen empty by using report category. But when I run the program I am getting an empty screen and again i should click on execute to get the results. Is there any way to avoid the selection screen completely. so that when i run the program i gets the results directly.
Thank you.
Regards,
Irfan
2007 Jun 12 10:04 PM
or create a job using Transaction SM36 to run this report in background. There is no need to blank the Sel screen..
~Suresh
2007 Jun 12 9:58 PM
Hello Admir,
you can do it with a CALL TRANSACTION xxx AND SKIP FIRST SCREEN, in case the report has a tcode, also you can make a SUBMIT {rep|(name)} [selscreen_options] to the program.
hope this helps, dont forget to reward
gabriel
2007 Jun 12 10:04 PM
or create a job using Transaction SM36 to run this report in background. There is no need to blank the Sel screen..
~Suresh