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