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
Request clarification before answering.
Hi,
Below link will helpful to you for your requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.