Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Submit statement

Former Member
0 Likes
509

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

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.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
479

I dont want to get the report displayed and the spool number also need not be generated.

Then what do you want ?

Read only

Former Member
0 Likes
479

I need the contents of the table alone which is present in the FM.

Read only

Former Member
0 Likes
479

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.

Read only

Former Member
0 Likes
480

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.