PBID SAP (Planned independent requirements index: MRP area) Table details

Dictionary Type: Table
Description: Planned independent requirements index: MRP area




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




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

PBID is a standard SAP Table which is used to store Planned independent requirements index: MRP area data and is available within R/3 SAP systems depending on the version and release level.

The PBID table consists of various fields, each holding specific information or linking keys about Planned independent requirements index: MRP area data available in SAP. These include PBDID (Planned independent requirements identification), PBDNR (Requirements Plan Number), MATNR (Material Number), BERID (MRP 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: 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 PBID 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
PBDIDPlanned independent requirements identification PBDIDNUMC12PBDID
PBDNRRequirements Plan Number PBDNRCHAR10CHAR10PBN
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
VERSBVersion number for independent requirements VERSBCHAR2Assigned to domainVERSBVES
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BEDAERequirements type BEDAECHAR4Assigned to domainBEDAEBDA
BDZEIIndependent requirements pointer BDZEINUMC12Assigned to domainBDZEI
ZUVKZConsumption indicator DZUVKZCHAR1ZUVKZ
VERVSIndicator: Version Active VERVSCHAR1VERVS
VERKZConsumption indicator for planning requirements VERVPCHAR1VERVP
ZUOKRCriterion for allocation DZUOKRCHAR16ZUOKR
PLNKZPlanning Indicator PLNKZCHAR1PLNKZ
TXTKZIndicator: long text exists TXTKZCHAR1FLAG
LOEVRDeletion indicator LOEVRCHAR1CHAR1
UEBKZIndicator: data copied UEBKZCHAR1CHAR1
DATLPDate DATUMDATS8DATUM
UHRLPTime UZEITTIMS6UZEIT
AGGPBAggregation indicator for planned independent requirements AGGPBCHAR1Assigned to domainPRGBZ
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3Assigned to domainPLSCNPLS
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
MCINFName of information structure MCINFCHAR8Assigned to domainMCINFMCB
STFNAField name in the generated DDIC structure STFNACHAR30Assigned to domainFDNAME
OPLKZWith no MRP OPLKZCHAR1CHAR1
MCINCName of info structure - characteristic values MCINCCHAR8Assigned to domainMCINFMCB
VRSICVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
PSPELWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
PROFILIDName of planning profile PROFILIDNUMC12PROFPL
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM PBID
INTO CORRESPONDING FIELDS OF WA_PBID
WHERE...

How to access SAP table PBID

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