cancel
Showing results for 
Search instead for 
Did you mean: 

finding the report name by spool number

Former Member
0 Kudos

Dear all

Is it possible to check which program have generated a spool request?

Thank you in advance

Vlado

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Vladimir,

Follow this appraoch for smart forms and SAP SCripts only:

1. In SP01 give the spool request number and execute. In the screen double click on the spool request number.

2. In the resuting screen go to tabstrip TemSe Attributes and the double click on the entry in the field object name. For clarity purposed this object name will be in format: SPOOL00000XXXXXX where XXXXXX will be your spool request number.

3. In the screen press the push button contents and you will get all the details. In the first few line you will get the smart form name though you will have to search for it.

For ABAP lists you can find the report name easily. Go to SP01,give the spool request number then execute. Double click on spool request and in the name field you will get the report name.

Please award points if solved.

Regards.

Ruchit.

Message was edited by:

Ruchit Khushu

Former Member
0 Kudos

Thanks Ruchit,

But actually I know the name of smart form, I'm trying to find which program initiate printing of this smart form. Anyway I got it through STAT

Thanks again and have a nice day!

Vlado

Former Member
0 Kudos

HI Vlado,

You can check SP01, select the required spool request and click on Choose detail (Magnifying glass icon). In the Suffix field, you can see the program name in general.

regards,

VInodh.

Former Member
0 Kudos

Hello Vinodh,

Thank you for the answer!

Unfortunately there is no program name in this field, just:

Spool request name : SMART (yes, this is a smart form)

Suffix 1 : PRN (printer name)

Suffix 2 : "USERNAME" (user who run the program)

Ragards

Vlado