cancel
Showing results for 
Search instead for 
Did you mean: 

how to call adobe form from a program

Former Member
0 Kudos

i created a adobe form..

i tried to call it from my program liek we call smartfoms(vall the function module generated.)

but it gives me error..

what parameters needed to ne passed?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

outputparams-NODIALOG = 'X'.

outputparams-PREVIEW = 'X'.

outputparams-dest = 'LP01'. "give ur printer name.

CALL FUNCTION 'FP_JOB_OPEN'

CHANGING

ie_outputparams = outputparams

EXCEPTIONS

cancel = 1

usage_error = 2

system_error = 3

internal_error = 4

OTHERS = 5.

and Now call the generated function module

pass the following in docparams

docparams-langu = 'E'.

docparams-country = 'US'.

and finally close the job.

It should work.

Please let me know if u need further details.

Regards,

sasi

Former Member
0 Kudos

wats id type of outputparams,docparams and how to close job?

Former Member
0 Kudos

please check parameters. in fm

fp_job_open and fp_job_close.

Former Member
0 Kudos

Hi Kumar,

Hope this link would be helpfull - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ebe3be21-0b01-0010-c08c-969bd986...

Thanks and Regards,

Antony

Answers (1)

Answers (1)

vaibhav_tiwari
Contributor
0 Kudos

Hi,

Can you give me your email id so that i can send you a pdf having the information to create interactive forms in ABAP or go though the below link to download this pdf.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80...

for more details go through the below url:

http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/frameset.htm

Please reward points if helpful.

Thanks and regards,

Vaibhav Tiwari.