SAP ABAP Data Element FCL_DTE_OLEVEL (Tiered or Interval Calculation)
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_OLEVEL
Short Description Tiered or Interval Calculation  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FCL_DOM_OLEVEL    
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 SCALING_TYPE   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Tiered/Int 
Medium 15 Tier/Interval 
Long 20 Tier/Interval 
Heading 15 Tier/Interval 
Documentation

Definition

Specifies whether more than one item condition can exist for one of the condition components Amount or Deadline .

Use

The following values exist:

  • 0 (No tiered or interval calculation)

    There is one condition item only.

  • 1 (Tiered calculation)

    There can be more than one condition item. Only one of the existing condition items is used for the total balance or all items.

  • 2 (Interval calculation)

    There can be more than one condition item. Each existing condition item is used for the part of the balance or item assigned to it.

  • 3 (Automatic scale calculation)

    Only applies to transaction charges: Automatic scaling of transaction charges for a transaction.

    The automatic scale calculation uses the fields Additional Amount (Scaled Calculation) and Amount Limit (Scaled Calculation). The additional amount is added up for each amount limit started.

    If a (base) amount is specified, this is added to the result of the scaled calculation.

  • 4 (Individual rule)

    You can use the formula editor to help define exactly one rule for a condition that the system will check during bundle pricing. If the rule applies, the system uses it (posts the relevant amount). Otherwise, the system ignores the rule.

  • 5 (Multiple rule)

    You can use the formula editor to help define one or more rules for a condition that the system will check in succession during bundle pricing. The first rule that applies is used. The other rules are not checked.

Dependencies

Example

  1. You have chosen 1 (tiered calculation) and define the following condition items:

0 to 1000 EUR    10% debit interest

0 to 2000 EUR    12 % debit interest

0 to 4000 EUR    14 % debit interest

If the balance is 3,500.00 EUR, interest is calculated on 3,500.00 EUR at 14%.

  1. You have chosen 2 (interval calculation) and define the following condition items:

0 to 1000 EUR    10% debit interest

1001 to 2000 EUR    12 % debit interest

2001 to 4000 EUR    14 % debit interest

If the balance is 3,500.00 EUR, interest is calculated on 1,000.00 EUR at 10%, on 1,000.00 EUR at 12%, and 1,500.00 EUR at 14%.

  1. You have chosen 3 (Automatic scaled calculation). The basic charge for withdrawals from ATMs is 3.00 EUR. For each withdrawal amount of 500.00 EUR, the charge is increased by 1.00 EUR.

Amount    3.00

Additional amount scaling    1.00

Amount limit scaling    500,00

  1. You have chosen 4 (Individual rule). You want to link the charge for a checking account to the average balance of a savings account.
    • If the average balance of the savings account is 3,000 EUR or more, the customer receives a credit of 5 EUR on the credit card account.
    • Condition rule: average balance > = 3,000.00 EUR
  2. You have chosen 5 (multiple rule). You want to link the charge for a checking account to the average balance of a savings account.
    • If the average balance of the savings account is 1,000 EUR or more, the customer receives a credit of 1 EUR on the credit card account.
    • 1. Condition rule: average balance > = 1,000.00 EUR
    • If the average balance of the savings account is 2,000 EUR or more, the customer receives a credit of 2 EUR on the credit card account.
    • 2. Condition rule: average balance > = 2,000.00 EUR
    • If the average balance of the savings account is 3,000 EUR or more, the customer receives a credit of 3 EUR on the credit card account.
    • 3. Condition rule: average balance > = 3,000.00 EUR

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