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

Sending SAP Script to Spool

Former Member
0 Likes
1,352

I have to create a Layout and a Print Program.

When i execute the program the data it generates have to go to Spool.

My problem is " How to send the SAP Script Directly to Spool ?"

Regards,

Kumar

I have to create a Layout and a Print Program.

When i execute the program the data it generates have to go to Spool.

My problem is " How to send the SAP Script Directly to Spool ?"

Regards,

Kumar

7 REPLIES 7
Read only

Former Member
0 Likes
1,049

Hi Kumar,

In the output control un-check the print immediately option so it will go to spool and you can print from there.

Prabhu Rajesh.

Read only

0 Likes
1,049

Thank You Rajesh.

Is there any functional module.. That i can include in the program ??

Regards,

Kumar

Read only

Former Member
0 Likes
1,049

Hi PrabuRajesh,

Where is this Option in SAP Script.

Read only

0 Likes
1,049

Hi Rajesh,

I have to print multiple documents when i execute the program. For every document a new spool request has to be created.

Regards,

Kumar

Read only

0 Likes
1,049

Hi,

when using OPEN_FORM you can see this Print parameters for sap scripts and SSFCOMP_OPEN for Smartforms, a popup will displayed and you can un-check this check-box.

OR

For example in Plant maintenance when printing the Work Order a popup will display to select the shop papers where you can say not to print immediately so the request will be displayed in the spool.

I think you should have opened a new form for this.

Prabhu Rajesh.

Read only

0 Likes
1,049

Hi Bharani,

This is based on the you logic, inside loop use OPEN_FORM and try.

Prabhu Rajesh.

Read only

0 Likes
1,049

Thank you..

Regards,

kumar