BBPRESB SAP (Transfer Structure: Display Details of Reservation Item) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Display Details of Reservation Item




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




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

BBPRESB 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 "Transfer Structure: Display Details of Reservation Item" 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_BBPRESB TYPE BBPRESB.

The BBPRESB table consists of various fields, each holding specific information or linking keys about Transfer Structure: Display Details of Reservation Item data available in SAP. These include RES_ITEM (Item Number of Reservation/Dependent Requirement), RES_TYPE (Record type), REQ_TYPE (Requirement type), RES_STATUS (Status of reservation).. 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: Cannot Be Enhanced


SAP BBPRESB 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
RES_NONumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RES_ITEMItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RES_TYPERecord type RSARTCHAR1RSART
REQ_TYPERequirement type BDARTCHAR2BDARTBDA
RES_STATUSStatus of reservation RSSTACHAR1STATR
DELETE_INDItem is Deleted XLOEKCHAR1XFELD
MOVEMENTGoods Movement for Reservation Allowed XWAOKCHAR1XFELD
WITHDRAWNFinal Issue for This Reservation KZEARCHAR1XFELD
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant BBPWERKSCHAR4CHAR4WRK
STORE_LOCStorage Location BBPLGORTCHAR4CHAR4
BATCHBatch number BBPCHARGCHAR10CHAR10CHA
SPEC_STOCKSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
REQ_DATERequirement Date for the Component BDTERDATS8DATUM
REQ_QUANRequirement Quantity BDMNGQUAN13(3) MENG13
REQ_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DEB_CREDDebit/Credit Indicator SHKZGCHAR1SHKZG
FIXED_QUANQuantity is Fixed FMENGCHAR1XFELD
WITHD_QUANQuantity Withdrawn ENMNGQUAN13(3) MENG13
WITHD_VALCurrency Amount in BAPI Interfaces BBPCURRDEC23(4) BBPCURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
QUANTITYQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
UNITUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
SD_DOCSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
SDOC_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
SCHED_LINEDelivery Schedule for Sales Order KDEINNUMC4NUM04
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
G_L_ACCTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
MOVE_STLOCReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
ITEM_CATItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
SHORT_TEXTItem Text SGTXTCHAR50TEXT50
ITEM_TEXTBOM Item Text (Line 1) POTX1CHAR40TEXT40
CONV_NUMNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
CONV_DENDenominator for conversion to base units of measure UMRENDEC5UMBSN
BULK_MATIndicator: Bulk Material SCHGTCHAR1XFELD
PHANT_ITEMPhantom item indicator DUMPSCHAR1XFELD
ORDER_LVLOrder level AUFSTNUMC2AUFST
ORDER_PATHOrder path AUFWGNUMC2AUFWG
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ACCTASSCATAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
CONSUMPTConsumption Posting KZVBRCHAR1KZVBR
BACKFLUSHIndicator: Backflush RGEKZCHAR1XFELD
PUR_GROUPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
CONF_QUANConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
CHECK_RULEChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
BATCHKEYBatch key CHSPLITCHAR1CHSPLIT
GR_RCPTGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
UNLOAD_PTUnloading Point ABLADCHAR25TEXT25
MAT_ORIGINMaterial-related origin HKMATCHAR1HKMAT
ORIGIN_GRPOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
GR_PR_TIMEGoods Receipt Processing Time in Days WEBAZDEC3DEC3
MAT_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BATCH_ENTRDetermination of batch entry in the production/process order KZECHCHAR1KZECH
ACCT_MANAcct entered manually KTOMACHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table BBPRESB

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