SAP ABAP Class IF_SRM_SP_ENQUEUE (Element Locks)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SCMG_CASE Case Interface 20020725
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SCMG_CASE Case 20020725
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SCMG_CASE_ENQUEUE Help Class for Locking Case 20020808
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_GENERIC_SP Generic Service Provider RMS 20020725
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_GENERIC_SP0 Generic Service Provider RMS 20031117
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UDM_CASE_WRAPPER Wrapper of IF_SCMG_CASE 20030213
Properties
Class IF_SRM_SP_ENQUEUE  
Short Description Element Locks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020612   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SRM_SP_ENQUEUE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_SRM_SP_ENQUEUE has no interface implemented.
Friends
Class IF_SRM_SP_ENQUEUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MODE_EXCLUSIVE Constant Private Type reference (TYPE) STRING 'E' Exclusive Lock, Write Lock 20020612
2 MODE_EXTENDED Constant Private Type reference (TYPE) STRING 'X' Extended Lock; Extended Write Lock 20020612
3 MODE_SHARED Constant Private Type reference (TYPE) STRING 'S' Shared Lock, Read Lock 20020612
4 SCOPE_DIALOG Constant Public Type reference (TYPE) STRING 'DIALOG' Lock is released automatically after end of transaction (1) 20020612
5 SCOPE_DIALOG_AND_UPDATE_TASK Constant Public Type reference (TYPE) STRING 'DIALOG_AND_UPDATE_TASK' Lock belongs to dialog and update task (type 3) 20020612
6 SCOPE_PERSISTENT Constant Private Type reference (TYPE) STRING 'PERSISTENT' Persistent lock, can only be released by explicit DEQUEUE 20020612
7 SCOPE_UPDATE_TASK Constant Private Type reference (TYPE) STRING 'UPDATE_TASK' Lock is passed on to update task (type 2) 20020612
8 USE_IMPLEMENTATION_DEFAULT Constant Private Type reference (TYPE) STRING 'DEFAULT' Use Implementation-Dependent Default Value 20020726
Methods
# Method Level Visibility Method type Description Created on
1 DEQUEUE Instance method Public Method Unlock object 20020612
2 ENQUEUE Instance method Public Method Lock Element 20020612
Events
Class IF_SRM_SP_ENQUEUE has no event.
Types
Class IF_SRM_SP_ENQUEUE has no local type.
Method Signatures

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODE Call by reference Type reference (TYPE) STRING IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT 20020612
2 Importing IM_SCOPE Call by reference Type reference (TYPE) STRING IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT 20020612
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020612
2 CX_SRM_SP_ENQUEUE Fehler beim Enqueue 20020612

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODE Call by reference Type reference (TYPE) STRING IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT Sperrmodus (IF_SRM_ENQUEUE=>MODE_...) 20020612
2 Importing IM_SCOPE Call by reference Type reference (TYPE) STRING IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT Gültigkeitsbereich (IF_SRM_SP_ENQUEUE=>SCOPE...) 20020612
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020612
2 CX_SRM_SP_ENQUEUE Fehler beim Enqueue 20020612
History
Last changed by/on SAP  00000000 
SAP Release Created in