Application Development 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: 

ABAP2XLSX - bespoke internal table output

former_member201275
Active Contributor
0 Kudos
174

Hi,

I am attempting to output an internal table to xlsx via abap2xlsx. There is an example i.e. DEMO3 which is supplied via abap2xlsx and this works fine when creating an itab for a sap standard table and then binding to this.

However when I create my own itab i.e. a mix of fields I am struggling (for hours now) to output this. If anyone has done this successfully and can perhaps post some code here it would be greatly appreciated.

Thank you.

2 REPLIES 2

former_member201275
Active Contributor
0 Kudos
92

Going to re-post with some code.

hardyp180
Active Contributor
0 Kudos
92

I am getting a horrible feeling this only works properly if you define your internal table as a standard SAP dictionary table, which is no use at all. I hope I am probably missing something really obvious!