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

Sapscript get spool when the delivery printed

Former Member
0 Likes
636

Hi all,

i need such a thing:

the user gets print out from printer and also wee need to send the same delivery items via email.

We want to send the email while printing occurs.

here i i need to get the spool id of sapscript and this convert this spool to pdf.

How can i do that? especially how can i get the spool id, when you get print from printer no spool created or what?

thanks

Hi all,

i need such a thing:

the user gets print out from printer and also wee need to send the same delivery items via email.

We want to send the email while printing occurs.

here i i need to get the spool id of sapscript and this convert this spool to pdf.

How can i do that? especially how can i get the spool id, when you get print from printer no spool created or what?

thanks

3 REPLIES 3
Read only

madhu_vadlamani
Active Contributor
0 Likes
582

Hi,

The user gets print out from printer and also wee need to send the same delivery items via email.

For this maintain condition record and configure sost settings

We want to send the email while printing occurs.

Here check for any exit available or develop a custom program.

here i i need to get the spool id of sapscript and this convert this spool to pdf.

Check the table nast,tsp01.

How can i do that? especially how can i get the spool id, when you get print from printer no spool created or what?

<< Moderator message - Cut and paste response without attribution from http://help.sap.com/saphelp_nwpi711/helpdata/en/82/a9234289305133e10000000a155106/content.htm removed. Plagiarism is not allowed in SCN >>

Regards,

Madhu.

Edited by: Rob Burbank on Jan 4, 2012 11:15 AM

Read only

Former Member
0 Likes
582

To convert spook to PDF use FM....

CONVERT_ABAPSPOOLJOB_2_PDF.

Read only

Former Member
0 Likes
582

spool will be created when it went for printing. search for how to retrieve spool content from sap script. you can easily get threads on this