Application Development 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: 

get spool number

Former Member
0 Kudos

hello experts,

how will i get the spool number of an output in transaction VT03N? i have to get the spool number because i will use it in the print program configured in the transaction's output.

please help me with this.

thank you.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Once you click on the print

Go to SP01 --> Input your user id in the User ID field. Press F8.

It will list you the list of spool numbers.

Thanks,

Sriram Ponna.

8 REPLIES 8

Former Member
0 Kudos

Hi,

Once you click on the print

Go to SP01 --> Input your user id in the User ID field. Press F8.

It will list you the list of spool numbers.

Thanks,

Sriram Ponna.

0 Kudos

what i have to do in my print program is to get the spool number automatically after the processing and submit it to program RSTXPDFT4 to create a .pdf file..how do i do this?

0 Kudos

System variable to hold current spool no is SY_SPONO.

Reward if useful.

0 Kudos

it doesn't work with sy-spono because in my print program there is no value in sy-spono...:(

Former Member
0 Kudos

You can get it from transaction SP01

Database table is TSP01.

Reward if useful.

former_member182346
Active Contributor
0 Kudos

HI

U can use FM 'RSPO_FIND_SPOOL_REQUESTS' also

Thanks & Regards

vinsee

Former Member
0 Kudos

anyone knows how to get this spool number? i have tried sy-spono but it doesn't have a value in my print program..

Former Member
0 Kudos

hi march,

first goto se38 then any prg execute(F8).

find print (List in menubar)

click print then u can get spool number with last four numbers. u remember the number.

then goto se38 pgm name is RSTXPDFT4. its executed.

u put spool number(last four numbers) only.

its executes then save as extension with pdf in ur system.

Reward if useful,

Regards,

S.Suresh.