‎2006 Jul 26 5:17 PM
Guys,
i want to execute my program through backgound i.e From report selection screen menu.
progam->execute in background.
What system variable i need to use to trigger from here.
regards,
vijay
‎2006 Jul 26 5:20 PM
Hi Vijay,
The system variable to be used is SY-BATCH.
Regards,
Inder.
‎2006 Jul 26 5:21 PM
‎2006 Jul 26 5:25 PM
Iam using sy-batch in my program but if i press F9 it is not triggering.please help on this.
reagrds,
vijay
‎2006 Jul 26 5:21 PM
hi,
You need to give only the printer name and no of copies you want..if u dont know the printer name you can type in LOCL which detects your local printer and prints it...
‎2006 Jul 26 5:23 PM
<i>What system variable i need to use to trigger from here.</i>
Not sure what you mean by this, but if your program is running in background either by SM37 or by doing a SUBMIT in the code, or even by doing so from the selection screen, the system variable SY-BATCH will be equal to "X".
Regards,
Rich Heilman