SAP ABAP Data Element REXCJPCONSSHAREMETHOD (Consumption Sharing 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 REXCJPCONSSHAREMETHOD
Short Description Consumption Sharing Method  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type REXCJPCONSSHAREMETHOD    
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 CnsShrMeth 
Medium 17 Cons Share Method 
Long 26 Consumption Sharing Method 
Heading 26 Consumption Sharing Method 
Documentation

Definition

Specifies the way the consumption is distributed between the real estate objects.

Use

Select    If You Want

Pro-rated Consumption    First distribute the consumption between the real estate objects and then calculate the individual consumption costs for the real estate objects.

Common Consumption    First calculate the total consumption cost and then distribute it between the real estate objects.

Dependencies

Example

You want to calculate the sharing of consumption for two rental units. You use threshold-based price calculation method with the following parameters:

Consumption of common meter: 150 kW

Consumption Range    Price / kW

0 - 80 kW     10 Yen

81-200 kW    20 Yen

Rental Object    Square Meter

A    60 sq.m.

B    40 sq.m.

If you select Pro-rated Consumption, the system calculates the consumption and costs for the two rental units in the following way:

For Rental Unit    Consumption Is Calculated As

A    150 kW * 60 sq.m. / 100 sq.m. = 90 kW

B    150 kW * 40 sq.m. / 100 sq.m. = 60 kW

For Rental Unit    Cost Is Calculated As

A    90 kW * 20 Yen = 1800 Yen

B    60 kW * 10 Yen = 600 Yen

If you select Common Consumption, the system calculates the consumption and costs for the two rental units in the following way:

For Rental Unit    Consumption Is Calculated As

A    3000 Yen * 60 sq.m. / 100 sq.m. = 1800 Yen

B    3000 Yen * 40 sq.m. / 100 sq.m. = 1200 Yen

For Rental Unit    Cost Is Calculated As

A and B    150 kW * 20 Yen = 3000 Yen

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