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

Table control_sum

naveen_inuganti2
Active Contributor
0 Likes
309

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
284

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

1 REPLY 1
Read only

Former Member
0 Likes
285

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