cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a file excel .xlsx

mark_fry999
Explorer
0 Kudos
207

hi,

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

Without using libraries, so using FM or Classes

 

thank you

View Entire Topic
WouterLemaire
Active Contributor
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.
raymond_giuseppi
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.