English 中文(简体)
SAP Design Studio - Exporting Data
  • 时间:2024-11-05

SAP Design Studio - Exporting Data


Previous Page Next Page  

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.

Add Button

Under Display, add Text – Export to Excel.

Export to Excel

Go to Event and add a script as shown in the following screenshot.

Script Editor

Script to export to Excel

APPLICATION.export(ExportType.EXCEL_xlsx,[(CROSSTAB_1)]); 

Script to Export

Now execute the apppcation using the arrow mark at the top. Once it is run, cpck on Export to Excel.

Execute

Analysis Apppcation

Open Cpck

Cpck on Open or Save to open the excel sheet or to save the sheet to your system.

Excel Sheet Advertisements