cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro - Adobe interactive pdf attachments

Former Member
0 Kudos

I am creating an ABAP web dypro with a Adobe interactive form that also includes a workflow. I am having an issue passing the attachments with the PDF source to the next workflow task. When I save the PDF source from the first web dynpro view and then re-load the pdf source conext with this data for the next view, the attachments are not with the PDF when it is opened. Are the attachments stored with the PDF source in the context attribute? I have created a function that should list the attachments that I call before starting the workflow just to check but the attachments are not being returned, I am passing the pdf source context for the interactive form to the function module.

Thanks

Jim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Jim,

This may be of some help:

Thanks,

Amita

Answers (3)

Answers (3)

Former Member
0 Kudos

Attachments are not support with WebDynpro ABAP per SAP

Former Member
0 Kudos

Hi Jim Bates,

I am also having same kind of requirement. Please give me some clarity on this solution.

Thanks & Regards,

Thirumurugan A

Former Member
0 Kudos

Hi Pallavi.

if you look at OSS note 1080203, attachments are not support for Web Dynpro ABAP.

What we had to do was create a custom controller/interface to handle the attachments. The user can browse for the attachment they want to include and then add this attachment to a table container. Once the user submits the form, the attachments are added to the pdf source using the stanard SAP class.

In our case, we needed to pass the attachments to the next task in the SAP workflow, so we store the attachments in a cluster table and then get them to display on the next form.

Hope this help. Let me know if you need any other info.

Thanks

Jim

Former Member
0 Kudos

Hi Jim,

Can you pls. tell me by using which standard SAP class we can add attachments to PDFSource.

Regards,

Ravi

Former Member
0 Kudos

Hi Jim,

Did you get the solution for your problem? I am also having similar kind of requirment. I want to get the attachments along with my form contents. Please let me know how to do it.

Thanks,

Pallavi