VTBLRES0 SAP (Data Structure for Reservations (Temporary)) Structure details

Dictionary Type: Structure
Description: Data Structure for Reservations (Temporary)




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




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

VTBLRES0 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 "Data Structure for Reservations (Temporary)" 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_VTBLRES0 TYPE VTBLRES0.

The VTBLRES0 table consists of various fields, each holding specific information or linking keys about Data Structure for Reservations (Temporary) data available in SAP. These include RESBEG (Reservation Valid From), RESEND (Reservation Valid Until), ARR (Default Risk Rule), BUKRS (Company Code).. 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 VTBLRES0 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
RESNRReservation ID TB_ARNRCHAR20Assigned to domainALPHATB_ARNRTB_ARNR
RESBEGReservation Valid From TB_RESBEGDATS8DATUM
RESENDReservation Valid Until TB_RESENDDATS8DATUM
ARRDefault Risk Rule TB_DEFRIRECHAR10Assigned to domainKL_DEFRIRE
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
SLPGLimit Product Group TB_SLPGCHAR3ATLPGT_SLPGTB_SLPG
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
RDEALERTrader RDEALERCHAR12TZDEARDEALER
WAERSCurrency as Limit Characteristic TB_WCHARCUKY5TCURCWAERSFWS
CONTROL01Monitoring Unit TB_CONTROLCHAR10CHAR10TB_CONTROL
INTORGInternal Organizational Unit TB_INTORGUNITCHAR10KLINTORGKL_INTORGTB_INTORG
RCOUNTRYRelevant Country for Country Risk TB_RISKCOUNTRYCHAR3T005LAND1TB_RCOUNTRYH_T005
DFIKTBase Date for Fiction TB_DFIKTDATS8SYDATS
DMWAEBase Date for Calculating Market Value Change Period TB_DMWAEDATS8SYDATS
DRBDBase Date for Calculating the Risk Commitment Period TB_DRBDDATS8SYDATS
BBKNZ_BWAmount of the Basic Key Figure TB_BBKNZCURR17(2) TB_AMOUNT
BBKNZ_NBAmount of the Basic Key Figure TB_BBKNZCURR17(2) TB_AMOUNT
BBKNZ_VBAmount of the Basic Key Figure TB_BBKNZCURR17(2) TB_AMOUNT
BBKNZ_GBAmount of the Basic Key Figure TB_BBKNZCURR17(2) TB_AMOUNT
SBKNZCurrency of Basic Key Figure TB_SBKNZCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table VTBLRES0

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