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

Export data

Former Member
0 Likes
362

Hello,

When I am exporting data to memory using the following statment

export lt_seltab_m to database indx(zz) id 'Table'.

In production machine , this statment is going for dump.

In ST22 , it is saying maximum time limit has been exceeded.

Is that mean data has been put on the database instead of memory ?

Regards,

Satya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
334

HI,

When you specify DATABASE in the export statment, the data is stored in the data base table dbtab.

Instead use the . ... MEMORY ID id to save data to memory

1 REPLY 1
Read only

Former Member
0 Likes
335

HI,

When you specify DATABASE in the export statment, the data is stored in the data base table dbtab.

Instead use the . ... MEMORY ID id to save data to memory