SAP ABAP Data Element FCL_DTE_DORGVALIDFROM (Original Valid-From Date)
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_DORGVALIDFROM
Short Description Original Valid-From Date  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FCL_DOM_DDATE    
Data Type DATS   Date field (YYYYMMDD) stored as char(8) 
Length 8    
Decimal Places 0    
Output Length 10    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name DATE_VALID_FROM   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Valid From 
Medium 15 Valid From 
Long 20 Valid From 
Heading 10 Valid From 
Documentation

Definition

Specifies the start date of the validity period. The valid-from field and the valid-to field restrict the validity period of the following elements:

Use

The field must always contain an entry, as a component always requires a valid-from date.

Dependencies

If more than one validity period exists for a condition and the valid-to date for all periods is blank, then the validity periods of a condition have the following relationships:

The valid-from date of the next period automatically restricts the previous period. The validity end of the previous period is then the valid-from date of the next period minus one calendar day. The last period is valid from its start date up to the current date (also see valid-to date)

Example

Standard condition for debit interest:

  • 1. Component: valid-from date: 01/01/02, valid-to date: blank, interest rate: 10%
  • 2. Component: valid-from date: 04/01/02, valid-to date: blank, interest rate: 12%

The following debit interest applies:

  • 01/01/2002 to 03/31/2002 (= 04/012002 minus one calendar day): 10%.
  • 04/01/2002 to today: 12%.

.

Individual condition for debit interest on account 4711 (the above standard debit interest condition applies):

  • 1. Component: valid-from date: 03/01/2002, valid-to date: 06/30/2002, interest rate: 9%

The following debit interest applies to account 4711:

  • 01/01/2002 to 02/08/2002 (= one calendar day before validity start of individual condition component): 10%.
  • 03/01/2002 to 06/30/2002 (individual condition, overrides standard condition): 9%   
  • 07/01/2002 to today: 12%.

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