SRLWMPPC42 SAP (Structure for Report RLWMPPC4) Structure details

Dictionary Type: Structure
Description: Structure for Report RLWMPPC4




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




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

SRLWMPPC42 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 "Structure for Report RLWMPPC4" 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_SRLWMPPC42 TYPE SRLWMPPC42.

The SRLWMPPC42 table consists of various fields, each holding specific information or linking keys about Structure for Report RLWMPPC4 data available in SAP. These include RSPOS (Item Number of Reservation/Dependent Requirement), STAS1 (Status Information for Reservation), BDMNG (Requirement Quantity), MEINS (Base Unit of Measure).. 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: Can be enhanced (character-type or numeric)


SAP SRLWMPPC42 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
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
STAS1Status Information for Reservation L_RES_INFOCHAR20L_RES_INFO
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ENMNGQuantity Withdrawn ENMNGQUAN13(3) MENG13
IKONETransfer Requirement Status L_TR_STATUSCHAR132L_TR_STATUS
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
TBPOSTransfer Requirement Item TBPOSNUMC4TBPOSTBP
STAS2Status Information for Transfer Requirement L_TR_INFOCHAR20L_TR_INFO
MENGETransfer requirement quantity in stockkeeping unit LTBP_MENGEQUAN13(3) MENG13
MEIS1Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TAMENTransfer Order Quantity in Stockkeeping Unit LTBP_TAMENQUAN13(3) MENG13
BERKZMaterial Staging Indicator for Production Supply BERKZCHAR1LVS_BERKZ

Key field Non-key field



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

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

How to access SAP table SRLWMPPC42

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