Menu

Objects Tagged "file management"

Create and Download a File from ABAP

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.

Continue reading

How to Set a Default Value for Download File Endings in SAP ERP

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

Continue reading

How To Save Screenshots in SAP ABAP

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.

Continue reading