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

XML Spreadsheet Format

Former Member
0 Likes
968

Hi all,

I need to download an internal table to and XML Spreadsheet format. Is there a Function Module or a class available for this. Please help.

Thanks and Regards,

Rohit

7 REPLIES 7
Read only

former_member188829
Active Contributor
0 Likes
933

use FM:GUI_DOWNLOAD

Read only

athavanraja
Active Contributor
0 Likes
933

NO. If you are on WAS6.20 or above create a XSLT program to conver the internal table to XML spreadshet format and then download the same.

Regards

Raja

Read only

Former Member
0 Likes
933

Thanks for the inputs. I have found the class used for the same.

Thanks and Regards,

Rohit

Read only

0 Likes
933

can you share the class name with us.

Thanks in advance.

Regards

Raja

Read only

0 Likes
933

The class name is CL_SALV_EXPORT_C8R. its a crude way to do the job but it works

Read only

0 Likes
933

Thanks Rohit

which version of SAP are you using, we are on WAS6.40 and i dont see this class.

Raja

Read only

0 Likes
933

We are using the same.