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

Upload data from ACCESS file

Former Member
0 Likes
502

How can we upload data store in Microsoft Access file into the internal table.

Edited by: sanju on Jun 4, 2009 4:31 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
460

Hello,

You might try exporting the Access data to a csv or tab delimited file and them uploading that file

with with method CL_GUI_FRONTEND_SERVICES~GUI_UPLOAD or FM GUI_UPLOAD.

Regards

Greg Kern

How can we upload data store in Microsoft Access file into the internal table.

Edited by: sanju on Jun 4, 2009 4:31 PM

1 REPLY 1
Read only

Former Member
0 Likes
461

Hello,

You might try exporting the Access data to a csv or tab delimited file and them uploading that file

with with method CL_GUI_FRONTEND_SERVICES~GUI_UPLOAD or FM GUI_UPLOAD.

Regards

Greg Kern