cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro call from external application

Former Member
0 Kudos

Hi All,

I have an application which runs on a non-SAP System, i want to know how to connect this application to a webdynpro application in SAP System?

Is it possible at all? the scenario is like i want to transfer this data to SAP System through applications only , i mean BDC wont be any option.

kindly suggest ASAP.

Regards

Sidd

Accepted Solutions (0)

Answers (2)

Answers (2)

chintan_virani
Active Contributor
0 Kudos

Sid,

If you have to get the data from non-SAP system and use Web Dynpro then you will firstly need to create a WebService on non-SAP System side to get the complete data.

Then create a WebService model in Web Dynpro and load the data to SAP.

Alternatively just search on SDN for creating of WebServices and integration in Web Dynpro.

Chintan

ThatSAPGuy
Advisor
Advisor
0 Kudos

Sidd-

You should be able to do this using the URL of your Web Dynpro application. As far as parameters go, you should be able to pass them through the URL. In Web Dynpro you can access the URL parameters being passed using IWDProtocolAdapter service class.

Cheers-

Atul