cancel
Showing results for 
Search instead for 
Did you mean: 

parameters to be passed in sfpoutputparams for printing Multiple adobe form

0 Kudos

What parameters should be passed in sfpoutputparams for printing Multiple  adobe form in single Spool Request...?

My motive is to print multiple adobe forms in a single Request , but i am facing issues in passing correct parameters in sfpoutputparams, folliowing is the logic which i am using at present...

At Present I am passing following parameters..

            cs_outputparams-nopreview = space.
            cs_outputparams-device   = 'PRINTER'. 

            cs_outputparams-noprint = space.
            cs_outputparams-noarchive = space.
            cs_outputparams-getpdl = space.
            cs_outputparams-nodialog = 'X'.
            cs_outputparams-reqnew = 'X'.
            cs_outputparams-copies = '001'.
            cs_outputparams-preview   = abap_false.

1)calling FM_JOB_OPEN

2)calling multiple Fm of adobe form one by one .

3)Calling FM_JOB_CLOSE

By this logic only the last adobe form is displayed not all .

Please suggest

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Ankit,

sfpoutputparams is the  Form Processing Output Parameter.

See the example below:

fp_outputparams-copies    = nast-anzal. (where fp_outputparams TYPE sfpoutputparams.)

This question has been in the discussion below:

Regards,

Ashvin

Answers (0)