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: 

find report input from spool request

former_member181995
Active Contributor
0 Kudos

hi,

i have spool request in sp01 for some zreport output which was ran in background.

but how can know the report input which was given by user and ran report.

please help me out.

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

Hi jony

In sm36 if you have the job name, try giving it and on the top you have a button called steps, where when ever a job is scheduled the user need to enter a variant for background processing.. if you can get the name of the variant your job is done.

5 REPLIES 5

former_member156446
Active Contributor
0 Kudos

Hi jony

In sm36 if you have the job name, try giving it and on the top you have a button called steps, where when ever a job is scheduled the user need to enter a variant for background processing.. if you can get the name of the variant your job is done.

Former Member
0 Kudos

Hi Jony,

in sm37 first check the status of ur job ,

if it is active means ongoing

finshied means over

if it is finished then u double click on th job

then click on the button job log

then u can see spool request number

now go to sp02 and click on ur spool request number

cheers,

Hema.

Former Member
0 Kudos

hi

good

Name of the spool request. Set this only if you do not want to print immediately (pre-set with report name (SY-REPID) including the first three characters of the user name (SY-UNAME)).

thanks

mrutyun^

Former Member
0 Kudos

Hi,

You can get these details by the varaint used to schedule the report.

Thanks,

Sri.

0 Kudos

i found the solution my self>>

goto t-code sm37 with username and spool number.

then select the jobname goto steps.

then again put cursor on line and in menu>goto>varient.

it will show the selection screen with input which was given by user and ran the report.

thatks guys.