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

Hi,

Former Member
0 Likes
652

I am having problem to print percentage in alv list display/ alv grid display can you please help me in printing this.

act quantity del quantity percentage

12 6 50

20 8 40

30 24 80

40 16 40

total 102 54 ?

here i am not able to print the percentage instead it is giving me the mean value or sum.

can you help me out.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
630

Dear Bala,

In ALV, when you are summing up the rows, you won't get the '%' symbol in the Total row. Instead, write the '%' symbol in the column header.

Alternatively, you need to display through a classical list. In this case, it'll be possible to display the '%' symbol in the Total Row.

Regards,

Abir

************************************

  • Don't forget to award Points *

4 REPLIES 4
Read only

Former Member
0 Likes
630

it is not possible in ALV, you can display the column title as percentage and display the values in the field value

Read only

Former Member
0 Likes
631

Dear Bala,

In ALV, when you are summing up the rows, you won't get the '%' symbol in the Total row. Instead, write the '%' symbol in the column header.

Alternatively, you need to display through a classical list. In this case, it'll be possible to display the '%' symbol in the Total Row.

Regards,

Abir

************************************

  • Don't forget to award Points *

Read only

Former Member
0 Likes
630

i am not asking about percent symbol.

i am getting the p[ercentage added or average is coming in the totals row

so can you elaborate your answer.

Read only

0 Likes
630

can u send the code, so that, can trace the problem fast.