SAP ABAP Data Element FCL_DTE_OLEVELTOFROM (Condition Item (Upper/Lower Limit))
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   FS (Application Component) Financial Services
     FCL_TYPES (Package) Source Data Categories for Financial Calculator
Basic Data
Data Element FCL_DTE_OLEVELTOFROM
Short Description Condition Item (Upper/Lower Limit)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FCL_DOM_OLEVELTOFROM    
Data Type NUMC   Character string with only digits 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name ITEM_SCALING_INDICATOR   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Upper/Low 
Medium 16 Upper/LowerLimit 
Long 25 Upper/Lower Limit 
Heading 25 Upper/Lower Limit 
Documentation

Definition

Specifies whether the amount limits for the condition items for tiered or interval calculation: represent an upper limit (valid-to value) or a lower limit (valid-from value).

The amount limits are always inclusive.

Use

Dependencies

Example

  • Amount limits as upper limits

    EUR 1000    12 % Credit interest

    EUR 2000    14 % Credit interest

    The interest on a balance in the interval EUR [0,1000] is 12 %.

    The interest on a balance in the interval EUR [1000,2000] is 14 %.

    No interest is calculated for a balance smaller than 2000.

  • Amount limits as lower limits

    EUR 1000    12 % Credit interest

    EUR 2000    14 % Credit interest

    No interest is calculated for a balance in the interval EUR [0,1000[.

    The interest on a balance in the interval EUR [1000,2000[ is 12 %.

    The interest for a balance larger than or equal to 2000 is 14 %.

History
Last changed by/on SAP  20110908 
SAP Release Created in 100