cancel
Showing results for 
Search instead for 
Did you mean: 

Data Transfer from Non-SAP to SAP System....

Former Member
0 Kudos

Dear Expert/Masters,

We have data in .Net and that data we want to transfer into SAP.

Will U give us information through which path and how we will go for ?

This is not an Bug we know, but though this is new concept non of

basis consultant know how to do.

Pl. give us details

Yusuf

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Yusuf,

You can either use SOAP based communication (webservices) or RFC/BAPI communication from .NET to post data to SAP.

Do write back if you need more details or have any specific question.

Regards

Former Member
0 Kudos

Hi Jitesh,

U R Right, from RFC/BAPI i wanted but i dont know detail process and from where to start. WIll u guide us.

Yusuf

Former Member
0 Kudos

Hi Yusuf,

For executing BAPI/RFC from .NET application you can use .NET Connector (NCo).

The process in short is as follows-

1. You will have to download and install SAP .NET Connector from SAP service download area.

2. Start visual studio -> Server Explorer and add SAP server by defining attributes there.

3. Add item -> SAP proxy type in your VS project.

4. From the List of RFCs/BAPI displayed under Server explorer drag and drop the required one.

This would generate the proxy class for RFC/BAPI. And now you can make call using the proxy objects.

For starting with NCo go through -http://help.sap.com/saphelp_nw04s/helpdata/en/a9/4a57c1bac80e4e977d8cd9b3ecab89/frameset.htm

Regards.

Answers (0)