SAP ABAP Data Element REXCJPPRICECALCMETHOD (Price Calculation Method)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-LOC (Application Component) Localization
     GLO_REFX_JP (Package) Localization Flexible Real Estate Japan
Basic Data
Data Element REXCJPPRICECALCMETHOD
Short Description Price Calculation Method  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type REXCJPPRICECALCMETHOD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 PrcClcMeth 
Medium 17 Price Calc Method 
Long 24 Price Calculation Method 
Heading 24 Price Calculation Method 
Documentation

Definition

Specifies the calculating method of the consumption costs.

Use

Specify    If You Need

Interval-Based Calculation    Calculate the consumption cost with a fixed unit price, separate for each consumption range.

Threshold-Based Calculation    Calculate the consumption cost with the fixed unit price, which refers to the consumption range in which the actual consumption is included.

Dependencies

Example

You want to calculate the consumption costs using the following paramters:

Consumption: 150 kW

Consumption Prices:

Consumption Range    Price / kW

0 -100 kW     10 Yen

100 - 200 kW    20 Yen

In this case, the system calculates the consumption in the following way:

If You Choose    The Consumption is Calculated As

Interval-Based Calculation    100 kW * 10 Yen + 50 kW * 20 Yen = 2000 Yen

Threshold-Based Calculation    150 kW * 20 Yen = 3000 Yen

History
Last changed by/on SAP  20100310 
SAP Release Created in 700