RSRVTESTHIER SAP (Hierarchical Storage for Tests of RSRV) Table details

Dictionary Type: Table
Description: Hierarchical Storage for Tests of RSRV




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




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

RSRVTESTHIER is a standard SAP Table which is used to store Hierarchical Storage for Tests of RSRV data and is available within R/3 SAP systems depending on the version and release level.

The RSRVTESTHIER table consists of various fields, each holding specific information or linking keys about Hierarchical Storage for Tests of RSRV data available in SAP. These include NODENAME (Name of the hierarchy node), PARENTID (Tree Control: Node Key), CHILDID (Tree Control: Node Key), NEXTID (Tree Control: Node Key).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSRVTESTHIER 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
NODEIDTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
NODENAMEName of the hierarchy node RSNODENAMECHAR32ALPHARSNODENAME
PARENTIDTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
CHILDIDTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
NEXTIDTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
ISFOLDERSingle-Character Indicator CHAR1CHAR1CHAR1
TYPEType of a Test in Transaction RSRV RSRV_TEST_TYPECHAR1RSRV_TEST_TYPE
STATESingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRVTESTHIER
INTO CORRESPONDING FIELDS OF WA_RSRVTESTHIER
WHERE...

How to access SAP table RSRVTESTHIER

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