Connecting to SAP data from ASP.NET
Revision number 2, Saturday, May 10, 2008 9:07:28 PM by SGWellens
You must Login to comment.
|
Sun, May 11, 2008 3:50 AM
by anas
|
It would be nice if you provided an introduction to SAP , what is SAP ? the Article doesn't talks about its meaning !
|
|
Tue, May 20, 2008 10:57 AM
by saney
|
This is great if you're not looking for any sort of decent response time. My team got tired of the slow response time and started doing direct table reads for the data we needed. We've even gone so far as to add our own views to the PR3 database. Additionally, we're exposing a number of the SAP BAPIs as web services for the time when we need to feed data into SAP. The response time is much better than using the connector. Environment: SAP r3 with a SQL 2005 database ASP.NET 3.5 5 .NET developers 4 SAP programmers
|
|
Wed, Feb 4, 2009 9:13 AM
by Lord_a
|
Hi, Can someone help I am trying to connect to SAP from ASP.Net, but the problem is I am using Visual Studio 2008 and the SAP connector only suports ASP 2003 & 2005. Do you know of any other approach I can use..?
|
|
Thu, Feb 5, 2009 8:54 PM
by mbanavige
|
The sap connector provides a proxy generator that you run under vs2003. the proxy assembly you generate can be used with vs2003, vs2005 and vs2008. you will definately need vs2003 to generate the proxy though. if your sap version is high enough, then the connector is considered obsolete and you should be looking at sap ESOA... its all gone to webservices - no more connector.
|
|
Mon, Feb 23, 2009 12:17 AM
by Asim Afzal
|
it would be great if you enlighten how can we use SAP connector for VS2005 & VS2008. The only way we discover that to build the Web Services and it will work fine for VS higher versions.
|
|
Tue, Feb 24, 2009 8:34 PM
by mbanavige
|
The SAP .NET Connector is not compatible with VS versions higher than VS2003. It has essentially reached its end of life. Generating a proxy with the connector requires vs2003. if you do not have vs2003, then you need to go down the web services path as that is what SAP is supporting for the forseeable future.
|