hi sap,
i am using a collect statement where by i say
loop at lt_covp_np_ex3.
COLLECT lt_covp_np_ex3 into lt_covp_np_ex4.
endloop.
both my internal table contain the same fields and there is no difference.
i have 5 values in lt_covp_np_ex3 like
7600.00-
1000.00-
2000.00
700.00-
1500.00-
when i say collect this into this then i should have only 1 value with 8800- but it doenst collect and i get 5 values lt_covp_np_ex4... i dont understand why all these belong to 1 cost element.
can i in anyway collect into one amount?
regards,
laya.