cancel
Showing results for 
Search instead for 
Did you mean: 

splitting of one spool request to two spool requests

Former Member
0 Kudos

Hi

I need to split one spool request to two spool requests with different page formats.

Can anybody suggests the suitable technique or function module responsible for this?

Regards,

suresh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

good

try this

Have a lock on FM RSPO_RETURN_ABAP_SPOOLJOB, FM RSPO_SR_OPEN and FM RSPO_SR_WRITE.

The first one extracts lines from a spool request. The second one creates a new spool request. The last one write lines into a spool request.

I used these to three to split up huge request into several small requests ...

And after merging your spool requests into one you can convert it to PDF...

thanks

mrutyun^

Former Member
0 Kudos

Hi,

Splitting of spool request is not possible rather you can create 2 or more spool requests by modifying your print program.

Former Member
0 Kudos

hi geeta devi..

can you explain me how to include logic in driver program.

Thanks for your reply.

Regards,

suresh,

sureshk@joburg.org,.za

former_member196280
Active Contributor
0 Kudos

I guess for doing this kind of scenario, you need to modify the driver program... basing on your condition open your form and close once condition ends.... little complex...

regards,

Sairam