‎2007 Nov 15 2:03 PM
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
‎2007 Nov 30 9:55 AM