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

Limit for EXPORT TO MEMORY ID statement

Former Member
0 Likes
2,544

Hi All,

I would like to know whether is any limit to the size of the data(size of <int_tab> below) which we can export to ABAP memory using statement -

EXPORT <int_tab> TO MEMORY ID 'XXXX'.

I have read the F1 help of export, there size 30000 bytes is mentioned if we export to shared memory but for export to ABAP memory it is mentioned anything like that.

Can someone help me out in finding this, or there is no limitations for exporting to ABAP memory?

Regards

Munish Garg

Hi All,

I would like to know whether is any limit to the size of the data(size of <int_tab> below) which we can export to ABAP memory using statement -

EXPORT <int_tab> TO MEMORY ID 'XXXX'.

I have read the F1 help of export, there size 30000 bytes is mentioned if we export to shared memory but for export to ABAP memory it is mentioned anything like that.

Can someone help me out in finding this, or there is no limitations for exporting to ABAP memory?

Regards

Munish Garg

2 REPLIES 2
Read only

Former Member
0 Likes
1,462

I supposed that the abap code hasn't limits, but the admin has certain parameters for limit users memory or something else. Overcharging system memory get that machines are slower than usual.

Read only

Former Member
0 Likes
1,462

Limit is the PAGING memory of the system.