BRESB SAP (Batch Input Structure: Create Reservations Individually) Structure details

Dictionary Type: Structure
Description: Batch Input Structure: Create Reservations Individually




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




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

BRESB 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 "Batch Input Structure: Create Reservations Individually" 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_BRESB TYPE BRESB.

The BRESB table consists of various fields, each holding specific information or linking keys about Batch Input Structure: Create Reservations Individually data available in SAP. These include TCODE (Transaction Code), WERKS (Plant), LGORT (Storage Location), CHARG (Batch 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 BRESB 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
MAPPESession name MAPPECHAR12MAPPE
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
RSDATBase date for reservation BSTERDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PROJNOld: Project number : No longer used --> PS_POSNR PROJNCHAR16PROJN
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PARBUClearing company code PARBUCHAR4Assigned to domainBUKRS
XCALECheck date against factory calendar XCALECHAR1XFELD
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
EBELPLine Item Number of Purchasing Document (Batch Input Field) EBELP_BICHAR5CHAR5
EBELNPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KDPOSSales Document Line Item (Batch Input Field) POSNR_VABICHAR6CHAR6
KDEINSchedule Line (Batch Input Field) ETENR_BICHAR4CHAR4
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
PLNUMNumber of planned order (batch input field) PLNUM_BICHAR10CHAR10
PLPLADistribution of Differences PLPLACHAR10PLPLA
POSNRBOM Item Number SPOSNCHAR4NUMCVSPOSN
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
XLOEKItem is Deleted XLOEKCHAR1XFELD
XWAOKGoods Movement for Reservation Allowed XWAOKCHAR1XFELD
RSSTAStatus of reservation RSSTACHAR1STATR
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
SGTXTItem Text SGTXTCHAR50TEXT50
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BAUGRMaterial number of higher-level assembly BAUGRCHAR18Assigned to domainMATN1MATNR
BDTERRequirement Date for the Component BDTERDATS8DATUM
BPMNGQuantity (Batch Input Field) MENGE_BICHAR17CHAR17
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity (Batch Input Field) MENGE_BICHAR17CHAR17
FMENGQuantity is Fixed FMENGCHAR1XFELD
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PAOBJNRNumber for profitaility segments (CO-PA): batch input field PAOBJNR_BICHAR10CHAR10
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PS_PSP_PNRProject account assignment: batch input field PS_PSP_BICHAR24CHAR24
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPLPlan no. for order operations: batch input field AUFPL_BICHAR10CHAR10
APLZLContinuous counter to distinguish DB entries: BI field APLZL_BICHAR8CHAR8
AUFPSNumber of order item: batch input field AUFPS_BICHAR4CHAR4
VPTNRPartner account number JV_PARTCHAR10Assigned to domainALPHAKUNNR
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
DABRZReference Date for Settlement DABRBEZDATS8DDAT
NO_CO_BLOCSuppression of account assignment block at batch input MM NO_CO_BLOCCHAR1XFELD
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY

Key field Non-key field



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

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

How to access SAP table BRESB

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