TMCLBW SAP (Logistics Control Table for Enhancement in SAP BW) Table details

Dictionary Type: Table
Description: Logistics Control Table for Enhancement in SAP BW




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




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

TMCLBW is a standard SAP Table which is used to store Logistics Control Table for Enhancement in SAP BW data and is available within R/3 SAP systems depending on the version and release level.

The TMCLBW table consists of various fields, each holding specific information or linking keys about Logistics Control Table for Enhancement in SAP BW data available in SAP. These include RT (Flag: Enhancement BW Retail), CP (Flag: Enhancement BW Consumer Products), AD (Flag:BW Aerospace & Defense Enhancement), AU (Flag: BW Automotive Enhancement).. 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: Cannot Be Enhanced


SAP TMCLBW 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
RTFlag: Enhancement BW Retail MCBW_RTCHAR1AKTKN
CPFlag: Enhancement BW Consumer Products MCBW_CPCHAR1AKTKN
ADFlag:BW Aerospace & Defense Enhancement MCBW_ADCHAR1AKTKN
AUFlag: BW Automotive Enhancement MCBW_AUCHAR1AKTKN
BAFlag: BW Banking Enhancement MCBW_BACHAR1AKTKN
CHFlag: Enhancement BW Chemicals MCBW_CHCHAR1AKTKN
ENFlag: Enhancement BW Engineering & Construction MCBW_ENCHAR1AKTKN
HCFlag: Enhancement BW Healthcare MCBW_HCCHAR1AKTKN
HTFlag: Enhancement BW High Tech MCBW_HTCHAR1AKTKN
ISUFlag: Enhancement BW Insurance MCBW_ISCHAR1AKTKN
MEFlag: Enhancement BW Media MCBW_MECHAR1AKTKN
MPFlag: Enhancement BW Mill Products MCBW_MPCHAR1AKTKN
OIFlag: Enhancement BW Oil & Gas MCBW_OICHAR1AKTKN
PHFlag: Enhancement BW Pharmaceuticals MCBW_PHCHAR1AKTKN
SPFlag: Enhancement BW Mill Service Provider MCBW_SPCHAR1AKTKN
TAFlag: Enhancement BW Transportation MCBW_TACHAR1AKTKN
TEFlag: Enhancement BW Telecommunications MCBW_TECHAR1AKTKN
UTFlag: Enhancement BW Utilities MCBW_UTCHAR1AKTKN
CORFlag: Enhancement Standard (Core) MCBW_CORECHAR1AKTKN

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMCLBW
INTO CORRESPONDING FIELDS OF WA_TMCLBW
WHERE...

How to access SAP table TMCLBW

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