PBABX SAP (Interface requirements reduction with additional data) Structure details

Dictionary Type: Structure
Description: Interface requirements reduction with additional data




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




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

PBABX 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 "Interface requirements reduction with additional data" 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_PBABX TYPE PBABX.

The PBABX table consists of various fields, each holding specific information or linking keys about Interface requirements reduction with additional data data available in SAP. These include VPMAT (Planning material), BERID (MRP Area), VPWRK (Planning plant), MATNR (Material 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 PBABX 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
VPMATPlanning material VPMATCHAR18Assigned to domainMATN1MATNR
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
VPWRKPlanning plant VPWRKCHAR4Assigned to domainWERKS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLNKZPlanning Indicator PLNKZCHAR1PLNKZ
VPZUOAllocation Indicator VPZUOCHAR1ZUVKZ
PLAABMaterial requirements planning segment PLAABNUMC2PLAAB
PLANRPlanning segment number PLANRCHAR20PLANR
SORT2Sort indicator 02 SORT2CHAR2SORT2
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
KZBEWMovement Indicator KZBEWCHAR1KZBEW
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DAT01Delivery/order finish date DAT01DATS8DATUM
BSMNGQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VERVPConsumption indicator for planning requirements VERVPCHAR1VERVP
PRBMEBase unit of measure for product group PRBMEUNIT3Assigned to domainCUNITMEINS
UMREFConversion factor: quantities UMREFFFLTP16(16) FLTP
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
BDARTRequirement type BDARTCHAR2BDARTBDA
PLARTPlanning type PLARTCHAR1Assigned to domainPLART
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
VBTYPSD document category VBTYPCHAR1VBTYP
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MISKZMixed MRP indicator MISKZCHAR1MISKZ
VRMODConsumption mode VRMODCHAR1VRMOD
VINT1Consumption period: backward VINT1NUMC3VRINT
VINT2Consumption period: forward VINT2NUMC3VRINT
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISSTLow-Level Code DISSTCHAR3DISST
DISKZStorage location MRP indicator DISKZCHAR1DISKZ
DISGRMRP Group DISGRCHAR4Assigned to domainDISGR
BERTYType of MRP area BERTYNUMC2BERTY
DIBERIndicator: MRP area exists DIBERCHAR1XFELD
APOKZIndicator: Is material relevant for APO APOKZCHAR1APOKZ
KZZUGReceipt Indicator KZZUGCHAR1KZZUG
EBELNPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ANHKZSingle-Character Indicator CHAR1CHAR1CHAR1
DZEITIn-house production time DZEITDEC3DEC3
VPMKZSingle-Character Indicator CHAR1CHAR1CHAR1
DUMPSPhantom item indicator DUMPSCHAR1XFELD
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
STRGRPlanning strategy group STRGRCHAR2Assigned to domainSTRGR
PBDNRRequirements Plan Number PBDNRCHAR10CHAR10PBN
MEHRMField of type FLTP FLOATFLTP16(16) FLTP
ERLKZSingle-Character Indicator CHAR1CHAR1CHAR1
MODUSSingle-Character Indicator CHAR1CHAR1CHAR1
MENGRField of type FLTP FLOATFLTP16(16) FLTP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KZVBRConsumption Posting KZVBRCHAR1KZVBR
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
VBELEBusiness document number VBELECHAR10Assigned to domainALPHAVBELN
POSNEBusiness item number POSNENUMC6Assigned to domainPOSNR
ETENESchedule line ETENENUMC4Assigned to domainETENR
MBUHRMaterial Staging Time (Local, Relating to a Plant) MBUHRTIMS6TIME_PLANT
STOKZSingle-Character Indicator CHAR1CHAR1CHAR1
STOMGField of type FLTP FLOATFLTP16(16) FLTP
ATPCATATP: Category of Stock / Receipts / Issues ATPCATCHAR2ATPCAT

Key field Non-key field



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

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

How to access SAP table PBABX

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