Hi experts,
I have a datatable. Each line has a description field called NAME.
The content of the datatable is as following:
datatable[1]-NAME = ' (space) 1 header'.
datatable[2]-NAME = ' (space) (space) 1.1 subheader'.
....
I wrote all the NAME field with the leading space but the ALV function condensed all the leading space.
How can I keep the leading space of the ALV data? Thanks~