Start of Content Area

Background documentation Example Resource File RATEDATA  Locate the document in its SAP Library structure

You use this file to define the rates offered to the customer. You must specify the corresponding master data template in SAP IS-U, and additional rate data (such as estimated consumption and base price), for the name displayed on the Web interface.

Note

The order of the lines is not important. However, you cannot omit object attributes (such as rate.maxNumberOfPersons).

Recommendation

To create your own file, we recommend that you copy the example file and modify it with your own values.

 

#######################################################

# C U S T O M I Z I N G   F O R   R A T E   D A T A   #

#######################################################

# rules:                                              #

# ------                                              #

# o  all lines have to start with the prefix 'rate'.  #

# o  the divison ID (R/3 ID) follows                  #

# o  afterwards the device group                      #

#    -> device group 'noPremise' is used, if the pre- #

#       mise is not known.                            #

# o  each element is separated by a '.'               #

# o  you can define global settings with a single '*' #

#    (texts like '0*' is not possible)                #

#######################################################

 

# maximum number of persons in a household

rate.maxNumberOfPersons=8

# default number of persons in a household

rate.defaultNumberOfPersons=4

 

# --------------------

# division electricity

# --------------------

 

# name of the division (depending on the device type)

rate.01.*.name=Strom

# device type (number of rates per device type)

rate.01.*.type=2

# should there be a rate displayed, if there is no premise known?

# -> if 'YES', use the device group 'noPremise'. If not, the '*'

#    are used.

rate.01.usedForNoPremise=YES

# estimated consumption per person in a household

# -> for device type 2, a dayConsumption and/or the consumptionPercentage

#    is needed, too.

rate.01.*.1.estimatedConsumption=100

rate.01.*.1.dayConsumption=80

rate.01.*.2.estimatedConsumption=200

rate.01.*.2.dayConsumption=160

rate.01.*.3.estimatedConsumption=300

rate.01.*.3.dayConsumption=240

rate.01.*.4.estimatedConsumption=400

rate.01.*.4.dayConsumption=320

rate.01.*.5.estimatedConsumption=500

rate.01.*.5.dayConsumption=400

rate.01.*.6.estimatedConsumption=600

rate.01.*.6.dayConsumption=480

rate.01.*.7.estimatedConsumption=700

rate.01.*.7.dayConsumption=560

rate.01.*.8.estimatedConsumption=800

rate.01.*.8.dayConsumption=640

# unit for the device group

rate.01.*.unit=KWH

# data for each rate:

# o  name

# o  R/3 name

# o  annualBaseFee

# o  usage price per 1 unit (device type 1)

# o  usage price 1 per 1 unit (device type 2)

# o  usage price 2 per 1 unit (device type 2)

# o  currency

rate.*.*.0.name=Keine Auswahl

 

rate.01.111.1.name=Best Single

rate.01.111.1.r3name=SAP

rate.01.111.1.annualBaseFee=72.00

rate.01.111.1.usagePrice1=1.39

rate.01.111.1.usagePrice2=0.89

rate.01.111.1.currency=EUR

rate.01.111.2.name=Best Familie

rate.01.111.2.r3name=SAP

rate.01.111.2.annualBaseFee=90.00

rate.01.111.2.usagePrice1=1.29

rate.01.111.2.usagePrice2=0.93

rate.01.111.2.currency=EUR

rate.01.111.3.name=Eco Zukunft

rate.01.111.3.r3name=SAP

rate.01.111.3.annualBaseFee=120.00

rate.01.111.3.usagePrice1=1.19

rate.01.111.3.usagePrice2=0.99

rate.01.111.3.currency=EUR

# defaultly selected rate (0 - no choice)

rate.01.111.default=3

 

# default case

rate.01.*.1.name=Best Single

rate.01.*.1.r3name=SAP

rate.01.*.1.annualBaseFee=72.00

rate.01.*.1.usagePrice1=1.39

rate.01.*.1.usagePrice2=0.89

rate.01.*.1.currency=EUR

rate.01.*.2.name=Best Familie

rate.01.*.2.r3name=SAP

rate.01.*.2.annualBaseFee=90.00

rate.01.*.2.usagePrice1=1.29

rate.01.*.2.usagePrice2=0.93

rate.01.*.2.currency=EUR

rate.01.*.3.name=Eco Zukunft

rate.01.*.3.r3name=SAP

rate.01.*.3.annualBaseFee=120.00

rate.01.*.3.usagePrice1=1.19

rate.01.*.3.usagePrice2=0.99

rate.01.*.3.currency=EUR

rate.01.*.default=3

 

# ------------

# division gas

# ------------

 

# name of the division (depending on the device type)

rate.02.*.name=Gas

# device type (number of rates per device type)

rate.02.*.type=2

# estimated consumption per person in a household

# -> for device type 2, a dayConsumption and/or the consumptionPercentage

#    is needed, too.

rate.02.*.1.estimatedConsumption=10

rate.02.*.2.estimatedConsumption=20

rate.02.*.3.estimatedConsumption=30

rate.02.*.4.estimatedConsumption=40

rate.02.*.5.estimatedConsumption=50

rate.02.*.6.estimatedConsumption=60

rate.02.*.7.estimatedConsumption=70

rate.02.*.8.estimatedConsumption=80

rate.02.*.*.consumptionPercentage=68

# unit for the device group

rate.02.*.unit=KWH

# should there be a rate displayed, if there is no premise known?

# -> if 'YES', use the device group 'noPremise'. If not, the '*'

#    are used.

rate.02.usedForNoPremise=YES

# data for each rate:

# o  name

# o  R/3 name

# o  annualBaseFee

# o  usage price per 1 unit (device type 1)

# o  usage price 1 per 1 unit (device type 2)

# o  usage price 2 per 1 unit (device type 2)

# o  currency

rate.02.noPremise.1.name=Gas Single

rate.02.noPremise.1.r3name=SAP

rate.02.noPremise.1.annualBaseFee=72.00

rate.02.noPremise.1.usagePrice1=1.39

rate.02.noPremise.1.usagePrice2=0.89

rate.02.noPremise.1.currency=USD

rate.02.noPremise.2.name=Gas Familie

rate.02.noPremise.2.r3name=SAP

rate.02.noPremise.2.annualBaseFee=78.00

rate.02.noPremise.2.usagePrice1=1.36

rate.02.noPremise.2.usagePrice2=0.86

rate.02.noPremise.2.currency=USD

# defaultly selected rate (0 - no choice)

rate.02.noPremise.default=1

 

# default case

rate.02.*.1.name=Gas Single

rate.02.*.1.r3name=SAP

rate.02.*.1.annualBaseFee=72.00

rate.02.*.1.usagePrice1=1.39

rate.02.*.1.usagePrice2=0.89

rate.02.*.1.currency=USD

rate.02.*.2.name=Gas Familie

rate.02.*.2.annualBaseFee=78.00

rate.02.*.2.usagePrice1=1.36

rate.02.*.2.usagePrice2=0.86

rate.02.*.2.currency=USD

# defaultly selected rate (0 - no choice)

rate.02.*.default=1

 

# --------------

# division water

# --------------

 

# name of the division (depending on the device type)

rate.03.*.name=Wasser

# device type (number of rates per device type)

rate.03.*.type=1

# should there be a rate displayed, if there is no premise known?

# -> if 'YES', use the device group 'noPremise'. If not, the '*'

#    are used.

rate.03.usedForNoPremise=YES

# estimated consumption per person in a household

# -> for device type 2, a dayConsumption and/or the consumptionPercentage

#    is needed, too.

rate.03.*.1.estimatedConsumption=10

rate.03.*.2.estimatedConsumption=20

rate.03.*.3.estimatedConsumption=30

rate.03.*.4.estimatedConsumption=40

rate.03.*.5.estimatedConsumption=50

rate.03.*.6.estimatedConsumption=60

rate.03.*.7.estimatedConsumption=70

rate.03.*.8.estimatedConsumption=80

# unit for the device group

rate.03.*.unit=M3

# data for each rate:

# o  name

# o  R/3 name

# o  annualBaseFee

# o  usage price per 1 unit (device type 1)

# o  usage price 1 per 1 unit (device type 2)

# o  usage price 2 per 1 unit (device type 2)

# o  currency

rate.03.FB_03_01.1.name=Wasser Single

rate.03.FB_03_01.1.r3name=SAP

rate.03.FB_03_01.1.annualBaseFee=62.00

rate.03.FB_03_01.1.usagePrice=2.39

rate.03.FB_03_01.1.currency=EUR

rate.03.FB_03_01.2.name=Wasser Familie

rate.03.FB_03_01.2.r3name=SAP

rate.03.FB_03_01.2.annualBaseFee=68.00

rate.03.FB_03_01.2.usagePrice=2.36

rate.03.FB_03_01.2.currency=EUR

# defaultly selected rate (0 - no choice)

rate.03.FB_03_01.default=2

 

# default case

rate.03.*.1.name=Wasser Single

rate.03.*.1.r3name=SAP

rate.03.*.1.annualBaseFee=62.00

rate.03.*.1.usagePrice=2.39

rate.03.*.1.currency=EUR

rate.03.*.2.name=Wasser Familie

rate.03.*.2.annualBaseFee=68.00

rate.03.*.2.usagePrice=2.36

rate.03.*.2.currency=EUR

# defaultly selected rate (0 - no choice)

rate.03.*.default=2

 

 

 

End of Content Area