cancel
Showing results for 
Search instead for 
Did you mean: 

Using .NET Connector to connect to SAP system

former_member185845
Active Participant
0 Kudos

Hi,

We are doing POC, for Scenario SAP->MIcrosoft(VC++).

Source is SAP R/3 system Target is VC++ Applications.

We know the site for down loading .net Connectors.Where should that be installed.

At R/3(SAP) side or on Client System wherein the VC++ Applications are running.

This is the first time we creating such scenario.

Any pointers will be rewarded suitable with points.

Regards

chandra

yash

Accepted Solutions (0)

Answers (2)

Answers (2)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Yash,

to be exact the VC++ Application seems to be the server that is consumed by SAP.

So you would have to build an RFC server application that can than be called by your SAP System if you want to use the SAP connector for Microsoft .NET. On the SAP side nothing has to be installed, only on the server side.

See also the following link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/23c80d66d08c4c8c044a3ea11ca90f/content.htm

You should also consider to develop a web service using VC++ that can be called from your ABAP system. This way you would have not to install any additional components on SAP and MS side.

See the following blogs and forum threads in SDN

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

Best regards,

André

Former Member
0 Kudos

Hi Chandra,

The connector has to be part of the client application during development and deployment as well.

The client application has to use the Nco to make call to RFC/BAPI in the SAP system.

Regards.