‎2009 Oct 20 8:49 AM
Hi Friends,
I am using FM 'RH_START_EXCEL_WITH_DATA' to download data of internal table to excel sheet. This is the way I have called this FM:
CALL FUNCTION 'RH_START_EXCEL_WITH_DATA'
EXPORTING
DATA_FILENAME = 'C:\test.xls'
DATA_TABLE = i_test[].
But I am getting this following error:
System Error: unknown error when GUI_DOWNLOAD is called.
Can someone help me in getting out of this trouble?
Thanks in advance.
Regards,
Krish.
‎2009 Oct 20 9:02 AM
Hi Krish,
I'm not sure but try to check your authorization object S_GUI.
Regards,
Khanh
‎2009 Oct 20 9:04 AM
hi khanh,
can u pls tell me how n where i should check that?
regards,
krish.
‎2009 Oct 20 9:07 AM
Hi Krish,
You can ask your security team to check whether you have authorization to download to local.
I just guess because I met an error related to download authorization before.
Regards,
Khanh
‎2010 May 04 2:51 PM