SAP ABAP Interface IF_CTS_TRACK_DATA_ACC_LOCK (cCTS: Interface for lock data persistence)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_CHNG_TRCK_CORE (Package) cCTS: Change tracking core - persistence and data access
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_TRACK_DATA_ACC_LOCK_LOC | cCTS: Data access class for lock persistence (local db) | 20121214 |
Properties
| Interface | IF_CTS_TRACK_DATA_ACC_LOCK | |
| Short Description | cCTS: Interface for lock data persistence |
General Data
| Package | SCTS_DIST_CTL_CHNG_TRCK_CORE | cCTS: Change tracking core - persistence and data access |
| Created | 20121214 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CTS_TRACK_DATA_ACC_LOCK has no forward declaration.
Interfaces
Interface IF_CTS_TRACK_DATA_ACC_LOCK has no interface.
Friends
Interface IF_CTS_TRACK_DATA_ACC_LOCK has no friend.
Attributes
Interface IF_CTS_TRACK_DATA_ACC_LOCK has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete lock entry | 20121214 | |
| 2 | Instance method | Public | Method | Lock the locks | 20121214 | |
| 3 | Instance method | Public | Method | Read lock entry | 20121214 | |
| 4 | Instance method | Public | Method | Unlock the locks | 20121214 | |
| 5 | Instance method | Public | Method | Write lock entry | 20121214 |
Events
Interface IF_CTS_TRACK_DATA_ACC_LOCK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ENTRY | Public | Type reference (TYPE) | SCTS_TRACK_LOCK | 20121214 | |
|
| 2 | TY_HI_LOCK_KEY | Public | Type reference (TYPE) | SCTS_TRACK_LOCK-HILOCKKEY | 20121214 | |
|
| 3 | TY_LOCK | Public | See coding | 20121214 | begin of ty_lock,
lo type ty_lo_lock_key,
hi type ty_hi_lock_key,
end of ty_lock
|
||
| 4 | TY_LO_LOCK_KEY | Public | Type reference (TYPE) | SCTS_TRACK_LOCK-LOLOCKKEY | 20121214 | |
|
| 5 | TY_OBJECT_ID | Public | Type reference (TYPE) | SCTS_TRACK_LOCK-OBJECT_ID | 20121214 | |
|
| 6 | TY_REQUEST_ID | Public | Type reference (TYPE) | SCTS_TRACK_LOCK-REQUEST_ID | 20121214 | |
Method Signatures
Method DELETE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT_ID | Call by reference | Type reference (TYPE) | TY_OBJECT_ID | 20121214 | ||||
| 2 | REQUEST_ID | Call by reference | Type reference (TYPE) | TY_REQUEST_ID | 20121214 | ||||
| 3 | SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | 20121214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121214 |
Method LOCK_LOCK Signature
Method LOCK_LOCK on Interface IF_CTS_TRACK_DATA_ACC_LOCK has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121214 |
Method READ_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCK_ENTRY | Value transfer | Type reference (TYPE) | TY_ENTRY | 20121214 | ||||
| 2 | OBJECT_ID | Call by reference | Type reference (TYPE) | TY_OBJECT_ID | 20121214 | ||||
| 3 | REQUEST_ID | Call by reference | Type reference (TYPE) | TY_REQUEST_ID | 20121214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121214 |
Method UNLOCK_LOCK Signature
Method UNLOCK_LOCK on Interface IF_CTS_TRACK_DATA_ACC_LOCK has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121214 |
Method WRITE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENTRY | Call by reference | Type reference (TYPE) | TY_ENTRY | 20121214 | ||||
| 2 | SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | 20121214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121214 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |