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
1,876

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,

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,

4 REPLIES 4
Read only

Former Member
0 Likes
1,342

Hello,

If you are using ASP.net you can download .net connector on the download section, only have to create a BAPI with the RFC option checked, give the correct data to the .net connection.

hope this helps,

Dont forget to reward!!

Read only

0 Likes
1,342

Thank you for your help ...but we are using ASP and not ASP.net...this is the main problem.

Read only

Former Member
0 Likes
1,342

Try using DCOM connector. You can use "RFC_TABLE_ACCESS" RFC to fetch data from SAP.

Read only

Former Member
0 Likes
1,342

Thanks