MMRP_POSVARS_SUB1 SAP (Subrows of Component Variant Matrix for Alternative Lines) Structure details

Dictionary Type: Structure
Description: Subrows of Component Variant Matrix for Alternative Lines




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




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

MMRP_POSVARS_SUB1 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 "Subrows of Component Variant Matrix for Alternative Lines" 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_POSVARS_SUB1 TYPE MMRP_POSVARS_SUB1.

The MMRP_POSVARS_SUB1 table consists of various fields, each holding specific information or linking keys about Subrows of Component Variant Matrix for Alternative Lines data available in SAP. These include LOCID (Internal Location Number (Customer, Vendor, or Plant)), SUBLOC (Sublocation), PRVBE (Production Supply Area), LINE_NO (Schedule Line Number for Identification of an I/O Node).. 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_POSVARS_SUB1 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
ROW_IDID of a Row in a Matrix in LC MATRIX_ROW_IDINT410MATRIX_ROW_ID
LOCIDInternal Location Number (Customer, Vendor, or Plant) /SAPAPO/OM_LOCIDCHAR22/SAPAPO/OM_LOCID
SUBLOCSublocation /SAPAPO/OM_SUBLOCCHAR4/SAPAPO/OM_SUBLOC
PRVBEProduction Supply Area /SAPAPO/OM_PRVBECHAR10/SAPAPO/OM_PRVBE
LINE_NOSchedule Line Number for Identification of an I/O Node /SAPAPO/OM_LINE_NOCHAR10/SAPAPO/OM_LINE_NO
LINE_NO_INTLine Number as Integer MMRP_LINE_NO_INTINT410INT4
TIME_OFFSETTime Offset When Component is Required MMRP_TIMEOFFSETINT410INT4
DATEVECIDID for Time Series MMRP_DATEVECIDCHAR22SYSUUID_22
LINE_RESOURCELine Resource MMRP_LINE_RESOURCECHAR22SYSUUID_22
CMP_PEGIDInternal Number of Pegging Area /SAPAPO/OM_PEGIDCHAR22SYSUUID_22
WORKCENTERLine Segment Assigned to the Activity MMRP_WRKCENTERRAW16SYSUUID
REP_POINTReporting Point MMRP_REP_POINTRAW16SYSUUID
ALTPATHAlternative Path for Multiple Work Centers MMRP_PPE_ALTPATHCHAR1XFELD
OFFSET_TAKTInterval in Takts bet. Installation Point and Start of Line MMRP_PPE_OFFSET_TAKTINT410INT4
SYNC_RP_OFFSET_TAKTInterval in Takts bet. Synchronization RP and Start of Line MMRP_PPE_SYNC_RP_OFFSET_TAKTINT410INT4
SYNC_RPSynchronization RP (for Calculating SA Stocks) MMRP_PPE_SYNC_RPRAW16SYSUUID
SER_RPSerialization Reporting Point (for Calculating SA Stocks) MMRP_PPE_SER_RPRAW16SYSUUID

Key field Non-key field



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

As MMRP_POSVARS_SUB1 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_POSVARS_SUB1 as there is no data to select.

How to access SAP table MMRP_POSVARS_SUB1

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