TMCA SAP (Evaluating movement types for LIS update) Table details

Dictionary Type: Table
Description: Evaluating movement types for LIS update




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




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

TMCA is a standard SAP Table which is used to store Evaluating movement types for LIS update data and is available within R/3 SAP systems depending on the version and release level.

The TMCA table consists of various fields, each holding specific information or linking keys about Evaluating movement types for LIS update data available in SAP. These include BWART (Movement Type (Inventory Management)), SOBKZ (Special Stock Indicator), KZBEW (Movement Indicator), STGRP1 (Statistics group 1 for evaluating movement type in LIS).. 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 TMCA 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
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KZBEWMovement Indicator KZBEWCHAR1KZBEW
STGRP1Statistics group 1 for evaluating movement type in LIS STGRP1CHAR4CHAR4
STGRP2Statistics group 2 for evaluating movement type in LIS STGRP2CHAR4CHAR4
STGRP3Statistics group 3 for evaluating movement type in LIS STGRP3CHAR4CHAR4
STGRP4Statistics group 4 for evaluating movement type in LIS STGRP4CHAR4CHAR4
UMLKZIndicator: Movement type is stock transfer UMLKZCHAR1CHAR1
RETKZIndicator: Movement type is returns RTOKZCHAR1CHAR1
INVKZIndicator: Movement type is physical inventory INVKZCHAR1CHAR1
KORRIndicator: Movement type is inventory correction KORRCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMCA
INTO CORRESPONDING FIELDS OF WA_TMCA
WHERE...

How to access SAP table TMCA

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