VTBLRH SAP (Reservations for Limit Amounts (Header)) Table details

Dictionary Type: Table
Description: Reservations for Limit Amounts (Header)




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




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

VTBLRH is a standard SAP Table which is used to store Reservations for Limit Amounts (Header) data and is available within R/3 SAP systems depending on the version and release level.

The VTBLRH table consists of various fields, each holding specific information or linking keys about Reservations for Limit Amounts (Header) data available in SAP. These include ARNR (Reservation ID), EXT_ARNR (External Reservation Number), RESCAT (Reservation Category), DEL_IND (Deletion Flag for Reservations).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VTBLRH table 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_ARNRCHAR20ALPHATB_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

Key field Non-key field



How do I retrieve data from SAP table VTBLRH using ABAP code

The following ABAP code Example will allow you to do a basic selection on VTBLRH to SELECT all data from the table
DATA: WA_VTBLRH TYPE VTBLRH.

SELECT SINGLE *
FROM VTBLRH
INTO CORRESPONDING FIELDS OF WA_VTBLRH
WHERE...

How to access SAP table VTBLRH

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