SAP ABAP IMG Activity REFXV_TIVAJADJMVAR (Define Variables for Adjustment Control)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_CU (Package) RE: Customizing (IMG) and Area Menu
IMG Activity
ID REFXV_TIVAJADJMVAR Define Variables for Adjustment Control  
Transaction Code S_PLN_62000157   (empty) 
Created on 20040208    
Customizing Attributes REFXV_TIVAJADJMVAR   Define Variables for Adjustment Control 
Customizing Activity REFXV_TIVAJADJMVAR   Define Variables for Adjustment Control 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name REFXV_TIVAJADJMVAR    

Use

The calculation formulas of the representative list of rents are found in the system in the form of conditions and actions. These conditions and actions work with variables that you define here.

Requirements

Standard settings

Activities

  1. Choose a technical name that uniquely identifies the variable (also refer to the example below).
    Note: Make sure you use the customer name space for your own variables.
  2. Choose the variable type, for example:
    • Character string (for example, name of representative list of rents)
    • Boolian value (true or false)...
  3. Enter the number of decimal places and specify if the variable can be changed.
  4. Specify if the variable is indexed. This means that a block that uses this kind of variable can be called more than once by the system.
  5. Specify if the variable can be used for interpolation
  6. Enter the variable name for the formula (also refer to the example below).
    Note: Make sure you use the customer name space here as well.
  7. Assign the variable to the adjustment method in which you want it to be used.
  8. Assign the variable to a variable class.

Example for Adjustment Control:

According to the definition in the representative list of rents, all fixtures and fittings characteristics that were assessed with less than 0.10 EUR/m2 are to be ignored. The number of these characteristics should be counted (for later calculations).

Meaning of the variables:

Technical Var. Name    Formula Name    Description

FFCHRLRAAMTAR    AUSMERKMALBFE     Value that is considered for characteristic (area price (surcharge/reduction))

FFCHFIXFITCHNOTUSE    AUSMERKMALNBER    Ignore characteristic during calculation

XNUMC01    XN01    Numerical auxiliary variable

This could be achieved using the following block:

BlockNo    RowNo    Variable (Formula Name)    Formula

0010    010    AUSMERKMALBFE    < 0.10

0010    020    AUSMERKMALNBER    TRUE

0010    030    XN01    XN01 + 1

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG REFXV_TIVAJADJMVAR 0 ALN0000032 Rent Adjustment 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
V_TIVAJADJMVAR V - View SM30  
History
Last changed by/on SAP  20040208 
SAP Release Created in 500