RESBN SAP (Reservation: Table of New Items During Changing Process) Structure details

Dictionary Type: Structure
Description: Reservation: Table of New Items During Changing Process




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




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

RESBN 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 "Reservation: Table of New Items During Changing Process" 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_RESBN TYPE RESBN.

The RESBN table consists of various fields, each holding specific information or linking keys about Reservation: Table of New Items During Changing Process data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), RSART (Record type), BDART (Requirement type).. 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 RESBN 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
BDARTRequirement type BDARTCHAR2BDARTBDA
RSSTAStatus of reservation RSSTACHAR1STATR
XLOEKItem is Deleted XLOEKCHAR1XFELD
XWAOKGoods Movement for Reservation Allowed XWAOKCHAR1XFELD
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
XFEHLMissing Part XFEHLCHAR1XFELD
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
BDTERRequirement Date for the Component BDTERDATS8DATUM
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
FMENGQuantity is Fixed FMENGCHAR1XFELD
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3T006CUNITMEINS
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
SAKNRG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
SGTXTItem Text SGTXTCHAR50TEXT50
XNEUPNew item XNEUPCHAR1XFELD
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
VPTNRPartner account number JV_PARTCHAR10Assigned to domainALPHAKUNNR
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
VMENGConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
DABRZReference Date for Settlement DABRBEZDATS8DDAT
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
KTOMAAcct entered manually KTOMACHAR1CHAR1
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
PRIO_URGRequirement Urgency PRIO_URGNUMC2PURGPRIO_URG
PRIO_REQRequirement Priority PRIO_REQNUMC3PREQPRIO_REQ
KBLNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table RESBN

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