Menu

Objects Tagged "File Management"

Create and Download a File from ABAP

24 ago. 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.

Sigue leyendo

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

25 feb. 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

Sigue leyendo

Cómo guardar capturas de pantalla en SAP ABAP

19 oct. 2020

Esta breve publicación de blog contiene un fragmento de ABAP que permite guardar una captura de pantalla en el disco duro del usuario de SAP ERP, usando la conocida clase CL_GUI_FRONTEND_SERVICES.

Sigue leyendo