‎2009 Apr 03 1:35 PM
Hi,
In my pgm i want to use the submit statement.This is used to call of report.This is being scheduled in background(before submit have used job_open FM).I dont want to get the report displayed and the spool number also need not be generated.How to use the submit statement in this case.
‎2009 Apr 03 1:39 PM
Hi,
if you use SUBMIT staement , without VIA SELECTION-SCREEN ,
background selection screen processing takes place. In background selection screen processing, the selection screen events are triggered without the selection screen being displayed.
Ram.
‎2009 Apr 03 1:37 PM
I dont want to get the report displayed and the spool number also need not be generated.
Then what do you want ?
‎2009 Apr 03 1:42 PM
I need the contents of the table alone which is present in the FM.
‎2009 Jun 20 11:39 AM
Hi,
Here is a short example. Step By Step guide.
http://erpbuzz.com/abap-submit-statement-calling-one-executable-program-from-another.php
Regards,
Friend.
‎2009 Apr 03 1:39 PM
Hi,
if you use SUBMIT staement , without VIA SELECTION-SCREEN ,
background selection screen processing takes place. In background selection screen processing, the selection screen events are triggered without the selection screen being displayed.
Ram.