RESBDS SAP (Structure for variable sorting of RESBD fields) Structure details

Dictionary Type: Structure
Description: Structure for variable sorting of RESBD fields




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




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

RESBDS 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 "Structure for variable sorting of RESBD fields" 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_RESBDS TYPE RESBDS.

The RESBDS table consists of various fields, each holding specific information or linking keys about Structure for variable sorting of RESBD fields data available in SAP. These include RSPOS (Item Number of Reservation/Dependent Requirement), XLOEK (Item is Deleted), XWAOK (Goods Movement for Reservation Allowed), KZEAR (Final Issue for This 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: Can be enhanced (character-type or numeric)


SAP RESBDS 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 MANDTCLNT3T000MANDT
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
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
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
BDTERRequirement Date for the Component BDTERDATS8DATUM
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
POSTPItem Category (Bill of Material) POSTPCHAR1T418POSTP
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
ALPOSAlternative item indicator ALTPSCHAR1XFELD
SORTFSort String SORTPCHAR10CHAR10
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
DUMPSPhantom item indicator DUMPSCHAR1XFELD
BEIKZMaterial Provision Indicator BEIKZCHAR1T417BEIKZ
ERSKZIndicator: spare part ERSKZCHAR1T413ERSKZ
AUFSTOrder level AUFSTNUMC2AUFST
AUFWGOrder path AUFWGNUMC2AUFWG
BAUSTAssembly order level BAUSTNUMC2AUFST
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
FLGATSequence category FOLGENARTCHAR1TCA07FLGAT
RGEKZIndicator: Backflush RGEKZCHAR1XFELD
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
LIFZTDelivery time in days LIFZTDEC3DEC3
KFPOSIndicator: 'configurable item' KFPOSCHAR1XFLAG
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10LAGPLGPLALGPLAG1
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MENGERequirement quantity of the component CO_MENGEQUAN13(3) MENGV13
DVMENGCommitted quantity CO_VMENGQUAN13(3) MENGV13
DFMENGShortfage CO_FMENGQUAN13(3) MENGV13
DENMNGQuantity withdrawn CO_ENMNGQUAN13(3) MENGV13
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
SPLKZBatch key CHSPLITCHAR1CHSPLIT
KZECHDetermination of batch entry in the production/process order KZECHCHAR1KZECH
DBSKZ_DDirect procurement indicator for dialog display CO_DBSKZ_DCHAR1CO_DBSKZ_D
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
CH_PROCProcess that has lead to the change of an object OCM_CH_PROCCHAR1OCM_CH_PROC
OBJTYPEChange indicator OCM_OBJ_TYPECHAR1OCM_OBJ_TYPE

Key field Non-key field



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

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

How to access SAP table RESBDS

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