/IAM/D_I_OBJ_REF SAP (Issue reference node DB table) Table details

Dictionary Type: Table
Description: Issue reference node DB table




ABAP Code to SELECT data from /IAM/D_I_OBJ_REF
Related tables to /IAM/D_I_OBJ_REF
Access table /IAM/D_I_OBJ_REF




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

/IAM/D_I_OBJ_REF is a standard SAP Table which is used to store Issue reference node DB table data and is available within R/3 SAP systems depending on the version and release level.

The /IAM/D_I_OBJ_REF table consists of various fields, each holding specific information or linking keys about Issue reference node DB table data available in SAP. These include DB_KEY (NodeID), PARENT_KEY (NodeID), NODE_CAT_KEY (NodeID), CATEGORY_CD (Object Category).. 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 (Deep)


SAP /IAM/D_I_OBJ_REF 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
DB_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
PARENT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
NODE_CAT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
CATEGORY_CDObject Category /IAM/CATEGORYCHAR10Assigned to domain/IAM/CATEGORY
TYPE_CDObject Type /IAM/TYPECHAR3Assigned to domain/IAM/TYPE
SUBTYPE_CDObject Subtype /IAM/SUBTYPECHAR3Assigned to domain/IAM/SUBTYPE
IDReference Object ID /IAM/REF_IDCHAR90
PAR_OBJREF_UUIDBusiness Object Node ID /IAM/CONF_KEYRAW16/BOBF/CONF_KEY
URLURL / URI /IAM/URLSTRG0
SRC_SYSTEMReference System /IAM/REF_SYSTEMCHAR10Assigned to domainALPHALOGSYS/IAM/ELM_REF_SYSTEM
MAIN_REF_INDMain Reference /IAM/MAIN_REF_INDCHAR1/IAM/INDICATOR
ADD_FIELD1Additional Attribute Field for BO Node /IAM/ADDITIONAL_FIELD_1CHAR10
ADD_FIELD2Additional Attribute Field for BO Node /IAM/ADDITIONAL_FIELD_2CHAR10
ADD_FIELD3Additional Attribute Field for BO Node /IAM/ADDITIONAL_FIELD_3CHAR10
CREATED_BYCreated By /BOFU/USER_ID_CREATED_BYCHAR12Assigned to domainXUBNAMEUSER_COMP
CREATED_ONCreated on /BOFU/TSTMP_CREATION_TIMEDEC15TSTLC/BOFU/TSTMP
CHANGED_BYChanged By /BOFU/USER_ID_CHANGED_BYCHAR12Assigned to domainXUBNAMEUSER_COMP
CHANGED_ONChanged On /BOFU/TSTMP_CHANGED_TIMEDEC15TSTLC/BOFU/TSTMP
I_OBJ_REFDummy function in length 1 DUMMYCHAR1DUMMY
.INCLU--AP 0
ISREFIssue Reference for Change Request /PICM/ISREFCHAR1/PICM/ISREF
REFISSIDIssue /PICM/ISSUE_IDCHAR20ALPHA/PICM/IAM_ID
PO_DETAILSPurchase Order Details /PICM/PO_DETAILSCHAR40

Key field Non-key field



How do I retrieve data from SAP table /IAM/D_I_OBJ_REF using ABAP code

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

SELECT SINGLE *
FROM /IAM/D_I_OBJ_REF
INTO CORRESPONDING FIELDS OF WA_/IAM/D_I_OBJ_REF
WHERE...

How to access SAP table /IAM/D_I_OBJ_REF

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