SAP ABAP Data Element /BOBF/CONF_EXECTIME (Determination Time)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/CONFIGURATION (Package) Business Object Processing Configuration
Basic Data
Data Element /BOBF/CONF_EXECTIME
Short Description Determination Time  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /BOBF/CONF_EXECTIME    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table /BOBF/CONF_TIME    
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 Time 
Medium 15 Time 
Long  
Heading  
Documentation

Definition

A determination time at the exact time when a determination is performed.

Use

Determinations can be assigned to the following determination times:

  • After Loading: After an instance has been loaded from the persistency, some of the dependent attributes can be adjusted that have not been persistent due to redundancy reasons or because the additional data is taken from some other data source with current data.
  • Before Retrieve: Before an instance is retrieved, the instance can be adjusted or built up. This determination time is for transient nodes because they will never be loaded from the persistency.
  • After Modification: After a business object has been changed.
  • After Validation: After the validation of the business objects has been carried out,. For example, to set some consistency status.
  • Before Save (Before Consistency Check): Perform the final steps before saving the business object that could have influence on the consistency of the business object.
  • Before Save (Finalize): Perform the final steps before saving the business object (e.g. executing business logic depending on the consistency of this object).
  • Before Save (Draw Numbers): Draw internal numbers from a number range (especially if the numbering needs to be gapless, otherwise this could also be done during finalize).
  • During Save (Before Writing Data): Before saving the buffer to the persistency. Usually this determination time is not needed.
  • After Commit: To cleanup the business object for further processing (only if the transaction pattern is Save & Continue) after the save has been performed.
  • After Failed Save Attempt: To cleanup the business object for further processing if the save failed somewhen during the save-sequence (e.g. also if another business object of the session could not be saved).

Dependencies

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 702