SAP ABAP Data Element AD_VALFROM (Communication Data: Valid From (YYYYMMDDHHMMSS))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ADR (Application Component) Address Management/Business Address
     SZAD (Package) SAP Technology - Business Services: Address Management
Basic Data
Data Element AD_VALFROM
Short Description Communication Data: Valid From (YYYYMMDDHHMMSS)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TIMESTMP    
Data Type CHAR   Character String 
Length 14    
Decimal Places 0    
Output Length 14    
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 Valid From 
Medium 12 Valid From 
Long 20 Valid From 
Heading 20 Valid From 
Documentation

Definition

Start of a validity period.

Use

This data element is used to specify the start of a validity period of a communication number or a communication usage.

The entries consist of a 14-character time stamp in the form JJJJMMTTSSMMSS. If the field is initial, this means that the temporal validity of the communication number does not have a lower limit.

Dependencies

The time validity of communication data and communication usages in the current release can be differentiated at a date level but not at a time level. For this reason, the time entry must be initial or contain the value '000000'. If you enter other times, this leads to an error.

Example

You want the telephone number in the structure ADTEL to be valid as of November 30, 2003. You have to enter one of the following:

ADTEL-VALID_FROM = '20031130000000'

or

ADTEL-VALID_FROM = '20031130      '

If the validity of the telephone number in structure ADTEL should not be restricted, the following should then be transferred:

ADTEL-VALID_FROM = '              '.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640