Hi Experts ,
my requirement is In my reuse_alv_grid_display , for the top of page i use HTML_TOP_OF_PAGE.
In that i use method
call method top->add_text
Exporting
text = l_text.
my string length is more than 255 so i put this in do loop . but it prints first 255 char then leave a space , how can i remove that space.
Ex : customer : 122 & M aterial : m1 . like in material it gives a gap.