SAP ABAP Data Element AD_VALTO (Communication Data: Valid To (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_VALTO
Short Description Communication Data: Valid To (YYYYMMDDHHMMSS)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TIMESTAMP    
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 Thru 
Medium 12 Valid Thru 
Long 20 Valid Through 
Heading 20 Valid Through 
Documentation

Definition

End of a validity period.

Use

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

The entries consist of a 14-character time stamp in the following form: JJJJMMTTSSMMSS. If the field is initial, this means that the temporal validity of the communication number does not have an upper 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 '235959'. If you enter other times, this leads to an error.

Example

You want the telephone number in the structure ADTEL to be valid through July 29, 2004. You have to enter one of the following:

ADTEL-VALID_TO = '20040729235959'

or

ADTEL-VALID_TO = '20040729      '

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

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