TMC4 SAP (Global Control Elements: LIS Info Structure) Table details

Dictionary Type: Table
Description: Global Control Elements: LIS Info Structure




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




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

TMC4 is a standard SAP Table which is used to store Global Control Elements: LIS Info Structure data and is available within R/3 SAP systems depending on the version and release level.

The TMC4 table consists of various fields, each holding specific information or linking keys about Global Control Elements: LIS Info Structure data available in SAP. These include MCINF (Name of information structure), GSTRU (Generated DDIC table for LIS, conditions, messages), STABL (Report Writer table), DDICT (Table Name).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TMC4T


SAP TMC4 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
MCINFName of information structure MCINFCHAR8MCINFMCB
GSTRUGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
STABLReport Writer table SUPERTABCHAR30Assigned to domainRWTABLEGLU
DDICTTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
SPERIPeriod split: info structure SPERICHAR1SPERI
MCAPPNumber of application MCAPPCHAR2TMCAPMCAPPMCC
KBTCHIndicator for U1/U2/U3 updating of info structures KBTCHCHAR1KBTCH
MCITYType of info structure, type <> space: internal use MC_INFTYPCHAR1CHAR1
SPZISType of info structure SPZISCHAR1TMCZSPZIS
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
HIERTHierarchy category for Sales and Operations Planning HIERTCHAR4Assigned to domainHIERT
MCSTILIS: status of the information structure MCSTICHAR1MCSTI
PLRELInformation structure without planning (Yes/No) PLRELCHAR1PLREL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMC4
INTO CORRESPONDING FIELDS OF WA_TMC4
WHERE...

How to access SAP table TMC4

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