cancel
Showing results for 
Search instead for 
Did you mean: 

Print parameters in Adobe forms.

Former Member
0 Kudos

Hi,

In SmartForms we have the function module "WFMC_PREPARE_SMART_FORM" to set the print parameters. Could someone please tell me the equivalent function module i would have to call to set the print parameters in an Adobe form?

Points will be awarded to the correct function module name.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi !

You can use first the function module WFMC_PREPARE_SMART_FORM to fill ITCPO.

Then you can use the function module FI_PAYM_PDF_PRINT_PARAMETERS to map ITCPO to SFPOUTPUTPARAMS.

Former Member
0 Kudos

call functions 'FP_FUNCTION_MODULE_NAME,FP_JOB_OPEN,fm_name,fp_job_close sequently and pass the parameters.

Former Member
0 Kudos

Hi Usha,

These are the function modules that i would call when trying to call the Adobe form. I need the function module that would set the print parameters BEFORE i could call the mentioned function modules.

Please advice.

Former Member
0 Kudos

hi

in fp_job_open FM we have a structure of type 'SFPOUTPUTPARAMS'.this has all the output print options .i think this will help you.