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 and Import in memory Id

Former Member
0 Likes
783

Hi ,

I have a requirement to import the 90,000 records into memory id.

Is there any limitation for the amount of data which we are importing and exporting to the memory ID ?

or can i Export this huge amount of data into memory ID and Import it as required.

Kindly respond as soon as possible.

Its very Urgent.

Thanks & Regards,

Poonam

Hi ,

I have a requirement to import the 90,000 records into memory id.

Is there any limitation for the amount of data which we are importing and exporting to the memory ID ?

or can i Export this huge amount of data into memory ID and Import it as required.

Kindly respond as soon as possible.

Its very Urgent.

Thanks & Regards,

Poonam

3 REPLIES 3
Read only

Former Member
0 Likes
680

Hi Poonam,

Export to memory option stores the data into your ABAP memory.

So the maximum amount of data that you can store using EXPORT is dependent on how much ABAP memory your system is having.

Hope this will help you.

Read only

0 Likes
680

Hi Ramanath,

Thanks for your reply. But how can i find out how much abap memory my system is having ?

Thanks & Regards,

Poonam

Read only

0 Likes
680

Hi Poonam,

ABAP system allocates at the max 2 GB of memory for a process.

So u can take that as your upper limit [:)]

~ Ramanath.