‎2008 Aug 04 9:05 AM
Hi all,
My problem is that when im using Set_table_for_first_display to display alv grid,
One character field is displaying with left aligned.But if the field value is " W" it is diaplying as "W" , that is removing the space.
Please let me know what to do.
Regards,
Sumanth
‎2008 Aug 04 9:11 AM
If fieldcatalog for that field you mention JUST as 'R'
FIELDCAT-JUST = 'R'.
‎2008 Aug 04 9:18 AM
Hi,
Try this
In fieldcatalog for that field you mention JUST as 'R' i.e forright justified.
FIELDCAT-JUST = 'R'.
Hope this would help you.
Regards,
Linda.
‎2008 Aug 04 11:10 AM
But my problem is that if i do it in that way ie FIELDCAT-JUST = 'R' , i am not able to differentiate between " W" (with space) and "W"(without space).
I hope you understood the problem.
‎2008 Aug 04 11:16 AM
‎2008 Aug 04 11:38 AM