PBLF SAP (Indep. reqmts data table for long-term planning) Structure details

Dictionary Type: Structure
Description: Indep. reqmts data table for long-term planning




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




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

PBLF 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 "Indep. reqmts data table for long-term planning" 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_PBLF TYPE PBLF.

The PBLF table consists of various fields, each holding specific information or linking keys about Indep. reqmts data table for long-term planning data available in SAP. These include VERSB (Version number for independent requirements), MATNR (Material Number), WERKS (Plant), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PBLF 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
PDATUDelivery/order finish date DAT01DATS8DATUM
VERSBVersion number for independent requirements VERSBCHAR2Assigned to domainVERSBVES
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
BEDAERequirements type BEDAECHAR4Assigned to domainBEDAEBDA
PBDNRRequirements Plan Number PBDNRCHAR10CHAR10PBN
ZUVKZConsumption indicator DZUVKZCHAR1ZUVKZ
VERVSIndicator: Version Active VERVSCHAR1VERVS
VERKZProcessing indicator for special stock maintenance VERKZCHAR1VERKZ
PLNKZPlanning Indicator PLNKZCHAR1PLNKZ
WDATUReqstd date WDATUDATS8DATUM
PLNMGPlanned quantity PLNMGQUAN13(3) MENG13
ENTMGWithdrawal quantity ENTMGQUAN13(3) MENG13
UPLMGOriginally planned quantity UPLMGQUAN13(3) MENG13
ENTLIDate type (day, week, month, interval) PRGRSCHAR1PRGRS
ENTLUPeriod indicator (day, week, month, posting period) ENTLUCHAR1Assigned to domainPRGBZ
PERXXPlanning period PERXXCHAR6PERIOD
ZUOKRCriterion for allocation DZUOKRCHAR16ZUOKR
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
LOEKZDeletion indicator LOEINCHAR1CHAR1
DBVKZIndicator: reqmts date already exists in database DBVKZCHAR1X
FIXMGPlanned quantity PLNMGQUAN13(3) MENG13
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DBMNGPlanned quantity in the data base DBMNGQUAN13(3) MENG13
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BDZEIIndependent requirements pointer BDZEINUMC12Assigned to domainBDZEI
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
LAEDADate of Last Change LAEDADATS8DATUM
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
TXTETIndicator: long text exists TXTKZCHAR1FLAG
TXTVBIndicator: long text exists TXTKZCHAR1FLAG
UEBKZIndicator: data copied UEBKZCHAR1CHAR1
DATLPDate DATUMDATS8DATUM
UHRLPTime UZEITTIMS6UZEIT
OPLKZWith no MRP OPLKZCHAR1CHAR1
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPELWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
KZVBRConsumption Posting KZVBRCHAR1KZVBR

Key field Non-key field



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

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

How to access SAP table PBLF

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