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

Problem with CL_GUI_FRONTEND_SERVICES=>EXECUTE

Former Member
0 Likes
930

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
877

>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

5 REPLIES 5
Read only

Former Member
0 Likes
877

HI,

CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE

EXPORTING

APPLICATION = 'F:ProgrammeIrfanViewi_view32.exe'

PARAMETER = 'F:ProgrammeIrfanViewla-ola.gif'

MINIMIZED = 'X'.

thanks

karthik

Read only

Former Member
0 Likes
878

>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.

Read only

0 Likes
877

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

Read only

0 Likes
877

When you are downloading with GUI_DOWNLOAD pass 'X' to the WRITE_FIELD_SEPARATOR.

WRITE_FIELD_SEPARATOR = 'X'

Read only

0 Likes
877

Thanks Vijay Garu It Worked......