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: 

WS_EXCEL is obsolete in ECC 6.0

Former Member
0 Kudos

Hi All,

WS_EXCEL is obsolete in ECC 6.0, can any tell me what is the alternative FM for that..

Thanks,

Gourisankar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

ECC 6.0 is UNICODE compliant. Use more character codes with two bytes for defining all of them.

You can create excel with OLE objects. You can create a XML with the content of a excel and then open with Microsoft Excel (save a excel in XML format and you obtain the syntax of the XML necessary). Other optin is use XXL tools (XXL_FULL_API). Existing functions for create excel and objects too

4 REPLIES 4

Former Member
0 Kudos

Hi,

Did the answer in this thread from February 2008 not work for you: [Same question|;?

Regards,

Jamie

former_member188685
Active Contributor
0 Kudos

you can use the approach

call the below two methods..

CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD ,followed by CL_GUI_FRONTEND_SERVICES=>EXECUTE

Former Member
0 Kudos

SAP advises to use method gui_download of class cl_gui_frontend_services

Former Member
0 Kudos

ECC 6.0 is UNICODE compliant. Use more character codes with two bytes for defining all of them.

You can create excel with OLE objects. You can create a XML with the content of a excel and then open with Microsoft Excel (save a excel in XML format and you obtain the syntax of the XML necessary). Other optin is use XXL tools (XXL_FULL_API). Existing functions for create excel and objects too