cancel
Showing results for 
Search instead for 
Did you mean: 

Save Interactive form to SAP

0 Kudos

Hi All

I have a requirement where we display an interactive form in a web dynpro. The user captures some information and on submit I need to save the interactive form (i.e. the file) as a notification attachment in QM02.

I'm not sure if this is possible and if not, what is the best way of saving an interactive form in SAP.

Thanks in Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thanks Nawal

What I am trying to do is save and update the Interactive form as a notification attachment. I convert the xstring data to binary and store the form as an attchment using fm SDOK_PHIO_STORE_CONTENT and this works. I can read the binary data, convert it to xstring and display the adobe form on the portal.

But when I want to update the binary content in SAP with any changes, I use fm SDOK_PHIO_STORE_AS_UPDATE. This also seems to work but when I try to display the updated document on the portal, it says the file is damaged and could not be repaired.

Former Member
0 Kudos

Hi Thomson,

You recieve XSTRING data on submit in Web Dynpro node.

You can save that XSTRING data.

To view again the same data in PDF bind that XSTRING data to the Node again and open the form.

Regards,

Nawal Kishor Mittal