SAP ABAP Class /BOBF/CL_DAC_UPDATE (Database Updates)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
     /BOBF/DATA_ACCESS (Package) Business Object Processing Data Access
Properties
Class /BOBF/CL_DAC_UPDATE  
Short Description Database Updates    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/DATA_ACCESS   Business Object Processing Data Access 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOBF/CL_DAC_UPDATE has no forward declaration.
Interfaces
Class /BOBF/CL_DAC_UPDATE has no interface implemented.
Friends
Class /BOBF/CL_DAC_UPDATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DB_TABLE Instance attribute Public Type reference (TYPE) /BOBF/T_DAC_TABLE Table for DB-Update 20081212
2 MV_SYNCHRON Instance attribute Private Type reference (TYPE) BOOLE_D Synchronous Update 20081212
3 ST_INSTANCE Static Attribute Private Type reference (TYPE) TT_INSTANCE Table for Data Access instances 20081212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20081212
2 GET_INSTANCE Static method Public Method returns instance 20081212
3 HANDLE_EVENT_END_SAVE Instance method Protected Event handling method Event Handler for END_SAVE of Buffer Dispatcher 20081212
Events
# Event Type Visibility Description Created on
1 END_SAVE Instance Event
(0)
Public
(2)
marks the end of a save cycle 20081212
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INSTANCE Private See coding 20081212 BEGIN OF ts_instance, bo_key TYPE /BOBF/OBM_BO_KEY, data_access TYPE REF TO /BOBF/CL_DAC_UPDATE, END OF ts_instance
2 TT_INSTANCE Private See coding 20081212 tt_instance TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY bo_key
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_DATA_ACCESS Value transfer Object reference (TYPE REF TO) /BOBF/CL_DAC_UPDATE Database Updates 20081212
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method HANDLE_EVENT_END_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Value transfer Attribute reference (LIKE) 20081212

Method HANDLE_EVENT_END_SAVE on class /BOBF/CL_DAC_UPDATE has no exception.
Event Signatures

Event END_SAVE Signature
Event END_SAVE on class /BOBF/CL_DAC_UPDATE has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702