TCTM_ATTR SAP (Table of Attributes for Context Management) Table details

Dictionary Type: Table
Description: Table of Attributes for Context Management




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




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

TCTM_ATTR is a standard SAP Table which is used to store Table of Attributes for Context Management data and is available within R/3 SAP systems depending on the version and release level.

The TCTM_ATTR table consists of various fields, each holding specific information or linking keys about Table of Attributes for Context Management data available in SAP. These include CHECKTABLE (Table Name), CHECKFIELD (Field Name), FUSER (Created By), FDATE (Creation Date).. 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

Text table = TCTM_ATTRT


SAP TCTM_ATTR 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
ATTRIB_IDContext Management Attribute ID CTM_ATT_IDCHAR10CTM_ATT_ID
CHECKTABLETable Name TABNAMECHAR30DD02LAS4TABDTB
CHECKFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FUSERCreated By CTM_FUSERCHAR12CTM_USER
FDATECreation Date CTM_FDATEDATS8SYDATS
FTIMECreation Time CTM_FTIMETIMS6SYTIME
FRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
LUSERLast Changed By CTM_LUSERCHAR12CTM_USER
LDATEChanged On CTM_LDATEDATS8SYDATS
LTIMELast changed at CTM_LTIMETIMS6SYTIME
LRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCTM_ATTR
INTO CORRESPONDING FIELDS OF WA_TCTM_ATTR
WHERE...

How to access SAP table TCTM_ATTR

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