‎2008 Jan 23 6:03 AM
Hi Friends,
Is there any options connecting to Non Sap Database through ABAP Report.
If we can connect to any other database(nonsap) what syntax or how should we write the coding
Regards
Kumar M
‎2008 Jan 23 6:08 AM
Hi,
Use NATIVE SQL commads to fetch data from other database servers. This statements can be written in abap programs.
Check NATIVE SQL help.