TMCNV SAP (Data on Material Numbers Conversion) Table details

Dictionary Type: Table
Description: Data on Material Numbers Conversion




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




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

TMCNV is a standard SAP Table which is used to store Data on Material Numbers Conversion data and is available within R/3 SAP systems depending on the version and release level.

The TMCNV table consists of various fields, each holding specific information or linking keys about Data on Material Numbers Conversion data available in SAP. These include CONVID (Key for Table TMATCONV), LMATNR (Length of the material number), LMASKE (Length of the template for converting material numbers), ATRENN (Number of Different Formatting Characters).. 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: Can be enhanced (character-type or numeric)


SAP TMCNV 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
CONVIDKey for Table TMATCONV CONVIDCHAR8CHAR8
LMATNRLength of the material number LMATNRINT25MATLEN
LMASKELength of the template for converting material numbers LMATSCHINT25MATLEN
ATRENNNumber of Different Formatting Characters ATRENNINT25MATLEN
ATRENNXTotal Number of Formatting Characters ATRENNXINT25MATLEN
LNGEFFNumber of significant characters LNGEFFINT25MATLEN
MASKETemplate for material number conversion MATSCHCHAR40CHAR40
TZEnumeration of editing characters SCHABLONECHAR40CHAR40
FLAG0Indicator: Display material number with leading zeros MATNR0CHAR1XFELD
LEXFLAGIndicator for lexicographical material numbers LEXFLAGCHAR1LEXFLAG
VCHARSeparator for Versioned Materials MGV_VCHARCHAR1CHAR1
.INCLU--AP 0
LMATNR_TOTALTotal Length of Material Number MGV_LMATNR_TOTALINT25MATLEN
LMATNR_VERSLength Version number MGV_LMATNR_VERSINT25MATLEN
MAX_DIFFMax. difference between int. & ext. (SAP internal use) MGV_MAXDIFFCHAR1XFELD
MVAKTMaterial versioning active VERSIONSACTIVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMCNV
INTO CORRESPONDING FIELDS OF WA_TMCNV
WHERE...

How to access SAP table TMCNV

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