cancel
Showing results for 
Search instead for 
Did you mean: 

print 20 jobs with one cover page

0 Kudos

Hi all,

can anybody help me?

In the spool, there are 20 jobs. we want to print one cover page for all 20 jobs.

We don't want to print 20 cover pages for each job.

What should I do?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do you want to do this in Web dynpro or using GUI?

If you are using SAP GUI then you can:

1. OPEN the job using FP_JOB_OPEN

2. loop st the form FM

3. CLOSE the job using FP_JOB_CLOSE

-Manish

Answers (1)

Answers (1)

0 Kudos

Hi Kumar,

Thank you for your reply.
we are using SAP GUI.
User want to use job to print invoice automatically.
Currently, there are a strange problem, each invoice can create a  spool.
Each spool will contains a cover page.
That cause a lot of coverpage will be created.
But user don't need so many coverpage.
They just want to need one coverpage.

I think there must be a way to use one spool number to print  all the invoices.

Robbin.

Former Member
0 Kudos

Hi,

If you are using SAP GUI then follow the procedure mentioned above.

This will create only one spool job i.e. only one cover page.

-Manish

0 Kudos

hI Kumar,

Thanks.

We already got the root cause.

There is a field "Print Immediately", if this field is marked as X, then the invoice won't be printed into the same spool.