‎2010 May 10 2:12 PM
Hi All,
There is a Ms-Access DB with 10 tables (Table-A, Table-B ...... ), I need to take a copy of a particular table along with the database and store it in a different location.
Now I m using
CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_COPYmethod, the problem is its copying the entire access db.
pls suggest.
With Rgds,
Bharani
‎2010 May 10 2:33 PM
Give a look at FM TABLE_EXPORT_TO_MSACCESS: you can export a table from your report to a DB Access.
I hope this can help you a bit.
‎2010 May 10 2:39 PM
Hi Simon,
my requirement is to copy a table from MS-Access and to store it in a particular location.
With Rgds,
Bharani
‎2010 May 10 2:49 PM
Try to use OLE for reading the MS access table the use fm TABLE_EXPORT_TO_MSACCESS
a®