2013 Mar 08 7:42 AM
Hi ABAP experts,
I have one ALV Report . In that Report i Have one column Named 'Days'. In that days column contains both positive and Negative Value. When i choose filter on that column and select value as 0 to 10 . The Output shows negative value also.
Example :
The days column contains the value like 0, 2,4, -4, -6, -20, -11, 10
When i choose 0 to 10 in filter.
The output contains:
0, 2, 4, -4, -6, and 10 Only. & -11, -20 Is not coming.
But i dont want -4, -6 value also. I dont want negative value. when i choose 0 to 10.
Why this negative value is coming. What is the problem. Please help me friends.
Thanks and Regards,
Linganathan.K
2013 Mar 08 9:28 AM
HI ,
Whats the type of Field - DAYS u have used in ur program.
Try to use TYPE P for DAYS Field.It will solve ur problem.
Thanks
Tarak
2013 Mar 08 10:03 AM
Hi,
Your days field is probably of type char.
Change it to type INT4 or something numeric.
Best regards,
Andrei
2013 Mar 08 10:14 AM
2013 Mar 08 10:23 AM
Hi,
What is the data type you used for storing the days value in the internal table?
Regards,
Athreya