cancel
Showing results for 
Search instead for 
Did you mean: 

Simple way to fetch data from SAP through .NET

Former Member
0 Kudos

Hi all,

I want to know about the simplest way to fetch the data from Z tables in .NET and also the link to download SAP .NET connector.

Thanks in advance,

Sachin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can create and RFC function module and call from .net using SAP Connector for .net.

http://help.sap.com/saphelp_nw04/helpdata/en/e9/23c80d66d08c4c8c044a3ea11ca90f/frameset.htm

Regards,

Vikas

Edited by: Vikas Aggarwal on Sep 21, 2009 6:54 PM

Former Member
0 Kudos

Hi!

with ERPConnect it's less than 10 lines of code:

http://theobald-software.com/wiki/Reading_SAP_Tables_Directly

Or you might use LINQ to SAP. In this case there are only two lines necessary (One line for connecting and one line for the query):

http://www.theobald-software.com/cms/en/erpconnect.net/linq-to-sap.html

Regards,

Patrick