After yesterday’s post about uploading files into ABAP variables, let’s look at things the other way round – how to provide data for download by your users.
Create and Download a File from ABAP
Aug 24, 2014
Aug 24, 2014
After yesterday’s post about uploading files into ABAP variables, let’s look at things the other way round – how to provide data for download by your users.
Feb 25, 2014
When exporting files from SAP ERP, for example from an ALV list, we’ve had all this issue: when we pick “Spreadsheet” in the file format popup, the file ending defaults to .txt (or, in older versions of SAP ERP, to .xls), even though that format might not be suitable for the current setup, for example when you’re using MS Office 2010 or an entirely different spreadsheet applicatio
Oct 19, 2020
This short blog post contains an ABAP snippet that allows saving a screenshot to the SAP ERP user's hard drive, using the well-known class CL_GUI_FRONTEND_SERVICES.