‎2009 Mar 03 5:09 PM
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
‎2009 Mar 03 5:24 PM
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
‎2009 Mar 03 5:24 PM
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