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 REPORT

Former Member
0 Likes
478

Hi all,

How to get the output in ALV Report alligned to one side that is all the fields in the output must me alligned to one side

Points would be rewarded

Thanks,

Swaroop.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
460

Hi Jyothi,

In field catalog, there is a parameter for Justification.

Just set that to Left aligned for the fields that u want to be Left aligned.

Hope this helps u.

Reward points if useful.

Regards,

Preeti

Hi all,

How to get the output in ALV Report alligned to one side that is all the fields in the output must me alligned to one side

Points would be rewarded

Thanks,

Swaroop.

3 REPLIES 3
Read only

Former Member
0 Likes
461

Hi Jyothi,

In field catalog, there is a parameter for Justification.

Just set that to Left aligned for the fields that u want to be Left aligned.

Hope this helps u.

Reward points if useful.

Regards,

Preeti

Read only

Former Member
0 Likes
460

Hi,

While building the fieldcatlog, use the option 'Just'.

Value set: SPACE, 'R', 'L', and ‘C’.

' ' = Default justification for this data type

'R' = right-justified output

'L' = left-justified output

'C' = centered output.

Reward points if useful,

Regards,

Niyaz

Read only

Former Member
0 Likes
460

in Field catalogue

just(1) is the field used for alignment purpose: (R)ight (L)eft (C)ent.