TCM_CUS_EXPL SAP (Profile for the explosion) Table details

Dictionary Type: Table
Description: Profile for the explosion




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




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

TCM_CUS_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_CUS_EXPL table consists of various fields, each holding specific information or linking keys about Profile for the explosion data available in SAP. These include PROFILE (Explosion profile), CONDENSE_BOMS (Do Not Instantiate BOM Items), CHECK_CM_RELEV (Relevant for Configuration Management), BL_CUT_DATE_FROM (Lower Limit for Explosion 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TCM_CUS_EXPL_TXT


SAP TCM_CUS_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 MANDTCLNT3T000MANDT
PROFILEExplosion profile DE_CM_EXPL_PROFILECHAR10CHAR10CM_EXPL_PROFILE
CONDENSE_BOMSDo Not Instantiate BOM Items EXPO_CONDENSE_BOMCHAR1CHAR1_X
CHECK_CM_RELEVRelevant for Configuration Management DE_CM_RELEVANCE_FLAGCHAR1DO_CM_RELEVANCE_FLAG
BL_CUT_DATE_FROMLower Limit for Explosion Date DE_CM_CUT_FROM_DATSDATS8DATS
BOM_APPLICATIONApplication CAPIDCHAR4TC04CAPIDCSA
COMPACT_STORAGEStorage of Explosion Result for Baseline DE_CM_COMPACT_STORAGECHAR1DO_CM_BOOLEAN
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_CUS_EXPL using ABAP code

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

SELECT SINGLE *
FROM TCM_CUS_EXPL
INTO CORRESPONDING FIELDS OF WA_TCM_CUS_EXPL
WHERE...

How to access SAP table TCM_CUS_EXPL

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