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 DELETE_ENTRY Instance method Public Method Delete lock entry 20121214
2 LOCK_LOCK Instance method Public Method Lock the locks 20121214
3 READ_ENTRY Instance method Public Method Read lock entry 20121214
4 UNLOCK_LOCK Instance method Public Method Unlock the locks 20121214
5 WRITE_ENTRY 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 Importing OBJECT_ID Call by reference Type reference (TYPE) TY_OBJECT_ID 20121214
2 Importing REQUEST_ID Call by reference Type reference (TYPE) TY_REQUEST_ID 20121214
3 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN 20121214
# Exception Resumable Description Created on
1 CX_CTS_OBJECT_TRACKING 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 CX_CTS_OBJECT_TRACKING 20121214

Method READ_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOCK_ENTRY Value transfer Type reference (TYPE) TY_ENTRY 20121214
2 Importing OBJECT_ID Call by reference Type reference (TYPE) TY_OBJECT_ID 20121214
3 Importing REQUEST_ID Call by reference Type reference (TYPE) TY_REQUEST_ID 20121214
# Exception Resumable Description Created on
1 CX_CTS_OBJECT_TRACKING 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 CX_CTS_OBJECT_TRACKING 20121214

Method WRITE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) TY_ENTRY 20121214
2 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN 20121214
# Exception Resumable Description Created on
1 CX_CTS_OBJECT_TRACKING 20121214
History
Last changed by/on SAP  20140121 
SAP Release Created in 702