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

ABAP runtime error

Former Member
0 Likes
1,173

Hi Guru's

On program RSTXLDMC,Upload TIFF files to SAPscript texts- we would like to know what is the maximum size of file that we can upload? We tried uploading a file which is 4MB and we got a runtime error stating that -Too much data for export, "EXPORT_TOO_MUCH_DATA". we tried 2 MB size of file and we successfully uploaded it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
801

Hi Mary,

Not sure as what can be the size limit as there is not any SAP note also on the same.

May be check with your basis if they have any idea on the same.

Regards,

Atish

5 REPLIES 5
Read only

Former Member
0 Likes
802

Hi Mary,

Not sure as what can be the size limit as there is not any SAP note also on the same.

May be check with your basis if they have any idea on the same.

Regards,

Atish

Read only

Former Member
0 Likes
801

hi,

As Atish said check out for an SAP OSS NOTE on that ...Check out the below mentioned site to browse for the same using user name and password

https://Service.sap.com

https://websmp105.sap-ag.de/~SAPIDP/002006825000000234912001E

Regards,

Santosh

Read only

Former Member
0 Likes
801

Hi,

check the note 1157106

Reason and Prerequisites

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.

Solution

Divide the data objects into several EXPORT statements (with different keys (IDs)) or make the individual data objects smaller.

In the second case, you can also use an INDX-type table with an INT4-SRTF2 field.

Regards

Kiran Sure

Read only

Former Member
0 Likes
801

Hi,

Points were rewarded for you, appreciate all your inputs, SAP note solved the issue. thanks a lot.

Regards

Read only

Former Member
0 Likes
801

Hi

We experience the same problem and I also looked at SAP note 1157106 but I am a Basis Consultant. Please explain to me how to do the solution because the BW people said they do not understand what exactly they must do to apply the note.

How do you divide the data objects into several EXPORT statements (with different key ID's)?

They said to me they cannot make the individual data objects smaller because it reads the data from a lot of different places.

Like I said I am a Basis consultant so I must believe them.

Thank You