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

Exporting SAP data to external database

Former Member
0 Likes
758

Hello Friends,

I need your opinion about a query.

Can we export SAP R/3 data to external Oracle database.

My requirement is that I need to export some data that is to be displayed

in a website.....so is there any way, the SAP data gets directly exported to

external Oracle database for showing in the website ???

4 REPLIES 4
Read only

Former Member
0 Likes
641

Hi Amith,

we can export SAP R/3 data to the external DB by using XI scenario such as

proxy to JDBC,

Idoc to JDBC, and

RFC to JDBC.

regards

sreeni

Read only

Former Member
0 Likes
641

Hi

U can use the DBCON (DataBaseConnection) in order to create a link from SAP to external database.

See the help

Read only

0 Likes
641

Hi Max,

If I have created the link from SAP to external database, How Can I update a table of this external database from ABAP?

Regards

Read only

0 Likes
641

Hi,

Please let me know how to make database connection to an external databse.

In our case, we have to export external database(mssql) to an Web AS ABAP database(SQL).

Thanks in advance