RODPS_HANA_ADMIN SAP (SAP HANA ODP Administrative Data) Table details

Dictionary Type: Table
Description: SAP HANA ODP Administrative Data




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




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

RODPS_HANA_ADMIN is a standard SAP Table which is used to store SAP HANA ODP Administrative Data data and is available within R/3 SAP systems depending on the version and release level.

The RODPS_HANA_ADMIN table consists of various fields, each holding specific information or linking keys about SAP HANA ODP Administrative Data data available in SAP. These include KEY2 (), VERSION (), PKG (), NAME ().. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RODPS_HANA_ADMIN 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
KEY1 0
KEY2 0
VERSION 0
PKG 0
NAME 0
TYPESingle-Character Indicator CHAR1CHAR1CHAR1
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
HASHBinary Hash Value RSMDS_HASHXRAW20RSMDS_HASHX

Key field Non-key field



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

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

SELECT SINGLE *
FROM RODPS_HANA_ADMIN
INTO CORRESPONDING FIELDS OF WA_RODPS_HANA_ADMIN
WHERE...

How to access SAP table RODPS_HANA_ADMIN

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