SAP ABAP Class IF_ADT_LOCK_HANDLE (Lock Handle)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_LOCK_HANDLE Lock handle 20110228
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_LOCK_HANDLE_ABSTRACT Base class for ADT lock handler 20120530
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_LOCK_HANDLE_STUB Test double for lock handle 20110607
Properties
Class IF_ADT_LOCK_HANDLE  
Short Description Lock Handle    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110217   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ADT_LOCK_HANDLE has no forward declaration.
Interfaces
Class IF_ADT_LOCK_HANDLE has no interface implemented.
Friends
Class IF_ADT_LOCK_HANDLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_OBJECT_TYPE Instance attribute Public Type reference (TYPE) TROBJTYPE 20110311
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Instance method Public Method 20110228
2 GET Instance method Public Method 20110228
3 SET Instance method Public Method 20110228
Events
Class IF_ADT_LOCK_HANDLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_UNIQUE_LOCK Public See coding 20110228 BEGIN OF gty_s_unique_lock, argument TYPE gty_s_unique_lock_argument, handle TYPE gty_s_unique_lock_identifier, END OF gty_s_unique_lock
2 GTY_S_UNIQUE_LOCK_ARGUMENT Public See coding 20110228 begin of gty_s_unique_lock_argument, gname type EQEGRANAME, garg type eqegraarg, END OF gty_s_unique_lock_argument
3 GTY_S_UNIQUE_LOCK_IDENTIFIER Public See coding 20110228 BEGIN OF gty_s_unique_lock_identifier, gtdate TYPE eqedate, gttime TYPE eqetime, gtusec TYPE eqeusec, gtwp TYPE eqewp, gtsysnr TYPE eqesysnr, gthost TYPE eqehost, END OF gty_s_unique_lock_identifier
4 GTY_T_ENQUEUE Public See coding 20110311 gty_t_enqueue TYPE STANDARD TABLE OF seqg3 WITH DEFAULT KEY
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110228
2 Importing OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE Object Type 20110228
3 Importing PARAMETERS Call by reference Object reference (TYPE REF TO) IF_ADT_LOCK_PARAMETERS 20120210
# Exception Resumable Description Created on
1 CX_SEU_LOCK_HANDLE_FAILURE creation of lock handle failed 20110303

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SADT_LOCK_HANDLE Lock handle 20110228

Method GET on class IF_ADT_LOCK_HANDLE has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCK_HANDLE Call by reference Type reference (TYPE) SADT_LOCK_HANDLE Lock handle 20110228
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110228
3 Importing OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE Object Type 20110228
4 Importing PARAMETERS Call by reference Object reference (TYPE REF TO) IF_ADT_LOCK_PARAMETERS 20120210
# Exception Resumable Description Created on
1 CX_SEU_LOCK_HANDLE_FAILURE Lock Handle Fehler 20110303
History
Last changed by/on SAP  20130531 
SAP Release Created in