RODPS_REPL_ESH SAP (Status of Replication for Search and Analysis) Table details

Dictionary Type: Table
Description: Status of Replication for Search and Analysis




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




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

RODPS_REPL_ESH is a standard SAP Table which is used to store Status of Replication for Search and Analysis data and is available within R/3 SAP systems depending on the version and release level.

The RODPS_REPL_ESH table consists of various fields, each holding specific information or linking keys about Status of Replication for Search and Analysis data available in SAP. These include OBJECT_TYPE (Object Type), NODE_NAME (Node Name), MODELNAME (Provider), QUEUENAME (Queue 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RODPS_REPL_ESH 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
OBJECT_TYPEObject Type ESH_E_OM_OBJECT_TYPECHAR20ESH_D_OM_OBJECT_TYPE
NODE_NAMENode Name ESH_E_OM_NODE_NAMECHAR20ESH_D_OM_NODE_NAME
MODELNAMEProvider ODQ_MODELNAMECHAR16ODQ_MODELNAMEODQ_MODELNAME
QUEUENAMEQueue Name ODQ_QUEUENAMECHAR32ODQ_QUEUENAME
EXTRACTEDExtraction Package RODPS_REPL_EXTRACTION_PACKAGECHAR30RODPS_REPL_EXTRACTION_PACKAGE
CONFIRMEDExtraction Package RODPS_REPL_EXTRACTION_PACKAGECHAR30RODPS_REPL_EXTRACTION_PACKAGE
SELECTION_COND 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM RODPS_REPL_ESH
INTO CORRESPONDING FIELDS OF WA_RODPS_REPL_ESH
WHERE...

How to access SAP table RODPS_REPL_ESH

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