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

ASP/SAP integration

Former Member
0 Likes
559

Hi!

We would like to extract some data from SAP tables and record this data in another Oracle database.

Is it possible for ASP to execute a function (RFC) to extract this data from SAP tables and then record it on Oracle database?

I think its a more ASP question then SAP but no one in my company knows how to do it.

Thanks,

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
525

which version or SAP R/3 you are trying to connect to?

if its below was6.10 then your option is to use DCOM connector or .net connector

.net connector code sample

http://www.codeproject.com/dotnet/SapDBReader.asp

if the system is WAS6.10 or above you can consume RFCs as webservice from your ASP

Regards

Raja

Hi!

We would like to extract some data from SAP tables and record this data in another Oracle database.

Is it possible for ASP to execute a function (RFC) to extract this data from SAP tables and then record it on Oracle database?

I think its a more ASP question then SAP but no one in my company knows how to do it.

Thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
525

Did you try using DCOM Connector OR .Net Connector ?

Read only

athavanraja
Active Contributor
0 Likes
526

which version or SAP R/3 you are trying to connect to?

if its below was6.10 then your option is to use DCOM connector or .net connector

.net connector code sample

http://www.codeproject.com/dotnet/SapDBReader.asp

if the system is WAS6.10 or above you can consume RFCs as webservice from your ASP

Regards

Raja