‎2008 May 22 4:06 AM
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.
‎2008 May 22 4:21 AM
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
‎2008 May 22 4:21 AM
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
‎2008 May 22 4:46 AM
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://websmp105.sap-ag.de/~SAPIDP/002006825000000234912001E
Regards,
Santosh
‎2008 May 22 5:31 AM
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
‎2008 May 22 6:01 AM
Hi,
Points were rewarded for you, appreciate all your inputs, SAP note solved the issue. thanks a lot.
Regards
‎2010 Feb 23 1:02 PM
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