FCML_MAT SAP (ML Characteristics for Material (Selection Criteria)) Table details

Dictionary Type: Table
Description: ML Characteristics for Material (Selection Criteria)




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




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

FCML_MAT is a standard SAP Table which is used to store ML Characteristics for Material (Selection Criteria) data and is available within R/3 SAP systems depending on the version and release level.

The FCML_MAT table consists of various fields, each holding specific information or linking keys about ML Characteristics for Material (Selection Criteria) data available in SAP. These include KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), VSZHL (Internal version counter ( ea. version has a unique number)), MATNR (Material Number), BWKEY (Valuation Area).. 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: Can Be Enhanced (Deep)


SAP FCML_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
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
VSZHLInternal version counter ( ea. version has a unique number) VSZHLNUMC8VSZHL
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
BKLASValuation Class BKLASCHAR4Assigned to domainBKLAS
MLASTMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MBRSHIndustry sector MBRSHCHAR1Assigned to domainMBRSHMTP
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PRDHAProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
LAEDADate of Last Change LAEDADATS8DATUM
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
CUST01User-Defined Characteristic 1 FCML_CUST01CHAR30CHAR30
CUST02User-Defined Characteristic 2 FCML_CUST02CHAR30CHAR30
CUST03User-Defined Characteristic 3 FCML_CUST03CHAR30CHAR30
CUST04User-Defined Characteristic 4 FCML_CUST04CHAR10CHAR10
CUST05User-Defined Characteristic 5 FCML_CUST05CHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM FCML_MAT
INTO CORRESPONDING FIELDS OF WA_FCML_MAT
WHERE...

How to access SAP table FCML_MAT

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