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

RSBDCSUB - Batch Input Sessions

Former Member
0 Likes
441

Hi,

I'm using RSBDCSUB program to automatically release the batch input sessions under background mode. Everything works fine.

But at the end of the batch input sessions, each time it is generating a Report of the status, which goes to the spool.

This is the line where the report gets written:

SORT JOB BY QID.

LOOP AT MTAB.

READ TABLE JOB WITH KEY QID = MTAB-QID BINARY SEARCH.

PERFORM WRITE_LISTE.

ENDLOOP.

Most of the users are having print immediately option and so this report is also getting printed, which is not necessary for them.

Can anyone tell how to stop this?

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
316

Hello,

While executing the job in back ground, SAP shows the Output device popup screen with button for 'Properties'. On clicking this button, you can set the 'timing of Printing' to SAP Spooler.

Thanks,

Venu