cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a .Net component from ABAP?

Former Member
0 Kudos

Dear All:

the question above. If it's doable, I'd need a example. Thanks biggy.

,Jimbo

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Two possibilities:

1. (recommended) Expose the .NET Functionality as a ASP.NET WebService. Import and call the WebService from ABAP using the NetWeaver WebService features (available in NW2004 (6.40) and NW2004s). See http://help.sap.com/saphelp_nw04/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm .

2. Create a RFC Server with .NET Connector (NCo). Call it from ABAP via a Destination. See NCo online help for tutorials and samples.