FCML_MLCO SAP (Control Table Transfer of ML Postings to CO) Table details

Dictionary Type: Table
Description: Control Table Transfer of ML Postings to CO




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




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

FCML_MLCO is a standard SAP Table which is used to store Control Table Transfer of ML Postings to CO data and is available within R/3 SAP systems depending on the version and release level.

The FCML_MLCO table consists of various fields, each holding specific information or linking keys about Control Table Transfer of ML Postings to CO data available in SAP. These include BUKRS (Company Code), ACC_PRINCIPLE (Accounting Principle), EXUPD (Update Exclusively in Leading or Parallel Version), APPL (Material Ledger Costing Run Application).. 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 FCML_MLCO 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ACC_PRINCIPLEAccounting Principle ACCOUNTING_PRINCIPLECHAR4TACC_PRINCIPLEACCOUNTING_PRINCIPLEACCOUNTING_PRINCIPLE
EXUPDUpdate Exclusively in Leading or Parallel Version FCML_EXUPD_MLCOCHAR1FCML_EXUPD
APPLMaterial Ledger Costing Run Application FCML_RUN_APPLCHAR4CKML_RUN_APPL
RTI_ACTIVEReal-Time Integration for Parallel Valuation Active FAGL_COGM_COVAL_ACTIVECHAR1ACTIVEFLAG
RTI_MODEGen. Ledger Update for Parallel Cost of Goods Manufactured FAGL_COGM_MODECHAR1FAGL_COGM_MODE
RTI_LDGRPLedger Group into Which Document Is Posted in FI FAGL_COGM_LDGRPCHAR4FAGL_TLDGRPFAGL_LDGRP
DATABValid-From Date DATABDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM FCML_MLCO
INTO CORRESPONDING FIELDS OF WA_FCML_MLCO
WHERE...

How to access SAP table FCML_MLCO

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