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

Moving data between internal tables

Former Member
0 Likes
358

Hi Folks,

I have an internal table (say GT1). The name of another internal table is stored in a variable (say GT2). The data in the first table(GT1) is to be exported using "Export to database" statement to memory but to the name which is stored in the variable(GT2). I am using an internal table for passing the name GT2. But still need to get data to this table.

The export statement looks like:

EXPORT (lt_obj) TO DATABASE indx(st) ID lv_index.

How do I do it?

Regards,

Munish

1 REPLY 1
Read only

Former Member
0 Likes
307

Used some other approach.

Thanks!