DRFD_OBJ_REP_STA SAP (Object Replication Status) Table details

Dictionary Type: Table
Description: Object Replication Status




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




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

DRFD_OBJ_REP_STA is a standard SAP Table which is used to store Object Replication Status data and is available within R/3 SAP systems depending on the version and release level.

The DRFD_OBJ_REP_STA table consists of various fields, each holding specific information or linking keys about Object Replication Status data available in SAP. These include REP_STA_ID (ID for DRF in the form of GUID Raw 16), BUS_SYS_ID (Internal ID of business system), BUSINESS_OBJECT (Business Object Type), OBJECT_ID (Object ID).. 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 DRFD_OBJ_REP_STA 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
REP_STA_IDID for DRF in the form of GUID Raw 16 DRF_GUID_16RAW16SYSUUID
BUS_SYS_IDInternal ID of business system MDG_BUSINESS_SYSTEM_IDCHAR22Assigned to domainSYSUUID_C22
BUSINESS_OBJECTBusiness Object Type MDG_OBJECT_TYPE_CODE_BSCHAR10Assigned to domainMDG_OBJECT_TYPE_CODE_BSSH_MDG_CC_OTC
OBJECT_IDObject ID DRF_OBJECT_IDCHAR120CHAR120
MSG_LINKMessage Number DRF_MESSAGE_LINKCHAR32SYSUUID_C
CHANGE_REQUESTChange Request MDG_CREQUESTNUMC12ALPHAMDG_CREQUEST
OUTBOUND_IMPLOutbound Implementation DRF_OUTB_IMPLCHAR10Assigned to domainDRF_SERV_IMPLDRFSERVIMPL
COMMUNICATION_CHCommunication Channel MDG_COMM_CHANNELNUMC1MDG_COMM_CHANNEL
LAST_REPLICATIONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
REPSTATUSReplication Status DRF_REPSTATCHAR2DRF_REPSTAT
RUN_IDRun ID DRF_RUN_IDNUMC15DRF_RUN_ID
LOG_HNDLApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
REP_BLOCKEDReplication Blocked DRF_REP_BLOCKEDCHAR1XFELD
MSG_GUIDMessage Guid DRF_MSG_GUIDCHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM DRFD_OBJ_REP_STA
INTO CORRESPONDING FIELDS OF WA_DRFD_OBJ_REP_STA
WHERE...

How to access SAP table DRFD_OBJ_REP_STA

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