cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting the following error in Adobe forms

Former Member
0 Kudos

I have created a WSDL link. Also data binding is done. But still form doesn't get opened .

Once i click on the button mails should be sent. Mails are delilvered in SOST but adobe form as an attachment is not opening. It throws an error as shown in the screenshot.

Please reply as soon as possible.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Archana,

This looks like your form doesn't get created correctly. How big is the pdf-file with the error?

Debug to the point where the form get's called. Usually sth. like CALL FUNCTION iv_fm_name

Then check the exceptions and sy-subrc. I guess there is an exception and the e-mail gets send with an incorrect pdf-file.


Best regards,

Benjamin

Former Member
0 Kudos

I debugged and checked. This is the following code:

CALL FUNCTION 'FP_JOB_OPEN'

     CHANGING

       ie_outputparams = gs_outputpar

     EXCEPTIONS

       cancel          = 1

       usage_error     = 2

       system_error    = 3

       internal_error  = 4

       OTHERS          = 5.


Former Member
0 Kudos

Dear Archana,

Do you get Exceptions after this function call?

Please check also the FM FP_FUNCTION_MODULE_NAME, which determines the name of the function module. As well as the call of this. Are there exceptions?

Best regards,

Benjamin