Skip to Content
0
Former Member
Jul 31, 2009 at 06:15 AM

How can i keep the leading space in the ALV outputting data?

217 Views

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~