SAP ABAP Interface IF_ADT_LOCK_HANDLE (Lock Handle)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-BRR (Application Component) Repository Browser
⤷
SEU_LOCKING_ADT (Package) Enhancements ADT Lock Concept
⤷
⤷
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
| Interface | IF_ADT_LOCK_HANDLE | |
| Short Description | Lock Handle |
General Data
| Package | SEU_LOCKING_ADT | Enhancements ADT Lock Concept |
| Created | 20110217 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ADT_LOCK_HANDLE has no forward declaration.
Interfaces
Interface IF_ADT_LOCK_HANDLE has no interface.
Friends
Interface IF_ADT_LOCK_HANDLE has no friend.
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 | Instance method | Public | Method | 20110228 | ||
| 2 | Instance method | Public | Method | 20110228 | ||
| 3 | Instance method | Public | Method | 20110228 |
Events
Interface 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 | OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110228 | ||||
| 2 | OBJECT_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Object Type | 20110228 | |||
| 3 | PARAMETERS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_LOCK_PARAMETERS | 20120210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | creation of lock handle failed | 20110303 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SADT_LOCK_HANDLE | Lock handle | 20110228 |
Method GET on Interface 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 | LOCK_HANDLE | Call by reference | Type reference (TYPE) | SADT_LOCK_HANDLE | Lock handle | 20110228 | |||
| 2 | OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110228 | ||||
| 3 | OBJECT_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Object Type | 20110228 | |||
| 4 | PARAMETERS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_LOCK_PARAMETERS | 20120210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lock Handle Fehler | 20110303 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |