TCMS_CTRL SAP (CMS: UI Controller) Table details

Dictionary Type: Table
Description: CMS: UI Controller




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




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

TCMS_CTRL is a standard SAP Table which is used to store CMS: UI Controller data and is available within R/3 SAP systems depending on the version and release level.

The TCMS_CTRL table consists of various fields, each holding specific information or linking keys about CMS: UI Controller data available in SAP. These include APPLICATION (Application), EVENT_GET_TEXT (Get Text Function Module Name), EVENT_GET_UIP (Get UI Parameters Function Module Name), FLD_MAINTAIN (Table Field Name for Activity Type Maintain).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TCMS_CTRL 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 MANDTCLNT3T000MANDT
APPLICATIONApplication CMS_DTE_APLCHAR6Assigned to domainCMS_APL
EVENT_GET_TEXTGet Text Function Module Name CMS_DTE_CTRL_GET_TEXT_FUNCNAMECHAR30Assigned to domainFUNCNAME
EVENT_GET_UIPGet UI Parameters Function Module Name CMS_DTE_CTRL_GET_UIP_FUNCNAMECHAR30Assigned to domainFUNCNAME
FLD_MAINTAINTable Field Name for Activity Type Maintain CMS_DTE_CTRL_TBFLD_MAINTAINCHAR30CMS_LOC_TBFLD
FLD_CREATETable Field Name for Activity Type Create CMS_DTE_CTRL_TBFLD_CREATECHAR30CMS_LOC_TBFLD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCMS_CTRL
INTO CORRESPONDING FIELDS OF WA_TCMS_CTRL
WHERE...

How to access SAP table TCMS_CTRL

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