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 grid

Former Member
0 Likes
700

Hi all,

I am printing X in the column but

I want to print X in the middle of the column what parameter should i set for that.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
681

Hi

when your declaring fieldcatalog for that field

<b>

fieldcatalog-JUST = 'c'.</b>

then it will do like that only

reward if useful

Hi all,

I am printing X in the column but

I want to print X in the middle of the column what parameter should i set for that.

5 REPLIES 5
Read only

Former Member
0 Likes
681

Use fieldcat-just option and put C on it.

regards,

Mallick

Read only

Former Member
0 Likes
681

Hi,

in the field catalog for that field

<b>fieldcatalog-just = 'C'</b>

" (R)ight (L)eft (C)cent.

thanks & regards,

Venkatesh

Read only

Former Member
0 Likes
681

fcat-JUST = 'C'.

Regards

Peram

Read only

Former Member
0 Likes
681

Hi

when your declaring fieldcatalog for that field

<b>

fieldcatalog-JUST = 'c'.</b>

then it will do like that only

reward if useful

Read only

Former Member
0 Likes
682

Hi

when your declaring fieldcatalog for that field

<b>

fieldcatalog-JUST = 'c'.</b>

then it will do like that only

reward if useful