cancel
Showing results for 
Search instead for 
Did you mean: 

FP_JOB_OPEN

manubhutani
Active Contributor
0 Kudos
7,313

Hi,

I migrated a smartform to adobe form, the FM generated is giving a formatting error (sy-subrc = 0) in include LFPCOMPCHK in perform check_job_open.

If i change the value of fpstat-is_opened to false, it works. Don't know why. Then i commented the FP_JOB_OPEN call in my program and now it is working fine.

There is a function module call to FPCOMP_JOB_OPEN in the adobe form function module so why do we call the FP_JOB_OPEN before calling the adobe form.

Please explain.

Regards,

Manu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member217316
Contributor
0 Kudos

Hi Manu

FM: FP_JOB_OPEN inturn calls FM: FPCOMP_JOB_OPEN.

FM: FP_JOB_OPEN is used to determine the output settings of the form i.e. 'print', 'archived' or 'print preview'. Also, in you case of migrating a smartform to adobe form, this FM controls how the form is sent back to the application program as a PDF.

Link should be helpful to you.

Hope this helps.

Harsh