‎2008 Apr 29 7:30 AM
Hi... Experts...!
I am having a table control with five columns.... in that iam having two colums with currency values...so it is having values like 10000, 5000, 45000....
and one of them is not direct table feild (calculated value, in this program)....
Anyway this table control working properly....
Here my requirement is in the last row i need to display the sums of those fields.....
where i have to write code for this....
try reply with code...
I wl c all the answers....and 10 marks for the best....
Thank you,
Naveen Inuganti
‎2008 Apr 29 12:02 PM
Hi,
in table control loop of PBO
put this code as
sum = itab-(your filed)say for Example Sum = itab-netwr.
Reward Points ifusefull
Regards
Fareedas
Edited by: Fareeda Tabassum S on Apr 29, 2008 4:32 PM
‎2008 Apr 29 12:02 PM
Hi,
in table control loop of PBO
put this code as
sum = itab-(your filed)say for Example Sum = itab-netwr.
Reward Points ifusefull
Regards
Fareedas
Edited by: Fareeda Tabassum S on Apr 29, 2008 4:32 PM