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

TVARV Range summation

Former Member
0 Likes
367

Hi experts,

We have tvarv variable defined for different account ranges.

The requirement is to sum 0amount for a set of accounts into a Z key figure going from one level ODS to the next.

for example the definition is like,

Name type numb sign opti low

ZABC_0AACOUNT_COSTS s 0001 I EQ 1234

ZABC_0AACOUNT_COSTS s 0002 I EQ 0283

ZABC_0AACOUNT_COSTS s 0003 I EQ 5346

In my update rule I need to get these accounts for ZCOSTS and add 0amount for all these accounts.

How would I accomplish this?

Thank you

Hi experts,

We have tvarv variable defined for different account ranges.

The requirement is to sum 0amount for a set of accounts into a Z key figure going from one level ODS to the next.

for example the definition is like,

Name type numb sign opti low

ZABC_0AACOUNT_COSTS s 0001 I EQ 1234

ZABC_0AACOUNT_COSTS s 0002 I EQ 0283

ZABC_0AACOUNT_COSTS s 0003 I EQ 5346

In my update rule I need to get these accounts for ZCOSTS and add 0amount for all these accounts.

How would I accomplish this?

Thank you

1 REPLY 1
Read only

chaouki_akir
Contributor
0 Likes
343

Hello,

what kinf of object is ZCOSTS ? a db table ?

What is '0amount' ? the field name of a db table ?