MMRP_REQ_MATID_LC SAP (Reqmts (time series or indiv.) for each product from LC) Structure details

Dictionary Type: Structure
Description: Reqmts (time series or indiv.) for each product from LC




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




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

MMRP_REQ_MATID_LC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Reqmts (time series or indiv.) for each product from LC" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MMRP_REQ_MATID_LC TYPE MMRP_REQ_MATID_LC.

The MMRP_REQ_MATID_LC table consists of various fields, each holding specific information or linking keys about Reqmts (time series or indiv.) for each product from LC data available in SAP. These include CMP_BOMID (Internal Number (UID) of Bill of Material Component in APO), CMP_PNGUID (Internal Number of iPPE Node), CMP_LOCID (Internal Location Number (Customer, Vendor, or Plant)), CMP_PEGID (Internal Number of Pegging 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MMRP_REQ_MATID_LC structure 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
CMP_MATIDInternal Number (UID) for Product /SAPAPO/OM_MATIDCHAR22/SAPAPO/OM_MATID
CMP_BOMIDInternal Number (UID) of Bill of Material Component in APO /SAPAPO/OM_BOMIDCHAR22/SAPAPO/OM_BOMID
CMP_PNGUIDInternal Number of iPPE Node MMRP_PVS_PNGUIDRAW16SYSUUID
CMP_LOCIDInternal Location Number (Customer, Vendor, or Plant) /SAPAPO/OM_LOCIDCHAR22/SAPAPO/OM_LOCID
CMP_PEGIDInternal Number of Pegging Area /SAPAPO/OM_PEGIDCHAR22SYSUUID_22
CMP_SUBLOCSublocation /SAPAPO/OM_SUBLOCCHAR4/SAPAPO/OM_SUBLOC
CMP_PRVBEProduction Supply Area /SAPAPO/OM_PRVBECHAR10/SAPAPO/OM_PRVBE
CMP_RESIDLine Resource MMRP_LINE_RESOURCECHAR22SYSUUID_22
CMP_REP_P_TYPEType of Reporting Point MMRP_REP_POINT_TYPECHAR1MMRP_REP_POINT_TYPE
CMP_TIME_OFFSETTime Offset When Component is Required MMRP_TIMEOFFSETINT410INT4
CMP_OFFSET_TAKTInterval in Takts bet. Installation Point and Start of Line MMRP_PPE_OFFSET_TAKTINT410INT4
CMP_SYNC_RP_OFFSET_TAKTInterval in Takts bet. Synchronization RP and Start of Line MMRP_PPE_SYNC_RP_OFFSET_TAKTINT410INT4
CMP_SYNC_RPSynchronization RP (for Calculating SA Stocks) MMRP_PPE_SYNC_RPRAW16SYSUUID
CMP_SER_RPSerialization Reporting Point (for Calculating SA Stocks) MMRP_PPE_SER_RPRAW16SYSUUID
CMP_ALTPATHAlternative Path for Multiple Work Centers MMRP_PPE_ALTPATHCHAR1XFELD
CMP_REP_POINTReporting Point MMRP_REP_POINTRAW16SYSUUID
CMP_WORKCENTERLine Segment Assigned to the Activity MMRP_WRKCENTERRAW16SYSUUID
CMP_IS_PHANTOMFlag for Phantom Assembly MMRP_IS_PHANTOMCHAR1XFELD
CMP_PEG_IRRELEVANTComponent not Relevant to Pegging MMRP_PEG_IRRELEVANTCHAR1XFELD
CMP_ROWIDID of a Row in a Matrix in LC MATRIX_ROW_IDINT410MATRIX_ROW_ID
MATRIX_HANDLEMatrix Handle in liveCache M_HANDLEINT410INT4
MATRIX_TRPIDInternal Number of Source of Supply /SAPAPO/OM_TR_TRPIDCHAR22/SAPAPO/OM_TR_TRPID
TS_COMP_DATEStart Date MMRP_REQDATEDEC15TZNTSTMPS
TS_SUM_QUANQuantity Received or Quantity Required /SAPAPO/OM_MENGEQUAN15(3) /SAPAPO/OM_MENGV15
ORDER_ORDERIDInternal Number (UID) for an Order in APO /SAPAPO/OM_ORDERUIDCHAR22/SAPAPO/OM_ORDID
POSITION_NOItem Number for Identification of an Input/Output Node /SAPAPO/OM_POSITION_NOCHAR6/SAPAPO/OM_POSITION_NO
LINE_NOSchedule Line Number for Identification of an I/O Node /SAPAPO/OM_LINE_NOCHAR10/SAPAPO/OM_LINE_NO
ORDER_ACTIDActivity Key (UID) /SAPAPO/OM_ACTIDCHAR22SYSUUID_22
PARENT_POSItem Number for Identification of an Input/Output Node /SAPAPO/OM_POSITION_NOCHAR6/SAPAPO/OM_POSITION_NO
TS_EXPL_DATETime of BOM Explosion /SAPAPO/OM_EXPLOSION_DATEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
IS_BACKFLUSHEDCheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure MMRP_REQ_MATID_LC using ABAP code?

As MMRP_REQ_MATID_LC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MMRP_REQ_MATID_LC as there is no data to select.

How to access SAP table MMRP_REQ_MATID_LC

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