SCTS_TRACK_LOCK SAP (cCTS: abstraction of TLOCK persistence) Table details

Dictionary Type: Table
Description: cCTS: abstraction of TLOCK persistence




ABAP Code to SELECT data from SCTS_TRACK_LOCK
Related tables to SCTS_TRACK_LOCK
Access table SCTS_TRACK_LOCK




Table field list including key, data, relationships and ABAP select examples

SCTS_TRACK_LOCK is a standard SAP Table which is used to store cCTS: abstraction of TLOCK persistence data and is available within R/3 SAP systems depending on the version and release level.

The SCTS_TRACK_LOCK table consists of various fields, each holding specific information or linking keys about cCTS: abstraction of TLOCK persistence data available in SAP. These include REQUEST_ID (Request/Task), POS (Dictionary: Line item), HILOCKKEY (Lock key in CTS), LOLOCKKEY (Lock key in CTS).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SCTS_TRACK_LOCK table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJECT_IDcCTS: Object tracking uniquie object ID SCTS_OBJ_TRACK_OBJECT_IDCHAR40
REQUEST_IDRequest/Task TRKORRCHAR20Assigned to domainTRKORR
POSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
HILOCKKEYLock key in CTS LOCKARGCHAR120LOCKARG
LOLOCKKEYLock key in CTS LOCKARGCHAR120LOCKARG

Key field Non-key field



How do I retrieve data from SAP table SCTS_TRACK_LOCK using ABAP code

The following ABAP code Example will allow you to do a basic selection on SCTS_TRACK_LOCK to SELECT all data from the table
DATA: WA_SCTS_TRACK_LOCK TYPE SCTS_TRACK_LOCK.

SELECT SINGLE *
FROM SCTS_TRACK_LOCK
INTO CORRESPONDING FIELDS OF WA_SCTS_TRACK_LOCK
WHERE...

How to access SAP table SCTS_TRACK_LOCK

Within an ECC or HANA version of SAP you can also view further information about SCTS_TRACK_LOCK and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!