cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic data calculation or howto fill a query-table by table-API

Former Member
0 Kudos

Hi,

I have a simple table that should only be displayed in a HTML-Page.

- All cells in the 1st column are filled with currency

values.

- The values in the 2nd column should be calculated by

the formula :

(sum of all values in the 1st column up to the

current row) /

(sum of all values in the 1st column)

like :

COL1 | COL2

-


+----


1 | 1/15

2 | 3/15

3 | 6/15

4 | 10/15

5 | 15/15

-


+----


15 | doesn't matter

I tried creating a query with 2 keyfigures and filling the keyfs in the 2nd col by ABAP via table-API, but the values won't be manipulated

Bye

Ralf

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ralf,

set a breakout in your table interface and debug your webtempalte with RSRT2.

You can post your coding at this topic, too.

rgds Jens