2008 Sep 18 1:53 PM
Hi,
When i use the above function module, the data in the excel is not moved into the respective columns instead it shows the data segregated without columns. I have replaced WS_EXCEL. Please let me know how this can be resolved.
Thanks,
Sai
2008 Sep 18 1:57 PM
>When i use the above function module,
it is not a Function module, it is a class method.
and what exactly you want to do....?
and WS_EXCEL is obsolete function.
HI,
CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE
EXPORTING
APPLICATION = 'F:ProgrammeIrfanViewi_view32.exe'
PARAMETER = 'F:ProgrammeIrfanViewla-ola.gif'
MINIMIZED = 'X'.
thanks
karthik
2008 Sep 18 1:55 PM
HI,
CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE
EXPORTING
APPLICATION = 'F:ProgrammeIrfanViewi_view32.exe'
PARAMETER = 'F:ProgrammeIrfanViewla-ola.gif'
MINIMIZED = 'X'.
thanks
karthik
2008 Sep 18 1:57 PM
>When i use the above function module,
it is not a Function module, it is a class method.
and what exactly you want to do....?
and WS_EXCEL is obsolete function.
2008 Sep 18 2:35 PM
Sorry for that , I know it's a class' method. I was replacing ws_excel with gui_download and this above mentioned method. It's not displaying the excel properly
2008 Sep 18 2:38 PM
When you are downloading with GUI_DOWNLOAD pass 'X' to the WRITE_FIELD_SEPARATOR.
WRITE_FIELD_SEPARATOR = 'X'
2008 Sep 18 2:47 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |