SAP ABAP Class /BOBF/CL_LIB_B_LOCK (Buffer for BOPF lock nodes)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
     /BOBF/LIBRARY (Package) Business Object Processing Framework Library
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOBF/CL_LIB_B_FRW Superclass for framework buffers 20081213
Properties
Class /BOBF/CL_LIB_B_LOCK  
Short Description Buffer for BOPF lock nodes    
Super Class /BOBF/CL_LIB_B_FRW Superclass for framework buffers 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/LIBRARY   Business Object Processing Framework Library 
Created 20081213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOBF/CL_LIB_B_LOCK has no forward declaration.
Interfaces
Class /BOBF/CL_LIB_B_LOCK has no interface implemented.
Friends
Class /BOBF/CL_LIB_B_LOCK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_BUFFER Instance attribute Private Type reference (TYPE) TT_BUFFER Lock Information for Node 20081213
Methods
Class /BOBF/CL_LIB_B_LOCK has no method.
Events
Class /BOBF/CL_LIB_B_LOCK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_BUFFER Private See coding 20081213 BEGIN OF ts_buffer, state TYPE /BOBF/CONF_STATE, node_key TYPE /BOBF/OBM_NODE_KEY, parent_node_key TYPE /BOBF/OBM_NODE_KEY, data TYPE REF TO /BOBF/T_FRW_LOCK_NODE, END OF ts_buffer
2 TT_BUFFER Private See coding 20081213 tt_buffer TYPE SORTED TABLE OF ts_buffer WITH UNIQUE KEY state parent_node_key WITH NON-UNIQUE SORTED KEY node_key COMPONENTS state node_key
History
Last changed by/on SAP  20130531 
SAP Release Created in 702