RSRVTABLEDIR SAP (Directory of all Tables for Variable Type Table) Table details

Dictionary Type: Table
Description: Directory of all Tables for Variable Type Table




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




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

RSRVTABLEDIR is a standard SAP Table which is used to store Directory of all Tables for Variable Type Table data and is available within R/3 SAP systems depending on the version and release level.

The RSRVTABLEDIR table consists of various fields, each holding specific information or linking keys about Directory of all Tables for Variable Type Table data available in SAP. These include IOBJNM (InfoObject), KEYFL (Index column contains key or SID), TSTPNM (Last changed by), TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = RSRVTABLEDIRT


SAP RSRVTABLEDIR 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
BUCKETBucket RRVBUCKETCHAR30BUCKTRRVBUCKET
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
KEYFLIndex column contains key or SID RSISKEYCHAR1RS_BOOL
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TECHNMBucket RSR_TECHNM_BUCKETCHAR30CHAR30
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
GENERATEDBoolean RS_BOOLCHAR1RS_BOOL
NUM_ROWSNatural Number INT4INT410INT4
FILLMODEType of Filling RSRVFILLMODECHAR1RSRVFILLMODE
GENUNIIDInternal display of the report identifier RSGENUNIIDCHAR25GENIDRSRREPDIR_SYSUUID_25GID
TABLENAMETable name 8-byte aligned RSTABNAMECHAR32
ISINDEXReference table is BWA index or DB table RSISINDEXCHAR1RS_BOOL
TABFIELDField name RSFIELDNMCHAR30RSFIELDNM

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRVTABLEDIR
INTO CORRESPONDING FIELDS OF WA_RSRVTABLEDIR
WHERE...

How to access SAP table RSRVTABLEDIR

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