SAP ABAP Class CL_BCFG_ENUM_LOCK_MODE (enum for enqueue lock modes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
     S_BCFG_API (Package) Business Configuration Support API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BCFG_ENUM_BASE base class for enums 20110416
Properties
Class CL_BCFG_ENUM_LOCK_MODE  
Short Description enum for enqueue lock modes    
Super Class CL_BCFG_ENUM_BASE base class for enums 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_BCFG_API   Business Configuration Support API 
Created 20101119   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCFG_ENUM_LOCK_MODE has no forward declaration.
Interfaces
Class CL_BCFG_ENUM_LOCK_MODE has no interface implemented.
Friends
Class CL_BCFG_ENUM_LOCK_MODE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EXCLUSIVE Static Attribute Public Object reference (TYPE REF TO) CL_BCFG_ENUM_LOCK_MODE exclusive lock: no other locks can be held by another proc. 20101119
2 ID_EXLCUSIVE Constant Private Type reference (TYPE) STRING 'E' 20110416
3 ID_SHARED Constant Private Type reference (TYPE) STRING 'S' 20110416
4 SHARED Static Attribute Public Object reference (TYPE REF TO) CL_BCFG_ENUM_LOCK_MODE shared lock: only shared locks may be held by another proc. 20101119
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20101119
2 VALUES Static method Public Method 20110416
3 VALUE_OF Static method Public Method retrieves the value (object instance) belonging to the ID 20101119
Events
Class CL_BCFG_ENUM_LOCK_MODE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_ENUM_LOCK_MODES Public See coding 20110416 ty_t_enum_lock_modes type hashed table of ref to cl_bcfg_enum_lock_mode with unique key table_line
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_LOCK_MODE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_LOCK_MODE has no exception.

Method VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_ENUM_LOCK_MODES 20110416

Method VALUES on class CL_BCFG_ENUM_LOCK_MODE has no exception.

Method VALUE_OF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20110416
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_BCFG_ENUM_LOCK_MODE 20101125

Method VALUE_OF on class CL_BCFG_ENUM_LOCK_MODE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703