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

Table Control Column Heading

Former Member
0 Likes
1,354

Hi SDN,

Is it possible to Right Align the Column headings of the Table Control?

5 REPLIES 5
Read only

Former Member
0 Likes
841

Hi,

Since the Column Headings of Table control are Texts, by default they will be left alligned.

you can't make them right alligned.

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
841

texts are defaulted to left alignment... goto SE51 and specify the program name and screen name and goto layout... now click on the text name and align it according to ur requirement.

Read only

0 Likes
841

Hi SDN,

I checked the attributes related to the Table Control Column Headings. The Attribute "AS LABEL RIGHT" was disabled. I think so it is not possible to Right align.

Read only

0 Likes
841

yes you can do

double click on column heading

Goto the Program tab

check the checkbox <b>right Justified</b>

Read only

Former Member
0 Likes
841

Hi there. Try this. Go to SE51 and type in your program and screen number. Select "Element List" and click the change button. Now go to the "Display attr." tab. There is a column titled "Right-just.". Check this box for the field you want to right justify. Save your changes and activate. Now test your screen (with data) and see if it is aligned the way you want it. I hope this helps.

- April King