cancel
Showing results for 
Search instead for 
Did you mean: 

Upload interactive form and access field values in WD component

Former Member
0 Kudos

Hi Experts,

I want to upload a prefilled interactive adobe form in my webdynpro component and then I want to read the values filled in the form in my webdynpro component.

I don't want to display the interactive form in the WD component. Just need to read the values.

Please let me know how can I do it.

Warm regards,

Sushant Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sushant,

We can achieve this in two ways.

1) Upload the component using a Uploader UI element of WD. Data uploaded will be in the xstring format. You can get the data by XML parsing

Check the link for reference

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7651] [original link is broken] [original link is broken] [original link is broken];

2) Upload and Submit method - Upload the form, show it in a WD view and submit using submit button within the form. This method binds data automatically to the context nodes. By reading the nodes you will get the data.

check WD Component - DEMO_ADOBE_OFFLINE

Let me know if you need any clarification.

Thanks & Regards,

Sanoosh