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 internal table to database table

former_member425603
Discoverer
0 Kudos

Hi,

I have query similar to syntax,

"export lt_table1 lt_table2 lt_table3 to database zdata(dt) id field."

here the lt_table1 lt_table2 lt_table3 is getting exported to database table zdata and lt_table1 lt_table2 lt_table3 is of type structure.

so my question is,

1. does the content of lt_table2 gets saved in database ?

if yes then how can we fetch the data.

2. does ABAP memory is temporary i.e does the data gets saved only during runtime?

3. how the structures are associated with database table zdata.

Thank you

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Did you look for and read online documentation on EXPORT TO and IMPORT FROM statements?