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

Database Update Through ABAP

Former Member
0 Likes
529

Hello Experts,

We have requirement to update third party database from SAP ABAP.

Client want to update database table other then SAP database through ABAP program

so i am confused in weather it is possible or not .

Please reply is it possible to to update third party database through ABAP if yes then

please explain how and if no please give me the reason why it is not possible .

Thanks & Regards

Gaurav Sharma

2 REPLIES 2
Read only

ralf_wenzel_heuristika
Active Participant
0 Likes
501

Of course, you can work with another DB from ABAP - by using Native SQL.

At first, you have to maintain a DB connection in table DBCON as explained here, Native SQL usage is explained here.

It's harder to code, I think and not easy to debug, but it works. I'd prefer to integrate the foreign database into SAP tables, if possible.

If you do have further questions, don't hesitate to ask here.

Read only

roberto_forti
Contributor
0 Likes
501

Hi,

This link Native SQL - BC - ABAP Programming - SAP Library can help about that.

Regards