cancel
Showing results for 
Search instead for 
Did you mean: 

How to Call a .NET API in SAP?

Former Member
0 Kudos

<b>How to Call a .NET API in SAP?</b>

Accepted Solutions (0)

Answers (2)

Answers (2)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Which SAP software are you using / on which technical basis is the SAP system running ?

SAP 4.6C ?

SAP NetWeaver Application Server (NetWeaver 2004 or 2004s) ?

SAP XI ?

Visual Composer ?

If a current SAP release is used you can publish the .NET API as a ASP.NET Web service that can be called by an SAP NetWeaver component without the need to use the SAP connector for Microsoft .NET:

Best regards,

André

Former Member
0 Kudos

Hi Sreenu,

How are you doing ?

The documentation to call a .net api from a SAP (ABAP) system is specified here :

http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/c4374a13c67b409ac914f7158fa13a/frameset.htm

this will guide you thru :

Calling a RFC .NET Server from SAP Programs

by Atul Patil will tell you where to find samples [the link is better as more people might post more examples as and when they read the post]

with respect,

amit

Former Member
0 Kudos

Hi SREENU,

thank you for the reward points.

with respect,

amit

Former Member
0 Kudos

Dear Amit.

How to call .net API in sap?  The link cannot attached now, could u give me some link referrd to?

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Wu,

the previous link obiously referred to the outdated NCo 2.0 version - at least the code samples do so as well. Have a look at http://scn.sap.com/people/thomas.weiss/blog/2011/01/14/a-spotlight-on-the-new-net-connector-30. The server part of the article will give you an idea how to implement an NCo server that could be called from ABAP then.

Best regards,

Markus