cancel
Showing results for 
Search instead for 
Did you mean: 

Submit Interactive Form using button on Wed Dynpro page instead of in PDF

Former Member
0 Kudos

Say I've a Web Dynpro page with an interactive form embedded. Is it possible to have on the page an HTMLB button, when clicked, submit the interactive form to an iView on EP? I haven't found any tutorials showing something like this. Please advice. Basically I need to make this adobe form/web dynpro app interact with the portal (passing the completed form to the portal)? any help will be greatly appreciated. thanks again.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mick,

I don't get your exact requirements.

What i get is, you want submit to SAP button outside the adobe forms and on the webdynpro page.

Yes, you can do this thing. Whenever webdynpro page has any events at that time whatever the values on the adobe form are reflected into the node which you have bound with the Interactiveform UI element.

So, you can place your button outside adobe form also.

Now, for "submit the interactive for to an iView or EP" I can't get exactly what you want. But i can say that you can manipulate your adobe form in code using pdfObject.

Check the SAP tutorial for manipulating pdfObject.

Regards,

Bhavik