Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transfering data to .Net?

Former Member
0 Likes
710

Hello

We are running SAP 4.7 and are interested in sending data from SAP to a .NET system real time (i.e. not using FTP). What technologies are available in SAP?

Many Thanks

Peter

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
692

Hi,

First u have to create a communication between SAP and .NET. For this there is a connector is available in SAP.

Check these thread

https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET/Connectin...

Regards

Gaurav

Hello

We are running SAP 4.7 and are interested in sending data from SAP to a .NET system real time (i.e. not using FTP). What technologies are available in SAP?

Many Thanks

Peter

4 REPLIES 4
Read only

Former Member
0 Likes
692

u can use RFC enabled FM , or BAPI's.

Regards

Peram

Read only

Former Member
0 Likes
693

Hi,

First u have to create a communication between SAP and .NET. For this there is a connector is available in SAP.

Check these thread

https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET/Connectin...

Regards

Gaurav

Read only

Former Member
0 Likes
692

Hi,

Microsoft and SAP collaboration provides you .NET connector.

You have to use that connector and then You can build an wrapper to fetch or communication of data.

To get idea , i myself had developed communiction program in JAVA , ypu can refer.

You will get all links over there.

<a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/07/05/sapApplicationHierarchyusingJAVA&">https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/07/05/sapApplicationHierarchyusingJAVA&</a>

Reward if useful!

Read only

Former Member
0 Likes
692

Thanks, your responses were very helpful