Application Development and Automation 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: 
Read only

Spool Request Display Report

Utrivedi
Explorer
0 Likes
1,961

Hello,


Pleasure to be part of this community and ask the first question.

I have created a report and probably, that report is going to be scheduled to run weekly.

I want to understand how I can create a job and spool request display report for this program. I have found some information from this forum about SM36/SM37 T-Code and spool request display. However, I think I am not able to get the whole scenario of how it is going to work.

If someone can give me an idea, that would be great. Practical examples will be appreciated.

Regards,

Udit

3 REPLIES 3
Read only

Former Member
0 Likes
1,666

I am assuming you will be scheduling this job manually and not programmatically.. The process is as follows..

Goto SM36

Enter a Job Name

click on START Condition butto and click Date and Time button

you will see a button PERIODIC VALUES appeared below.

Click and select WEEKLY as you have indicated, SAVE it.

Enter date and time so that it starts on that time and is scheduled everywk at that time

You can enter NO START AFTER in case you want to restrict this.

Then Click STEP

You can enter program name variant and also select Printer specification

And that should do the trick..

Hope this helps

Read only

0 Likes
1,666

Hello Abhijit,

Thank you for your reply.

The steps which you showed will be of great help to create a new job.

I am also wondering how we can manipulate the display for the spool request. Not just showing the standard message, "Finished." e.g., 12 records have been inserted. 2 records are rejected.

Regards,

Udit

Read only

Former Member
0 Likes
1,666

  Dear

I am not bit clear with ur question what do u want you want all spool requests should be print in one single report with zreport or u would like to schedule a job weekly for std spool pgm

if you want develop report there are pgm RSPO1041 RSPO1043 these are the reports which can help you

Regards