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

Help on Function Module - 'MS_EXCEL_OLE_STANDARD_DAT'

Former Member
0 Likes
375

Hi All,

I am using the function module '<b>MS_EXCEL_OLE_STANDARD_DAT</b>' in my program to download the file.The file is opening immediately after downloading itself. Please tell me as how i can suppress this display of file.

P.N: I am downloading this file to the Presentation Server.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
303

Hi

Use GUI_DOWNLOAD instead of this

so that it won't open immediately as this fun module

MS_EXCEL_OLE_STANDARD_DAT

there is no control parameter (like - No_DIALOG = 'X') for this fun module

<b>Reward points for useful Answers</b>

Regards

Anji

1 REPLY 1
Read only

Former Member
0 Likes
304

Hi

Use GUI_DOWNLOAD instead of this

so that it won't open immediately as this fun module

MS_EXCEL_OLE_STANDARD_DAT

there is no control parameter (like - No_DIALOG = 'X') for this fun module

<b>Reward points for useful Answers</b>

Regards

Anji