DRFD_OBJ_PRC_STA SAP (runtime Info on processing of access and dependend objects) Table details

Dictionary Type: Table
Description: runtime Info on processing of access and dependend objects




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




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

DRFD_OBJ_PRC_STA is a standard SAP Table which is used to store runtime Info on processing of access and dependend objects data and is available within R/3 SAP systems depending on the version and release level.

The DRFD_OBJ_PRC_STA table consists of various fields, each holding specific information or linking keys about runtime Info on processing of access and dependend objects data available in SAP. These include PRC_STA_ID (ID for DRF in the form of GUID Raw 16), SER_RELEVANT_OBJ (Object ID), DELIVERY_ID (Object ID), CR_DATE_TIME (XSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.]).. 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: Can be enhanced (character-type or numeric)


SAP DRFD_OBJ_PRC_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
PRC_STA_IDID for DRF in the form of GUID Raw 16 DRF_GUID_16RAW16SYSUUID
SER_RELEVANT_OBJObject ID DRF_OBJECT_IDCHAR120CHAR120
DELIVERY_IDObject ID DRF_OBJECT_IDCHAR120CHAR120
CR_DATE_TIMEXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
ORIGIN_BS_SYSTEMBusiness System MDG_BUSINESS_SYSTEMCHAR60AIT_SYSTEMSAI_BUSINESS_SYSTEM
COMM_CHANNELCommunication Channel MDG_COMM_CHANNELNUMC1MDG_COMM_CHANNEL
MESSAGE_IDMessage Number DRF_MESSAGE_LINKCHAR32SYSUUID_C
OBJECT_TYPE_CODEBusiness Object Type MDG_OBJECT_TYPE_CODE_BSCHAR10Assigned to domainMDG_OBJECT_TYPE_CODE_BSSH_MDG_CC_OTC
OITC_FOR_REPLObject ID Type for Key Structure Access MDG_OITC_FOR_REPLICATIONCHAR20Assigned to domainMDG_IDS_TYPE_CODE_BS
SER_STATUSStatus of an object processed in a serialized delivery DRF_SERSTATCHAR2DRF_SERSTAT
QCOUNTCounter for serialized tRFC TRFCQCNTNUMC24TRFCQCNT
ARFCIPIDHost ID (IP ID ARFCIPIDCHAR8ARFCIPID
ARFCPIDProcess ID ARFCPIDCHAR4ARFCPID
ARFCTIMETime Stamp ARFCTIMECHAR8ARFCTIME
ARFCTIDCNTTransaction ID (LUW -> COMMIT WORK) ARFCTIDCNTCHAR4ARFCTIDCNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DRFD_OBJ_PRC_STA
INTO CORRESPONDING FIELDS OF WA_DRFD_OBJ_PRC_STA
WHERE...

How to access SAP table DRFD_OBJ_PRC_STA

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