SAP ABAP Data Element PS_DEFAULTS_FUNCNAME (Fact Defaults Function Module Name)
Hierarchy
IS-PS-CA (Software Component) IS-PUBLIC SECTOR CONTRACT ACCOUNTING
   IS-PS-CA (Application Component) Public Sector Contract Accounting
     FMCA_EN (Package) PSCD: Public Sector English Development
Basic Data
Data Element PS_DEFAULTS_FUNCNAME
Short Description Fact Defaults Function Module Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
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 Defaults 
Medium 15 Fact Dfaults FM 
Long 30 Fact Defaults 
Heading 30 Fact Defaults Function Module 
Documentation

Definition

Use

You use this function module to default values and/or preset qualifier defaults per line.

Every time a line is inserted into the fact values for a contract object, the function module you enter in this field can provide default values. The function module receives all the fact lines of the contract object and the line currently being processed.

SAP delivers a sample function module (ZZ_FACTS_DEFAULTS_EXAMPLE) which you can use as a template to implement your own default values.

The user can only change the default value/qualifier of the current line while editing the contract object

Dependencies

Example

To speed up data entry, you can implement a routine that sets the default number of wheels to 4 for certain makes of vehicle.

History
Last changed by/on SAP  20070914 
SAP Release Created in 700