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] false total when zero values in column

Former Member
0 Likes
721

Hi all,

I got the following problem with an ALV.

When using a layout wiht a total line, if a column got null values, it sometimes doubles the line and display a uncorrect line with value "0,000" and a second line containing the right value.

This causes problem when exporting datas to excel...

Would someone knows how to solve that issue?

Thanks by advance.

AR.

Hi all,

I got the following problem with an ALV.

When using a layout wiht a total line, if a column got null values, it sometimes doubles the line and display a uncorrect line with value "0,000" and a second line containing the right value.

This causes problem when exporting datas to excel...

Would someone knows how to solve that issue?

Thanks by advance.

AR.

4 REPLIES 4
Read only

Former Member
0 Likes
697

Hello,

Have you tried to initialize all null values (with 0) in internal table used in ALV?

Adam

Read only

0 Likes
697

Hi Adam,

Thanks for your answer.

In fact, null values are already initialized with 0.000... so I still have that problem to solve....

Read only

0 Likes
697

Hi.

Have you checked that in you internal table if values are right and if there is no duplicated lines?.

Regards.

Miguel.

Read only

0 Likes
697

up

Hi fellows,

I'me still trying to solve that issue...

here is a screen shot of the fact I described above

<a href="http://img232.imageshack.us/my.php?image=sanstitregx5.jpg">http://img232.imageshack.us/my.php?image=sanstitregx5.jpg</a>

I really thank you for help.

kind regards,

R_A_R