cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Integration with asp Web application

Former Member
0 Likes
486

Hi

I am currently at the research stage of a new asp web application which will use data from the users SAP windows application and integrate it with our online database.

I am not familiar with any SAP applications and would appreciate any help, what I want to know is:

1. Is this possible

2. Is there an export facility in SAP

3. Any other suggestions you may have

Thanks, I am really stuck on this one and would appreciate any feedback.

View Entire Topic
reiner_hille-doering
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Richard,

if your Web application is written using ASP.NET, one possibility is to use SAP .NET Connector, that can be downloaded from service.sap.com/connectors.

Note that SAP is not to be regarded as a database, but an application server. You call functions fromn the SAP system or your SAP system calls function from you .NET application.

Included with the SAP .NET Connector is an interactive demonstration that shows how to call a function that returns a customer list and diplays it on a ASP.NET page.

Hope that helps,

Reiner.