Application Development 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: 

Problem with CL_GUI_FRONTEND_SERVICES=>EXECUTE

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

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

5 REPLIES 5

Former Member
0 Kudos

HI,

CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE

EXPORTING

APPLICATION = 'F:ProgrammeIrfanViewi_view32.exe'

PARAMETER = 'F:ProgrammeIrfanViewla-ola.gif'

MINIMIZED = 'X'.

thanks

karthik

former_member188685
Active Contributor
0 Kudos

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

0 Kudos

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

0 Kudos

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

WRITE_FIELD_SEPARATOR = 'X'

0 Kudos

Thanks Vijay Garu It Worked......