cancel
Showing results for 
Search instead for 
Did you mean: 

Third party software and sap interactive forms

Former Member
0 Kudos

Hi,

Is it possible that data (from a third party software) be sent to an SAP interactive form hosted on an SAP instance?

Thanks

Benoît Vézina

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Kudos

could you explain more in details what is the exact context, what do you mean by "send", by "hosted" ? What technology do you use ? (abap, java, webdynpro...)

Former Member
0 Kudos

Here is what i want to achieve. I want to create an Adobe form in my DM instance (webdynpro or java). I still have some old application that are not on the SAP platform but those applications could use the same adobe Form. So instead of maintaining Adobe form for DM and another for my non-sap application, i would like send the data from that non-sap application to the forms that is in my DM sap instance, is it possible.

Thanks for your time

Former Member
0 Kudos

you could probably merge the XML data with your form.. check your Adboe installation directory - there are samples where the data and form are merged to create the output form.

iwan_santoso4
Participant
0 Kudos

Just an option, if the third party system is able to consume a web service:

1) Create RFC that accept the form data and print

2) Publish RFC as web service

3) Let third party consume the web service whenever the form need to be printed.