SAP ABAP Data Element CFDEFAULT (Information System: Type of Default Value)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       KC (Package) Cost Accounting Controlling EIS
Basic Data
Data Element CFDEFAULT
Short Description Information System: Type of Default Value  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CFDEFAULT    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Default 
Medium 15 Default value 
Long 20 Default value 
Heading  
Documentation

Definition

You can set a default value for variables that have replacement type "Entry". You can then overwrite the default value on the selection screen.

  • Replacement by SAP Exit
    The default value of the variable is determined by a SAP-defined path. This variable begins with a number and is not maintainable.
  • Replacement by user Exit
    The default value of the variable is determined by a user Exit that is programmed by the user. These Exits written by the user are located in the module pool SAPLXYEX and can be maintained there. The function modules are called EXIT_SAPLKYP1_001, EXIT_SAPLKYP1_002 and EXIT_SAPLKYP1_003. You must create the Includes ZXYEXU01, ZXYEXU02 and ZXYEXU03 as local objects to correspond to the function modules. The specific programming is then done in these Includes. The transfer fields of the function module can be addressed here.
  • Replacement by fixed value
    The default value of the variable is replaced in each case by the entry in the 'Fixed value' field on this screen.
  • Replacement by user parameters
    The default value is automatically replaced by the Get parameter value of the specified field.

History
Last changed by/on SAP  20000201 
SAP Release Created in