TCM_EXPL SAP (Profile for the explosion) Table details

Dictionary Type: Table
Description: Profile for the explosion




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




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

TCM_EXPL is a standard SAP Table which is used to store Profile for the explosion data and is available within R/3 SAP systems depending on the version and release level.

The TCM_EXPL table consists of various fields, each holding specific information or linking keys about Profile for the explosion data available in SAP. These include GUID (Globally Unique Identifier), CHECK_CM_RELEV (Relevant for Configuration Management), COMPACT_STORAGE (Storage of Explosion Result for Baseline), CONDENSE_BOMS (Do Not Instantiate BOM Items).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TCM_EXPL 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
GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
CHECK_CM_RELEVRelevant for Configuration Management DE_CM_RELEVANCE_FLAGCHAR1DO_CM_RELEVANCE_FLAG
COMPACT_STORAGEStorage of Explosion Result for Baseline DE_CM_COMPACT_STORAGECHAR1DO_CM_BOOLEAN
CONDENSE_BOMSDo Not Instantiate BOM Items EXPO_CONDENSE_BOMCHAR1CHAR1_X
BOM_APPLICATIONApplication CAPIDCHAR4TC04CAPIDCSA
DISTRIB_BASELINEFlags a Baseline for the Purpose of Data Distribution DE_CM_DISTRIB_BASELINECHAR1DO_CM_BOOLEAN
AEFRKRelease for costing CC_AEFRKCHAR1CC_XFELD
AEFRPRelease for planning CC_AEFRPCHAR1CC_XFELD
AEFRFRelease for production CC_AEFRFCHAR1CC_XFELD
AEFRSRelease for simulation CC_AEFRSCHAR1CC_XFELD
REDUNDANCIESExplode Redundancies DE_CM_REDUNDANCIESCHAR1DO_CM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCM_EXPL
INTO CORRESPONDING FIELDS OF WA_TCM_EXPL
WHERE...

How to access SAP table TCM_EXPL

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