‎2008 Jan 17 3:12 PM
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.
‎2008 Jan 17 3:16 PM
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.
‎2008 Jan 17 3:16 PM
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.
‎2008 Jan 17 3:17 PM
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.
‎2008 Jan 17 3:18 PM
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^
‎2008 Jan 17 3:42 PM
Hi,
You can get these details by the varaint used to schedule the report.
Thanks,
Sri.
‎2008 Jan 17 8:07 PM
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.