‎2013 Oct 01 2:35 PM
Hi experts!!
I've got a really annoying issue dealing with Adobe Forms.
My requirement is I need to create several pdf forms (depending on how many employees satisfy certain condition) and display all of them into one pdf File. I'm getting an system_error exception at FP_JOB_CLOSE: ADS: com.Adobe.Processin (200101).
This is how I'm trying to achieve the requirement:
assemble = abap_true.
bumode = 'M'.
getpdf = 'M'.
CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'.
CALL FUNCTION 'FP_JOB_OPEN'.
LOOP at count table.
CALL FUNCTION <function of the form>
ENDLOOP.
CALL FUNCTION 'FP_JOB_CLOSE.
>>>>Exception is here: sy-subrc = 2: system_error.
Did I forget to set any parameters or is it a configuration issue?
Thank you all,
Lauro
‎2013 Oct 01 6:30 PM
Okay guys problem solved.
Apparently that is an adobe service that must be active for bundling PDF forms, through transaction SICF:
default_host/sap/bc/fpads.
If it's not active, right-click and activate it.
Also to be sure, service fp (above fpads) must be active as well.
PDF is now being generated successfully.
Cheers!
‎2013 Oct 01 6:30 PM
Okay guys problem solved.
Apparently that is an adobe service that must be active for bundling PDF forms, through transaction SICF:
default_host/sap/bc/fpads.
If it's not active, right-click and activate it.
Also to be sure, service fp (above fpads) must be active as well.
PDF is now being generated successfully.
Cheers!