Application Development 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: 

Export to MS Access in background job

Former Member
0 Kudos

Hi,

is it possible in ABAP to export data to MS Access file (.mdb) in background job?

We have an idea to run external program in RFC mode in .NET - but it requires to have WIndows installed on external machine which is not good.

/BR / Thank you

3 REPLIES 3

matt
Active Contributor
0 Kudos

>We have an idea to run external program in RFC mode in .NET - but it requires to >have WIndows installed on external machine which is not good.

Seems to me the only viable solution. Otherwise, create your output as a flat file written somewhere on the server (or where the server can see or ftp to), and have your Access app pick it up from there.

matt

Former Member
0 Kudos

Maybe any library in Java exists to export to MS Access, then we could run Java program on application server?

matt
Active Contributor
0 Kudos

Could do. Actually, that would be quite neat. Check out sourceforge - there could be some free libaries to do this.

matt