how can i sum table in badi ?
badi : ME_PURCHDOC_POSTED
i have to develop engine that sum the amount and price of internal table
IM_EKPO , but i can't do loop on the table , and can't define
correct structure for doing loop into structure .
loop at IM_EKPO.
endloop .
what can i do ?