MDBPR SAP (Worklist for REM Backflushes With Logical BLPK Key) Structure details

Dictionary Type: Structure
Description: Worklist for REM Backflushes With Logical BLPK Key




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




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

MDBPR 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 "Worklist for REM Backflushes With Logical BLPK Key" 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_MDBPR TYPE MDBPR.

The MDBPR table consists of various fields, each holding specific information or linking keys about Worklist for REM Backflushes With Logical BLPK Key data available in SAP. These include WERKS (Plant), MATNR (Material Number), VERID (Production Version), OBJNR (Object number).. 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 MDBPR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
AUFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
REPTPProduction type REPTPCHAR2REPTP
BUDATPosting Date in the Document BUDATDATS8DATUM
ACHARGReceiving batch for repetitive manufacturing SA_CHARGCHAR10Assigned to domainCHARG
VAARTProcessing type for backflush SA_VAARTCHAR4CHAR4
VORNEReporting point operation number PZPNRCHAR4NUMCVVORNR
PRTNRConfirmation number PRTNRNUMC10Assigned to domainPRTNRCONFNUMBER
PKOSACost collector for production process PROCNR PKOSA_DCHAR12Assigned to domainALPHAAUFNR
KDAUFSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PKNUMControl cycle number PKNUMCHAR7Assigned to domainALPHAPKNUMPKNUM
PKPOSKanban item number / control cycle item PKPOSNUMC3PKPOS
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
STORNReversal indicator SA_STORNCHAR1SA_STORN
MENGEQuantity MENGE_DQUAN13(3) MENG13
BDENRPDC number (specific ID for all PDC systems) SA_BDENRCHAR12CHAR12
UNAMEUser Name UNAMECHAR12UNAME
USR01User group in backflushing SA_USR01CHAR12CHAR12
SCHIVShift number SA_SHIFTNUMC1NUM01
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
WAKZHPost goods issues in the background (worklist) SA_WAKZHCHAR1SA_WAKZH
FLKZHProduction activities in the background (worklist) SA_FLKZHCHAR1SA_FLKZH
KAPKZHCapacity reduction in the background (worklist) SA_KAPKZHCHAR1SA_KAPKZH
PLCNFIndicator: Backflushing with planned order SA_PLCNFCHAR1CHAR1
OBNUMObject reference: Document log - repetitive manufacturing OBNUMCHAR20OBNUM
PWERKPlanning plant WERKS_PLCHAR4Assigned to domainWERKS

Key field Non-key field



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

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

How to access SAP table MDBPR

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