cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Document Template in Workflow (Adobe Live Cycle Designer)

04-04-2012 11:03 AM
289 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I have a requirement to send the Leave form  in Pdf Format in the last step to the HR.I am using the Document from Template step and tried to use the Adobe Live Designer but i mam not able to transfer the workflow elements to the Template.It is giving the error as " This Application Does not support the Form Interface.But when i tried to use the MS-Office Applications i am able to transfer to the Document.

Please let me know the steps to create the PDF using Document Template

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

anjan_paul
Active Contributor
0 Likes
bpawanchand
Active Contributor
0 Likes

Hi Mustafa,

     May be you can try in this way,

1. First you create a printable adobe form from SFP transaction, make sure you have defined all the elements in the interface of the printable adobe form,

2. Create method in the business class or BOR method what ever you are using in the workflow by calling the function module dynamically in the a)FP_JOB_OPEN  b)CALL THE FORM( it should be in the background, the function module will return the PDF object string back to the method.) c) FP_JOB_CLOSE

3. Now you export this xstring as attachment  by sending him mail or as a work item attachment.

Regards

Pavan