Application Development 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: 

Right Align the Currency values in ALV report

karthik_rajaspic
Participant
0 Kudos

Hi Friends,

I have developed a report and displayed the output using the ALV. I have columns for currency values in the output table.

The fields for currency values are character fields. The values in the table for display, is properly right aligned (default for currency values). But in the output, the currency values are left aligned.

Since I need blank lines in the output table after each entry, I have used the character fields in the output table so that I can clear them and append it to get the blank line.

Please suggest me to get the currency values right aligned.

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

try with this field in field catalog.

just(1) type c, " (R)ight (L)eft (C)ent.

for the currency field add this field too in field catalog. it will work.

2 REPLIES 2

Former Member
0 Kudos

try with this field in field catalog.

just(1) type c, " (R)ight (L)eft (C)ent.

for the currency field add this field too in field catalog. it will work.

0 Kudos

Hi Jyothi,

Thanks a lot for the answer.