SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

billing withaout repartion

Former Member
0 Kudos
205

Good morning,

I support a new billing method, which is considering charging for an interval [0,100] and [101,200], that:

-- If a customer consumes 100kWh, it is billed in the first tranche

-- If a customer consumes 102 kWh, the entire amount be charged in the portion [101,200] with no repartition

How can I do it?

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
180

For scale prices,all quantity intervals are valuated with a price.

For example

0-100 units----


2.000/unit

101-200 units----


4.00/unit

if u consumed 102 units

then 102 units*4=408 amount

suppose if it is block price

then

200+8==208.

I think u got it now......

Rgds,

Narendar Konakanchi

View solution in original post

3 REPLIES 3
Read only

Former Member
0 Kudos
180

Check with Block price then

sree

Read only

Former Member
0 Kudos
181

For scale prices,all quantity intervals are valuated with a price.

For example

0-100 units----


2.000/unit

101-200 units----


4.00/unit

if u consumed 102 units

then 102 units*4=408 amount

suppose if it is block price

then

200+8==208.

I think u got it now......

Rgds,

Narendar Konakanchi

Read only

0 Kudos
180

thx for all