SAP ABAP Data Element REAJISCHARGEABLE (Can Be Counted)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-AJ (Application Component) Rent Adjustment
     RE_AJ_CA (Package) RE: Cross Application Adjustment (Comprehensive Functions)
Basic Data
Data Element REAJISCHARGEABLE
Short Description Can Be Counted  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type REAJISCHARGEABLE    
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 Counted 
Medium 15 Can Be Counted 
Long 20 Can Be Counted 
Heading Cntd 
Documentation

Definition

Specifies, for a condition type classified as a surcharge, if the surcharge can be counted for capping or during calculation of the total rent.

The following values are possible:

  • Not counted for capping and total rent ( = SPACE)
    The condition is not considered during the calculation of the upper limit and the calculation of the total rent.
  • Counted for capping and total rent ( = X)
    The condition is considered during the calculation of the upper limit and the calculation of the total rent.
  • Not counted for capping but counted for total rent ( = 2)
    The condition is not considered during the calculation of the upper limit; however, it is considered for the calculation of the total rent.
  • Counted for capping but not counted for total rent ( = 1)
    The condition is considered during the calculation of the upper limit; however, it is not considered for the calculation of the total rent.

Based on these settings, the calculation would look like this:

(B = basic rent, M = surcharge, maximum increase is 20% in 36 months, O = total rent determined by the method before capping)

Value    Amount for Spread Calculation    Total Rent 36 Months Ago    Current Total Rent

SPACE    B1    B1    B2

X    B1+M1    B1+M1    B2+M2

2    B1    B1+M1    B2+M2

1    B1+M1    B1    B2

Value    Maximum Increase    Existing Increases    Of Those, Surcharge Increases

SPACE    B1*0,2    B2-B1    None

X    (B1+M1)*0,2    (B2+M2)-(B1+M1)    M2-M1

2    B1*0,2    (B2+M2)-(B1+M1)    M2-M1   

1    (B1+M1)*0,2    B2-B1    None

Value    Maximum Increase of New Basic Rent To

SPACE    B2+(Maximum Increase-Existing Increase)

X    B2+(Maximum Increase-Existing Increase)+(M2-M1)

2    B2+(Maximum Increase-Existing Increase)+(M2-M1)

1    B2+(Maximum Increase-Existing Increase)+M2

Value    Upper Limit of New Basic Rent

SPACE    O

X    O-M2

2    O-M2

1    O

If a term for being non-countable is set with the value SPACE, then the system calculates as for value 1, as long as the term for the surcharge is long enough. The same applies to value 2, which becomes value X.

Use

Entries in this table are only necessary if conditions are to be considered by an adjustment method, and no adjustment rule is assigned to these conditions.

Dependencies

A condition that is set up as a main condition is always considered during capping and when calculating the total rent.

If statistical surcharges were defined, then the assumption for the calculation is that these surcharges were already cancelled and absorbed by the main condition.

Example

For an example of the use and effects of these settings, see this text.

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