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

Run time error when archiving data

Former Member
0 Likes
555

Hi,

I was trying to archive more than 5 GB data and export it to a file.

But it is giving EXPORT_TOO_MUCH_DATA dump.

Please help me with this.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Abhijit74
Active Contributor
0 Likes
473

Hello,

Could you please check the sap Note 1157106 - EXPORT_TOO_MUCH_DATA.

if the total size of all data objects of an EXPORT statement exceeds 2 GB, or if the number of continuation lines for INDX-type tables with a 1 byte SRTF2 field exceeds 255, the system issues the short dump EXPORT_TOO_MUCH_DATA.

Thanks,

Abhijit

1 REPLY 1
Read only

Abhijit74
Active Contributor
0 Likes
474

Hello,

Could you please check the sap Note 1157106 - EXPORT_TOO_MUCH_DATA.

if the total size of all data objects of an EXPORT statement exceeds 2 GB, or if the number of continuation lines for INDX-type tables with a 1 byte SRTF2 field exceeds 255, the system issues the short dump EXPORT_TOO_MUCH_DATA.

Thanks,

Abhijit