Hello,
I would like to display an ALV using
REUSE_ALV_GRID_DISPLAY.
In this ALV, I need to display an header and to do this, I use a TopOfPage Callback form in whichI call
Reuse_ALv_commentary_Write with a parameter table.
The type of that table is 'slis_t_listheader'.
The problem is that the displayed data of a slis_t_listheader table is the field 'Info' andis field size is 60 char max but I must display more than 60 char by line.
So I don't know what to do cause I really need to found a solution to di this;
Thanks for your help 😊