on 2007 Oct 01 10:53 AM
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
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^
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Splitting of spool request is not possible rather you can create 2 or more spool requests by modifying your print program.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.