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: 

How to import and export transparent tables in ADT?

haemma83
Active Participant
0 Kudos
480

Hello,

how can I export and import transparent tables (all of it - definition and data) with ADT?

Thanks

4 REPLIES 4

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos
391

haemma83
You cannot directly export and import transparent tables using ADT. However, you can use ADT to generate the necessary ABAP code to create the table definition in the target system. You can then use ABAP's Open SQL to read the data from the source system and write it to the target system.

haemma83
Active Participant
0 Kudos
391

I managed it via TXT Export, Excel Konversion into CSV and then import via CSV Import Report 😉

Thanks

FredericGirod
Active Contributor
0 Kudos
391

What is exactly your objective ?

haemma83
Active Participant
0 Kudos
391

Extracting Entity Data from a cloud system.. But it's done now