cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading SAP Interactive Form on the abap webdynpro view

Former Member
0 Kudos

Hi Guys,

Can anybody tell me procedure or the sample code for uploading SAP interactive form on webdynpro abap view.

Thanks in Advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thanks for ur reply.But here my aim is to append pdf fields into webdynpro view input fields at the run time.i.e I have a pdf created using smartforms stored in a local system and in webdynpro view i have taken file upload input field for browsing the pdf after browsing the pdf when i click the button the values stored in fields which are in the pdf has appended to the webdynpro view fields at the runtime.

can u please tell me how can i acheive this requirement.

Thanks in Advance.

Former Member
0 Kudos

Hi, Srilalitha

Try this:

- create an type xstring attribute in the context to store pdf data;

- in the FileUpload Element, bind the "data" property with this attribute;

- in the InteractiveForm Element, bind the "pdfSource" property with this same attribute

and deselect "enable" property.

I hope this helps.

Regards,

Natan

[FileUpload Element|http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/be7941601b1d09e10000000a155106/frameset.htm]

[InteractiveForm Element|http://help.sap.com/saphelp_nw2004s/helpdata/en/0f/128841e8231709e10000000a155106/frameset.htm]

Former Member
0 Kudos

Hi Srilalitha,

Can you try this Link...

[/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal|/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal]

Regards,

Vijay

Former Member
0 Kudos

Hi,

see the [documentation|http://help.sap.com/saphelp_nw70/helpdata/en/44/11780a48c9088be10000000a422035/frameset.htm]

Regards, Heidi