I am trying to download an internal table with deep structure to an excel sheet. I used function modules GUI_DOWNLOAD and MS_EXCEL_OLE_STANDARD_DAT, but both result in a short dump. The reason is during run time this deep structure is pushed into a variable of type STRING. Due to this incompatible conversion the runtime is triggering a dump. Is there any alternative for this?