Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multiple Itabs with different structure export to excel

0 Likes
1,315

Hello experts,

I tried to use method cl_fdt_xl_spreadsheet=>if_fdt_doc_spreadsheet~create_document to create an excel containing itab information, but I need several itabs in one single excel sheet.

For the first table i used gui_download functionality and for the second table I used the same, but with the parameter append = 'X' which didn't work for me.

Do you know how to transfer several itabs with different structure types into a single excel sheet?

Kind regards

1 REPLY 1
Read only

abo
Active Contributor
1,148

Sounds like you need abap2xlsx 🙂

There was a blog post with just the scenario you asked.