cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms - URGENT - Printing two different jobs as a single Job

Former Member
0 Kudos

Hi,

I have created a print program which calls two different smarforms for printing, but as two different spools, I want the two forms to be printed in a same Spool so that the two forms are printed in a same Printer job which will result in stapling of the same.

Please advice me, Its quite urgent ..!

Thanks and regards,

Veerendranath Maddula

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi veerendranath,

have u tryied my solution in other post..

try this <b>OUTPUT_OPTIONS-TDNEWID = SPACE</b>. normally we ste this value to 'X' if we want separate spool ids. just do it opposit.. i haven't tryied.. jsut it is an information. may be it works.

and once try this FM

<b>RSPO_INSERT_SPOOL_CONCATENATE</b> and onve go through the documantaion..

goto SE37 open this FM the press on documentioat

it looks it solves u r probelm..

Please Close this thread.. when u r problem is solved. Reward all Helpful answers

Regards

Naresh Reddy K

Answers (3)

Answers (3)

Former Member
0 Kudos

Issue is resolved now.

Former Member
0 Kudos

FYI

The Issue has been fixed now.

While printing the first smart form, follwing should be the Printer settings.

ssfcompop-TDNEWID = 'X'.

ssfcompop-TDFINAL = ' '.

ssfcompop-TDIMMED = ' '.

and for the last smart form, follwing should be the Printer settings.

ssfcompop-TDNEWID = ' '.

ssfcompop-TDFINAL = 'X'.

ssfcompop-TDIMMED = 'X'.

This is a perfect FIX for this issue.

The above code will create a new spool for the first form and it will not print the form but keeps on appending the spool with the new form and the last printer settings will print the form at once resulting all the smarforms concatenated in one spool and printed as one print JOB.

Thanks and regards,

Veerendranath Maddula.

Former Member
0 Kudos

hi veerenranath,

i thikn u r problem is solved.. i have seen ur solution i another thread of ur's.. it is very nice to u r reply..

please close this thread

Message was edited by:

Naresh Reddy