2006 Jun 13 3:15 PM
Hi,
How can we make data to appear in the center (in a cell) in alv?
Thanks
2006 Jun 13 3:19 PM
Hi Madhukeshwar,
i do it with this statement:
MOVE 'C' TO WA_FIELDCAT-JUST.
Regards, Dieter
Hi,
How can we make data to appear in the center (in a cell) in alv?
Thanks
2006 Jun 13 3:19 PM
Hi Madhukeshwar,
i do it with this statement:
MOVE 'C' TO WA_FIELDCAT-JUST.
Regards, Dieter
2006 Jun 13 3:27 PM
Hi,
you need to Use JUST
fieldcat-just = 'C'. " (R)ight (L)eft (C)ent.
Regards
vijay