cancel
Showing results for 
Search instead for 
Did you mean: 

how to get table values

Former Member
0 Kudos

Hi All,

In my table i had 5 rows and 3 col,in each row i want to add 1st n 2nd col and dispaly in 3rd col.and i want col wise total also.

how can i get table value?

Thanks,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

loop through your internal table and fill the 3rd column with the addition and bind the internal table to the context node using bind_table

If you want totals column wise, see the standard component WDR_TEST_TABLE and SUMMARY View

Abhi

Answers (0)