2012 Feb 29 6:07 AM
Hi
I have one Zreport which gives the result in ALV form.
After getting the result(1 row with 33 columns) when I tried to export the ALV results to spread sheet using the option : List-> Export-> Spread Sheet OR by click on Excel icon in the display screen,I'm getting the short dump with the description "No more storage space available for extending an internal table" .
After analysis ,find that dump is raising in the FM : F4_GET_RESULT of Include Program : LSDH3U03.
Can anyone provide us some clue .
Thanks & Regards,
Sreeram
2012 Feb 29 6:16 AM
Hi,
If the display is in ALV grid format, then you can try another approach to save the data in a spreadsheet.
- Right-click on any output cell.
- Select 'Spreadsheet' from the drop down list
- radio-button 'All available formats'
- Excel (In existing XXL format)
Thanks!
VS.
2012 Feb 29 6:38 AM
Hi
Tried this already and with this option also same short dump.
Regards,
Sree
2012 Feb 29 6:54 AM
Hi,
are you sure you've looked into the right short dump? This dump you described is from value help and should'nt occur in combination with an Excel download or Excel call ...
Regards,
Klaus
2012 Feb 29 7:01 AM
Hi,
Just search on Google with your message - 'No more storage space available for extending an internal table'.
You will get many articles on it. Then you can look and see which particular one is your case and how to resolve it.
Regards,
Harsh Bansal
2012 Feb 29 7:56 AM
Hi,
This dump looks like F4 help dump as this fucntion module F4_GET_RESULT is using for F4 help.
you can also export ALV report of list using application toolbar of export option. and save it in .xml format.
Regards,
Kunjan