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

Problem with ALV tree summation or totalling at Node level

Former Member
0 Likes
431

I have written an ALV Tree where PO opens up to Goods Receipt and invoice e.g.

PO Doc No. | line | PO Quantity | GRV/INV no | GRV Quantity | INV Quantity|

4500005 - |--10 -


200 -


| Node


3900007 300 item

--- 2700064 500 item

- 20 -


800 -


Node


3900007 100 item

|---- 270006 200 item

Sum Wrong * 0* 400 700

Sum Expected (1000) 400 700

Is it possible to total values that are at node level ????u2026

1 REPLY 1
Read only

Former Member
0 Likes
322

I realised you cannot total node level figures they will always be overwritten by item figures ...at the end I had to make the column not totallable by defining it with a non totallable type then calculate the totals before hand and write them on applicable nodes .. all ia well ...where do I give myself points...LOL