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: 

Access to MS SQL Server from ABAP

Former Member
0 Kudos

Hello!

Is there a simple example how to get content from the table smokna1 from my local MS SQL Server database ides straight into my abap-report? ...and how to put this data back to the table smokna1 out of my abap-report?

Thanks a lot in advance!

Best regards and a Happy New Year 2006,

Ingo

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

and how to put this data back to the table smokna1 out of my abap-report?

for the above this can be used.

TABLE_EXPORT_TO_MSACCESS_RFC

0 Kudos

hi,

check this thread..

0 Kudos

Thanks but ...

I don't want a complete export. More something like this:

select the customers from city xyz from the table smokna1 of the local database ides (MS SQL Server) into an internal table of my abap, working with this data and then put it back to the smokna1.

Still any hints and tips?

0 Kudos

Thanks a lot for your help.

That's it.

Best regards,

Ingo