Download CSV file to SAP Presentation Server
How to download internal table data to SAP Presentation server as CSV file?
How to download internal table data to SAP Presentation server as CSV file?
Can we download the smartform output as PDF file instead of sending it to the printer?
By default the function module GUI_DOWNLOAD’ and ‘GUI_DOWNLOAD’ method of ‘CL_GUI_FRONTEND_SERVICES’ class downloads all the columns of internal table. What if we want to download only some columns of internal table.
To download a file to SAP application server use OPEN DATASET, TRANSFER and CLOSE DATASET ABAP statements.
To download a file to SAP presentation server using ABAP try function module ‘GUI_DOWNLOAD’ or ‘GUI_DOWNLOAD’ method of ‘CL_GUI_FRONTEND_SERVICES’ class.
Can we implement the user authorization to save a list in a particular ABAP report?
Copyright © 2024 | WordPress Theme by MH Themes