Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV display-centering the data

Former Member
0 Likes
505

Hi,

How can we make data to appear in the center (in a cell) in alv?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
477

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

2 REPLIES 2
Read only

Former Member
0 Likes
478

Hi Madhukeshwar,

i do it with this statement:

MOVE 'C' TO WA_FIELDCAT-JUST.

Regards, Dieter

Read only

0 Likes
477

Hi,

you need to Use JUST

fieldcat-just = 'C'. " (R)ight (L)eft (C)ent.

Regards

vijay