MLARC_IDX SAP (Index for ML Document) Table details

Dictionary Type: Table
Description: Index for ML Document




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




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

MLARC_IDX is a standard SAP Table which is used to store Index for ML Document data and is available within R/3 SAP systems depending on the version and release level.

The MLARC_IDX table consists of various fields, each holding specific information or linking keys about Index for ML Document data available in SAP. These include BDATJ (Posting Date YYYY), POPER (Posting period), BWKEY (Valuation Area), BELNR (Number of a Material Ledger Document/Price Change Document).. 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 (character-type)


SAP MLARC_IDX 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
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
POPERPosting period POPERNUMC3POPERPOPR
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BELNRNumber of a Material Ledger Document/Price Change Document CK_BELNRCHAR10ALPHABELNRMLNML_BELNR
KJAHRMaterial Ledger Document/Price Change Document: Storage Year CK_KJAHRNUMC4GJAHRGJAHRMLJ
POSNRItem in Material Ledger Document CK_MLPOSNUMC6NUMC6
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
VGARTMaterial ledger: transaction type CK_VGARTCHAR2CK_VGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM MLARC_IDX
INTO CORRESPONDING FIELDS OF WA_MLARC_IDX
WHERE...

How to access SAP table MLARC_IDX

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