RESBDF SAP (Structure for variable filtering of RESBD fields) Structure details

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




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




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

RESBDF 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 filtering 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_RESBDF TYPE RESBDF.

The RESBDF table consists of various fields, each holding specific information or linking keys about Structure for variable filtering of RESBD fields data available in SAP. These include RSPOS (Item Number of Reservation/Dependent Requirement), XLOEK (Item is Deleted), KZEAR (Final Issue for This Reservation), MATNR (Material 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 RESBDF 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
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
XLOEKItem is Deleted XLOEKCHAR1XFELD
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BDTERRequirement Date for the Component BDTERDATS8DATUM
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
DUMPSPhantom item indicator DUMPSCHAR1XFELD
AUFSTOrder level AUFSTNUMC2AUFST
AUFWGOrder path AUFWGNUMC2AUFWG
BAUSTAssembly order level BAUSTNUMC2AUFST
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
FLGATSequence category FOLGENARTCHAR1Assigned to domainFLGAT
RGEKZIndicator: Backflush RGEKZCHAR1XFELD
MENGERequirement quantity of the component CO_MENGEQUAN13(3) MENGV13
DVMENGCommitted quantity CO_VMENGQUAN13(3) MENGV13
DFMENGShortfage CO_FMENGQUAN13(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
XFEHLMissing Part XFEHLCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RESBDF

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