TMW_ADM SAP (Central Cross-System Lock Control) Table details

Dictionary Type: Table
Description: Central Cross-System Lock Control




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




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

TMW_ADM is a standard SAP Table which is used to store Central Cross-System Lock Control data and is available within R/3 SAP systems depending on the version and release level.

The TMW_ADM table consists of various fields, each holding specific information or linking keys about Central Cross-System Lock Control data available in SAP. These include CID (Cross System Lock Check ID), CID_ACTIVE (), BY_USER (Owner of a Request or Task), AT_DATE (Date of Last Change).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TMW_ADM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CIDCross System Lock Check ID TMW_CIDCHAR3TMW_CID
CID_ACTIVE 0
BY_USEROwner of a Request or Task TR_AS4USERCHAR12AS4USERUSER_ADDR
AT_DATEDate of Last Change AS4DATEDATS8AS4DATE
AT_TIMELast changed at AS4TIMETIMS6AS4TIME
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMW_ADM
INTO CORRESPONDING FIELDS OF WA_TMW_ADM
WHERE...

How to access SAP table TMW_ADM

Within an ECC or HANA version of SAP you can also view further information about TMW_ADM 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!