BBP_PDBEI SAP (Backend Specific Item Data) Table details

Dictionary Type: Table
Description: Backend Specific Item Data




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




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

BBP_PDBEI is a standard SAP Table which is used to store Backend Specific Item Data data and is available within R/3 SAP systems depending on the version and release level.

The BBP_PDBEI table consists of various fields, each holding specific information or linking keys about Backend Specific Item Data data available in SAP. These include GUID (Globally Unique identifier), BE_LOG_SYSTEM (Logical System of Logistics Backend), BE_OBJ_ITEM (Follow-On Object Item in Back-End System), BE_OBJECT_TYPE (Follow-On Document Object Type in Back-End System).. 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 or numeric)


SAP BBP_PDBEI 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
CLIENTClient EC_CLIENTCLNT3Assigned to domainMANDT
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
BE_LOG_SYSTEMLogical System of Logistics Backend BE_LOG_SYSTEMCHAR10Assigned to domainALPHALOGSYS
BE_OBJ_ITEMFollow-On Object Item in Back-End System BE_OBJ_ITEMCHAR10BBP_REF_ITEM
BE_OBJECT_TYPEFollow-On Document Object Type in Back-End System BE_OBJECT_TYPECHAR10Assigned to domainOJ_NAME
BE_OBJECT_IDFollow-On Document Object ID in Back-End System BE_OBJECT_IDCHAR20BBP_BE_OBJECT_ID
BE_REFOBJ_TYPEReference Object Type in Back-End System BE_REFOBJ_TYPECHAR10Assigned to domainOJ_NAME
BE_REFOBJReference Object in Back-End System BE_REFOBJCHAR20BBP_BE_OBJECT_ID
BE_REFOBJ_ITEMReference Object Item in Back-End System BE_REFOBJ_ITEMCHAR10BBP_REF_ITEM
BE_REFOBJ_SBITMReference Object Sub-Position in Backend System BE_REFOBJ_SBITMCHAR20CHAR20
BE_REFOBJ_TYPE2Reference Object Type in Back-End System BE_REFOBJ_TYPECHAR10Assigned to domainOJ_NAME
BE_REFOBJ2Reference Object in Back-End System BE_REFOBJCHAR20BBP_BE_OBJECT_ID
BE_REFOBJ_ITEM2Reference Object Item in Back-End System BE_REFOBJ_ITEMCHAR10BBP_REF_ITEM
BE_REFOBJ_FYEAR2Reference Document Object - Fiscal Year in Back-End System BE_FI_YEARNUMC4GJAHRGJAHR
BE_STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BE_PLANTPlant BE_EWERKCHAR4Assigned to domainWERKSWRK
BE_BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BE_VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
BE_MOVE_REASReason for Movement BE_GRBEWNUMC4BBP_MB_GRBEW
BE_EXPERYDATEShelf Life Expiration Date BBP_VFDATDATS8DATUM
BE_PUR_GROUPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
BE_PUR_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
BE_CO_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BE_DOC_TYPEPurchase Requisition Document Type BBSRTCHAR4Assigned to domainBSARTBBA
BE_ACCREQUIREDAccount Assignment for Logical Backend Required BE_ACCREQUIREDCHAR1BE_ACCREQUIRED
BE_SP_STK_INDKey for Special Stock Section BBPCIF_CIFSSKEYCHAR16BBPCIF_CIFSSKEY
BE_INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
BE_MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
BE_PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
BE_INTROWInternal line number for limits BBP_INTROWNUMC10NUMC10
BE_ITEM_TEXTShort Text of a Service Purchase Order Item BBP_BE_ITEM_TEXTCHAR40CHAR40
BE_PO_PRICEPrice from Backend BBP_BE_PO_PRICECHAR1BPUEB
BE_UNLOAD_PTUnloading Point in Backend BBP_UNLOAD_PTCHAR25CHAR25
BE_DEL_INDDeletion Indicator in Backend Documents BBP_BE_DEL_INDCHAR1XFELD
BE_TRACKING_NORequirement Tracking Number BEDNRCHAR10CHAR10
BE_COND_TYPECondition Key BBP_BE_COND_TYPECHAR4Assigned to domainBBPKSCHL
BE_COND_STEPLevel Number BBP_STUNRNUMC3BBP_STUNR
BE_COND_COUNTERCondition counter BBP_DZAEHKNUMC2BBPZAEHK

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_PDBEI
INTO CORRESPONDING FIELDS OF WA_BBP_PDBEI
WHERE...

How to access SAP table BBP_PDBEI

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