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

Making a single spool : SP01

Former Member
0 Likes
534

Hi SAP Experts,

In SP01 i have 3 different spool IDS:

=======================================

1. How to make 1 single spool by using this

3 different spool IDS.

so that i can see all these 3 in a single

one.

2. Do anybody know any FM or any way to make it?

Thanks in advance.

Vas.

Hi SAP Experts,

In SP01 i have 3 different spool IDS:

=======================================

1. How to make 1 single spool by using this

3 different spool IDS.

so that i can see all these 3 in a single

one.

2. Do anybody know any FM or any way to make it?

Thanks in advance.

Vas.

2 REPLIES 2
Read only

Former Member
0 Likes
473

That is not possible via standard procedure, since each spool request number will have a different print format. But that can be done with the help of ABAP Development data picked from the table NAST.

Regards,

Shankar

Read only

Former Member
0 Likes
473

You cannot merge the 3 different spools from SP01.

One way of spool merging:

We can merge the spool from the program. If all the 3 spools are being created from the same program.

We set the New spool attribute for the very first time and then clear it so that for the subsequent spools it would be space. By programmatically we can control it.