‎2007 Nov 01 3:29 PM
Hi,
I have a program my requirement is If I press execute button in the selection screen I need to display the report output in background. Please tell me what logic additionally I need to add in my program. Is there any need to create job in sm36 or system will automatically create it by using function module job open?
Please tell me the steps to do this.
Thanks a lot in advance.
‎2007 Nov 01 3:33 PM
Yes.. system can create a job with the OPEN_JOB ..SUBMIT... CLOSE_JOB.
Say, you want to run the program Ztest1 into background, than make Ztest2 and use like:
ZTEST2 should contains all the fields which you want to pass to ztest1.
In Ztest2's start-of-selection.
1. open group
2. submit ztest1 with all selections and jobname/jobnumber
3. close group
Regards,
Naimesh Patel
‎2007 Nov 01 3:33 PM
Ok...
SE38---> Enter pgm name ---> in menu 'Program' ---> Execute ---> Background
OR
From selction screen press 'F9'
Message was edited by:
Perez C