‎2009 Jan 08 1:20 PM
I want in my ABAP program to launch SQL request in 'Access 2000' database. It is possible ?
How ?
‎2009 Jan 09 10:18 AM
You can download the data to a Excel and from excel you can easily upload the data to SAP system.
Many tools are available for moving data from access to excel
Hope this will solve your problem
‎2009 Jan 09 10:36 AM
> Hope this will solve your problem
OP was referring to Access, in case you missed that little detail.
‎2009 Feb 27 6:48 AM
Hi ,
it is very much possible to access any non sap database from abap using native sql .
first , u will need to build a connection from sap to the non sap system using the tcode DBCO.
BASIS people should be able to do for u .
Do you want to insert data into Access 2000 or pul data from it .