cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to create a file excel .xlsx

Luca_Cavarretta
Explorer
0 Likes
936

hi,

is there a way to create a .xlsx from a report abap?

Without using libraries, so using FM or Classes

 

thank you

Accepted Solutions (1)

Accepted Solutions (1)

WouterLemaire
SAP Mentor
SAP Mentor
abo
Active Contributor
Had the OP not excluded libraries, that would have been my answer as well. The only limited option available is to create an ALV and use the standard interface to dump this to XLSX. Inflexible, not particularly nice but it works within the constrains of the question.
RaymondGiuseppi
Active Contributor

Without Abap2XLSX or OLE2, you could use same tools than ALV grid export, look for class cl_salv_bs_tt_util, or play with transformations.

Answers (0)