DRFD_OBJ_DEP_INF SAP (Info on dependencies of serialization relevant objects) Table details

Dictionary Type: Table
Description: Info on dependencies of serialization relevant objects




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




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

DRFD_OBJ_DEP_INF is a standard SAP Table which is used to store Info on dependencies of serialization relevant objects data and is available within R/3 SAP systems depending on the version and release level.

The DRFD_OBJ_DEP_INF table consists of various fields, each holding specific information or linking keys about Info on dependencies of serialization relevant objects data available in SAP. These include DEP_INF_ID (ID for DRF in the form of GUID Raw 16), PRC_STA_ID (ID for DRF in the form of GUID Raw 16), PREDECESSOR_OBJ (Object ID), COMM_CHANNEL (Communication Channel).. 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_DEP_INF 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
DEP_INF_IDID for DRF in the form of GUID Raw 16 DRF_GUID_16RAW16SYSUUID
PRC_STA_IDID for DRF in the form of GUID Raw 16 DRF_GUID_16RAW16DRFD_OBJ_PRC_STASYSUUID
PREDECESSOR_OBJObject ID DRF_OBJECT_IDCHAR120CHAR120
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM DRFD_OBJ_DEP_INF
INTO CORRESPONDING FIELDS OF WA_DRFD_OBJ_DEP_INF
WHERE...

How to access SAP table DRFD_OBJ_DEP_INF

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