Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: Editable Form is not printing

$
0
0

Hi.

 

I have alread filled it up like bellow code:

 

 

FORM fp_job_open.


*  wa_fp_outputparams-nodialog    = 'X'.   " SEM POP UP
 *  wa_fp_outputparams-connection = 'ADS'. " CONNECTION ADOBE DOC. SETTINGS
 *  wa_fp_outputparams-getpdf     = 'X'.
 *  wa_fp_outputparams-adstrlevel = '02'.
 *  wa_fp_outputparams-arcmode    = '1'.   wa_fp_outputparams-device      = 'PRINTER'.   wa_fp_outputparams-dest        = 'LOCP'.   wa_fp_outputparams-reqimm      = 'X'.   " Saída imediata (parâmetro de impressão)
 *  wa_fp_outputparams-reqdel     = 'X'.  " Eliminar após saída (parâmetro de impressão)   wa_fp_outputparams-reqnew      = 'X'.   " Nova ordem spool (parâmetro de impressão)   wa_fp_outputparams-reqfinal    = 'X'.  " Encerrar ordem spool   wa_fp_outputparams-copies      = '6'.

*--------------------------------------------------------------------*
 * Sets the output parameters and opens the spool job
 *--------------------------------------------------------------------*
   CALL FUNCTION 'FP_JOB_OPEN' "& Form Processing: Call Form   CHANGING     ie_outputparams = wa_fp_outputparams   EXCEPTIONS     cancel         = 1     usage_error    = 2     system_error   = 3     internal_error = 4     OTHERS         = 5.   IF sy-subrc <> 0.     MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno             WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.   ENDIF.
 ENDFORM.                    " FP_JOB_OPEN


P.S.: There is another form which prints 6 copies correctly with same perform above.

 

 

Look how spool likes after printing, it shows 6 copies printed, but even no one page is printed in the printer :

 

 

 

 

 

best regards.

Glauco


Viewing all articles
Browse latest Browse all 9091

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>