cancel
Showing results for 
Search instead for 
Did you mean: 

Abap2xlsx: print internal table without header

oliver_am
Active Participant
0 Kudos

Hello,

Trying to learn how to use ABAP2XLSX.

I'm need to write an internal table in my worksheet but without headers.
With method BIND_TABLE is writing the header.

With method SET_TABLE I have a dump, because the internal table haven't a dictionary structure, is created in the program.

How to do it?

Thanks

View Entire Topic
oliver_am
Active Participant
0 Kudos

Well, in the end I've modified the method BIND_TABLE to ADD a new optional parameter: IV_NO_HEADER
And added two IFs in the code, and its working fine

abo
Active Contributor
No need to clobber BIND_TABLE, see the discussion on this old PR: https://github.com/abap2xlsx/abap2xlsx/pull/1010