hi folks,
I am trying to display some values read into the internal table within a 'TEXT WINDOW' in the smartform in a properly aligned manner
Each field of the itab has a currency value with the field length of 13. Irrespective of whether it has any value in it it displays a lot of empty spaces and displays at the end of the window, at times it wraps around in the next line,
I read all the currency values into the itab and read the itab through 'Form interface' into the form.
How can i align these values which come one below the other in the window of the form ?
Infact in the 'smartstyle' I have the paragraph format as 'left-align'
The window should look like this
Cxxxx1 13144.50 (currency field of value 13)
Cxxxx2 234.67- (currency field of value 13)
Cxxxx3 42424.34 (currency field of value 13)
Thanks in advance
Santhosh