TMCUS SAP (Parameters for Standard Analyses in LIS) Table details

Dictionary Type: Table
Description: Parameters for Standard Analyses in LIS




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




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

TMCUS is a standard SAP Table which is used to store Parameters for Standard Analyses in LIS data and is available within R/3 SAP systems depending on the version and release level.

The TMCUS table consists of various fields, each holding specific information or linking keys about Parameters for Standard Analyses in LIS data available in SAP. These include UNAME (User Name), MCAPP (Number of application), MCANA (Number of standard analysis), MCGRA (Graphical display indicator).. 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: Cannot Be Enhanced


SAP TMCUS 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
UNAMEUser Name UNAMECHAR12UNAME
MCAPPNumber of application MCAPPCHAR2TMCAPMCAPPMCC
MCANANumber of standard analysis MCANACHAR4TMC7MCANALYSEMCG
MCGRAGraphical display indicator MCGRACHAR1X
MCPERNumber of previous periods for analysis period MCPERNUMC3MCPER
MCEXCSet indicator to include current period in period to analyze MCEXCCHAR1X
PFINFSet this indicator to display drill-down log in page header PFINFCHAR1X
IDENTIndicator: characteristic display as text OIDENTCHAR1X
MMSPBWidth of the characteristic column MCMMSPBNUMC2NUMC2
KZSPBMaximum width of key figure columns MCKZSPBNUMC2NUMC2
KURSTExchange rate type for conversion to analysis currency MCKURSTCHAR4TCURVKURST
MCSMCRVersion can be selected on the selection screen MCSMCRCHAR1XFLAG
MCSRUMEDSData enhancement method in standard analyses MCSRUMEDSCHAR4MCSMETMCSRUME
MCSRUMELIList enhancement method in standard analyses MCSRUMELICHAR4MCSMETMCSRUME
MCSRUMVUsage of a method for transformation of statistical data MCSRUMVCHAR1MCSRUMV
WAERSKey for the currency in which the analysis is carried out MCAWAER1CUKY5TCURCWAERS
MCPERZFuture periods of the analysis MCPERZNUMC3MCPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMCUS
INTO CORRESPONDING FIELDS OF WA_TMCUS
WHERE...

How to access SAP table TMCUS

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