cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a file through submit button

vinothkumar_g
Advisor
Advisor
0 Kudos

Hi All,

I created a adobe form. When click on this submit, material will be created in backend.(R/3). This functionality is working fine.

I need to add one more submit button. when clicking this button one htm document should be opened. ( this htm document , i stored in c:\)

How to do this?

Points will be awarded.

Thanks and Rehards,

Vinoth.

Accepted Solutions (0)

Answers (3)

Answers (3)

vinothkumar_g
Advisor
Advisor
0 Kudos

Hi,

Create a function module in R/3 and make it as a remote enable mode. In this function module code the functionalities.

Then se80 - bsp application - webservicebrowser. enter. execute it. then give the function module name and click on wsdl . you will get the link. then in the adobe form, using new data connection - choose wsdl. give this wsdl link.

then bind the fields of this to adobe form.

Regards,

vinoth

vinothkumar_g
Advisor
Advisor
0 Kudos

Hi,

Thanks for your reply.

Application - Standard alone adobe form

Thru wsdl link - i will be linking the adobe with R/3.

I should create a submit button.

Thru javascript or thru formcalc, we need to write a code to open a document as soon as user clicks on submit button in adobe form.

Regards,

Former Member
0 Kudos

hi vinoth,

I want to submit data of the adobe form to R/3 when user clicks on submit button....can you pls tell me how can i do that...

how to set up a wsdl link....and how to go on from there..?

Thanks in Advance...

Tanmay

i042339
Product and Topic Expert
Product and Topic Expert
0 Kudos

What type of application are you using is web dynpro application or some thing else?

Please let me know about your appliccation in detail.