SAP ABAP Data Element ASR_PA_FIELD_VALUE_TYPE (Type of Default Value Determination)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   PA-AS (Application Component) HR Administrative Services
     PAOC_ASR_INFTY_CONTROLLER (Package) Control Infotypes
Basic Data
Data Element ASR_PA_FIELD_VALUE_TYPE
Short Description Type of Default Value Determination  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ASR_PA_FIELD_VALUE_TYPE    
Data Type CHAR   Character String 
Length 3    
Decimal Places 0    
Output Length 3    
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 Type Det. 
Medium 20 DefaultValue Determ. 
Long 35 Type of Default Value Determination 
Heading 40 Type of Default Value Determination 
Documentation

Definition

Defines how the backend service SAP_PA (Personnel Administration infotypes) determines the default values for the form fields.

Use

The following three specifications can be used to determine default values:

  1. Value for Effective Date
  2. Value for Day Before Effective Date
  3. Default value of business logic

You should use default values of type 1 if the field is an input field on the form. The Change operation is usually assigned to the field (or the associated infotype), that is, an existing data record has been changed on the effective date (delimiting of the existing data record and creation of a new one). In this way, the value of the existing data record is displayed as the default value for the data record change on the effective date.

You should use default values of type 2 if the field is an output field on the form. The purpose of the field is to display the previous (old) status. For example, two fields could be defined in the form for a transfer: one field to display the previous position and another field to enter the new position. You would use type 2 to display the previous position, and type 1 for the default value for the new position.

You should use default values of type 3 for fields that are part of a Create operation. In this case, there are usually no data records available, which means that type 1 and 2 cannot be used.

Dependencies

Default values of type 1 and 2 are calculated depending on the specified effective date.

For the default values to be determined using the backend service, the default type Default Value for Specified Backend Service must be set in the form field (when defining the form scenario) and the corresponding backend service sequence number must be specified.

Example

History
Last changed by/on SAP  20050615 
SAP Release Created in 600