VTBLRH0 SAP (Reservation: Header with Additional Information) Structure details

Dictionary Type: Structure
Description: Reservation: Header with Additional Information




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




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

VTBLRH0 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: Header with Additional Information" 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_VTBLRH0 TYPE VTBLRH0.

The VTBLRH0 table consists of various fields, each holding specific information or linking keys about Reservation: Header with Additional Information data available in SAP. These include MANDT (Client), ARNR (Reservation ID), EXT_ARNR (External Reservation Number), RESCAT (Reservation Category).. 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 VTBLRH0 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
ARNRReservation ID TB_ARNRCHAR20Assigned to domainALPHATB_ARNRTB_ARNR
EXT_ARNRExternal Reservation Number TB_EXT_ARNRCHAR40KL_EXTADM
RESCATReservation Category TB_RESCATCHAR1TB_RESCAT
DEL_INDDeletion Flag for Reservations TB_DEL_INDCHAR1XFELD
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
RESBEGReservation Valid From TB_RESBEGDATS8DATUM
RESENDReservation Valid Until TB_RESENDDATS8DATUM
XRESLong Name for Reservation TB_XRESCHAR30TEXT30
SRESSearch Term for Reservation TB_SRESCHAR20TB_SRES
DLIBase Date for Determining Limit Utilization TB_DLIDATS8DATUM
RESCRUSERUser Who Created the Reservation TB_RESCRUSERCHAR12Assigned to domainXUBNAME
RESCRDATDate Reservation was Created TB_RESCRDATDATS8DATUM
RESUPUSERLast User to Change the Reservation TB_RESUPUSERCHAR12Assigned to domainXUBNAME
RESUPDATDate on Which Reservation was Last Changed TB_RESUPDATDATS8DATUM
NOTES_EXISTFlag Showing if Notes Exist TB_NOTES_EXISTCHAR1XFELD
NOTE_FLAGIndicator: Note Exists for Reservation TB_NOTE_FLAG_RESCHAR4Assigned to domainICON

Key field Non-key field



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

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

How to access SAP table VTBLRH0

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