SAP Design Studio Tutorial
SAP Design Studio Useful Resources
Selected Reading
- Refresh a Document
- Custom Dashboards
- Visualization Templates
- Exporting as Templates
- Exporting an Application
- SAP Design Studio - Geomap
- Working With Filters
- Working With Info Charts
- HANA Mode Interactive
- SAP Design Studio - Exporting Data
- Connect to a UDS
- Working With Data Sources
- Setting Up Bookmarks
- HANA Connectivity
- Add Data Source
- Create an Application
- SAP Design Studio - Navigation
- SAP Design Studio - How To Logon
- SAP Design Studio - Key Features
- SAP Design Studio - Overview
- SAP Design Studio - Home
SAP Design Studio Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP Design Studio - Exporting Data
SAP Design Studio - Exporting Data
We have a crosstab in SAP Design Studio Editor and we want to export the data from a Crosstab to Microsoft Excel. Add a button from the basic components to the Editor as shown in the following screenshot.
Under Display, add Text – Export to Excel.
Go to Event and add a script as shown in the following screenshot.
Script to export to Excel
APPLICATION.export(ExportType.EXCEL_xlsx,[(CROSSTAB_1)]);
Now execute the apppcation using the arrow mark at the top. Once it is run, cpck on Export to Excel.
Cpck on Open or Save to open the excel sheet or to save the sheet to your system.
Advertisements