SAP ABAP Class IF_CTS_TRACK_DATA_ACC_LOCK (cCTS: Interface for lock data persistence)
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
Class IF_CTS_TRACK_DATA_ACC_LOCK  
Short Description cCTS: Interface for lock data persistence    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121214   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_CTS_TRACK_DATA_ACC_LOCK has no forward declaration.
Interfaces
Class IF_CTS_TRACK_DATA_ACC_LOCK has no interface implemented.
Friends
Class IF_CTS_TRACK_DATA_ACC_LOCK has no friend class.
Attributes
Class 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
Class 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 class 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 class 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