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

Dowload data to MS Access

Former Member
0 Likes
603

Hi Experts ,

I have to dowload the internal table structure ( which is not exsisting in data dictionary) into ms access structure.

How can i do this, If there are any standard FM for this functionality.

Regards,

Sudhakar Puppala

Hi Experts ,

I have to dowload the internal table structure ( which is not exsisting in data dictionary) into ms access structure.

How can i do this, If there are any standard FM for this functionality.

Regards,

Sudhakar Puppala

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
550

Please check function modules under function group MSDB

Like ex.

TABLE_EXPORT_TO_MSACCESS

Read only

Former Member
0 Likes
550

Hi ,

I had alredy looked at this function module ..its asking DD structure ro table.

In my case i need internal table structure/data to upload into MS access.

Best Regards,

Sudhakar Puppala