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

Abap 'access 2000' database

Former Member
0 Likes
398

I want in my ABAP program to launch SQL request in 'Access 2000' database. It is possible ?

How ?

3 REPLIES 3
Read only

Former Member
0 Likes
375

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

Read only

0 Likes
375

> Hope this will solve your problem

OP was referring to Access, in case you missed that little detail.

Read only

Former Member
0 Likes
375

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 .