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

error when using FM 'RH_START_EXCEL_WITH_DATA'

Former Member
0 Likes
692

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.

4 REPLIES 4
Read only

Former Member
0 Likes
595

Hi Krish,

I'm not sure but try to check your authorization object S_GUI.

Regards,

Khanh

Read only

0 Likes
595

hi khanh,

can u pls tell me how n where i should check that?

regards,

krish.

Read only

0 Likes
595

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

Read only

Former Member
0 Likes
595

resolved