cancel
Showing results for 
Search instead for 
Did you mean: 

How to save ADOBE FORM at local system in backend

Former Member
0 Kudos

Hi All,

I need to generate adobe form at local system.

For that i created Adobe form , it's working fine.

But requirement is like save that form in C or D drive of local system backend with specific file name.

Anybody can tell me how to save the form in backened in local system.

Regards,

Priya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I solve it myself.

Former Member
0 Kudos

Hi All,

I find the way to do the same.

I follow sequence of Function Module described below :

1. FP_JOB_OPEN

2. FP_FUNCTION_MODULE_NAME

3. CALL FUNCTION fm_name

4. FP_JOB_CLOSE

5. SCMS_XSTRING_TO_BINARY

5. cl_gui_frontend_services=>gui_download

Thanks

Regards,

Priya