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: 

How to find the spool number of a report's output?

Former Member
0 Kudos

Dear Experts,

Please provide steps/examples/code to to get the spool number of reports output.

Regards

Depesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi check this FM RSPO_FIND_SPOOL_REQUESTS

5 REPLIES 5

former_member156446
Active Contributor
0 Kudos

in run time sy-SPONO holds the spool number at runtime.

Former Member
0 Kudos

hi depesh,

go throught this link,

[good link|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7a5f4061-0a01-0010-c9bc-a4e4cb100438#q-3]

regards,

sandeep

Former Member
0 Kudos

Hi Depesh Kumar,

Using T.Code : SP01, we will find spool details of corresponding outputs.

Hope it is helps.

Regards,

T.Durai murugan.

Former Member
0 Kudos

Hi Depesh,

Refer this link,

http://abap4.tripod.com/Save_Report_Output_to_a_PDF_File.html

Form get_spool_number for getting the latest spool number .

This might help.

Mohinder Singh Chauhan

Former Member
0 Kudos

Hi check this FM RSPO_FIND_SPOOL_REQUESTS