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

Access to MS SQL Server from ABAP

Former Member
0 Likes
574

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
Read only

Former Member
0 Likes
549

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

Read only

0 Likes
549

hi,

check this thread..

Read only

0 Likes
549

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?

Read only

0 Likes
549

Thanks a lot for your help.

That's it.

Best regards,

Ingo