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: 

ALV LIST - Amounts alignment

former_member210252
Contributor
0 Kudos

Hi Experts,

I worked on a development for showing G/L Balance sheet details.

Screen shot as show below.

We want to display the amounts of 'BALANCE SHEET TALLY' in proper format. The corresponding amounts should come under the respective Header.

Like under X999 - 27406233.70 has to displayed and under X998 - 134602810.38 has to be displayed so on.

Few columns may have '0.00' as value in such case the next column value is coming closer to the column with value as '0.00'. This is creating the problem.

Please share your ideas/thoughts.

Regards,

Rafi

1 ACCEPTED SOLUTION

former_member210252
Contributor
0 Kudos

Hi Experts,

I solved it using statement write at pos(len) text.


Regards,

Rafi

1 REPLY 1

former_member210252
Contributor
0 Kudos

Hi Experts,

I solved it using statement write at pos(len) text.


Regards,

Rafi