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

right alignment for OO tree column

Former Member
0 Likes
751

Hi experts,

how can i align the data of type characters in the OO tree alv display? i want to align it to the right.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hello,

Set Alignment of the Text in the Column

You are able to set where the content of a column will be put:

· Left aligned

· Centered

· Right-aligned

You are able to change the alignment of text in the design object (header and footer area of page or list) and in the ALV output.

Use the method CL_SALV_COLUMN SET_ALIGNMENT

Check

http://help.sap.com/saphelp_nw2004s/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm

Hi experts,

how can i align the data of type characters in the OO tree alv display? i want to align it to the right.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
487

Hello,

Set Alignment of the Text in the Column

You are able to set where the content of a column will be put:

· Left aligned

· Centered

· Right-aligned

You are able to change the alignment of text in the design object (header and footer area of page or list) and in the ALV output.

Use the method CL_SALV_COLUMN SET_ALIGNMENT

Check

http://help.sap.com/saphelp_nw2004s/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm