‎2015 Oct 12 7:56 PM
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
‎2015 Oct 12 8:05 PM
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.
‎2015 Nov 17 12:54 PM