MCHCL_MAT SAP (Materials for Batch Class Conversion) Table details

Dictionary Type: Table
Description: Materials for Batch Class Conversion




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




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

MCHCL_MAT is a standard SAP Table which is used to store Materials for Batch Class Conversion data and is available within R/3 SAP systems depending on the version and release level.

The MCHCL_MAT table consists of various fields, each holding specific information or linking keys about Materials for Batch Class Conversion data available in SAP. These include CHCLNO (Internal Number: Batch Class Conversion), MATNR (Material Number), NEW_CLINT (Internal Class Number), OLD_CLINT (Internal Class Number).. 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: Not classified


SAP MCHCL_MAT 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
CHCLNOInternal Number: Batch Class Conversion CHCLNONUMC12MCHCLCHCLNOMCHCL
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
NEW_CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
OLD_CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
ESTIM_NONumber of KSSK Entries to Convert ESTIM_NOINT410INT4
START_DATESystem Date SYDATUMDATS8SYDATS
START_TIMESystem Time SYUZEITTIMS6SYTIME
END_DATESystem Date SYDATUMDATS8SYDATS
END_TIMESystem Time SYUZEITTIMS6SYTIME
CHCL_STATUS_MATStatus of Batch Class Conversion Material CHCL_STATUS_MATCHAR1CHCL_STATUS_MAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM MCHCL_MAT
INTO CORRESPONDING FIELDS OF WA_MCHCL_MAT
WHERE...

How to access SAP table MCHCL_MAT

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