IWREFERENC SAP (IWB: Info Object Where-Used References) Table details

Dictionary Type: Table
Description: IWB: Info Object Where-Used References




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




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

IWREFERENC is a standard SAP Table which is used to store IWB: Info Object Where-Used References data and is available within R/3 SAP systems depending on the version and release level.

The IWREFERENC table consists of various fields, each holding specific information or linking keys about IWB: Info Object Where-Used References data available in SAP. These include STRUCCLASS (Document class), STRUCOBJID (ID for documents and relations), TOPICCLASS (Document class), TOPICOBJID (ID for documents and relations).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IWREFERENC 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
IDUUID in character representation (replacement for SYSUUID_C) IW_UUID_CCHAR32CHAR32
STRUCCLASSDocument class SDOK_CLASSCHAR10SDOKIOCLSDOK_CLASS
STRUCOBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
TOPICCLASSDocument class SDOK_CLASSCHAR10SDOKIOCLSDOK_CLASS
TOPICOBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
DEVCLASSPackage DEVCLASSCHAR30TDEVCDEVCLASSDVCDEVCLASS
TCODETransaction Code TCODECHAR20TSTCTCODETCD
PROGRAMMABAP Program Name PROGNAMECHAR40Assigned to domainPROGNAME
DYNPRONRScreen number DYNPRONRNUMC4DYNPRONR
SPEC_PRGABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
SPEC_TEXTOverrride text IW_REFETXTCHAR60IW_REFETXT
ENTRY_BYCreator SC_ENTRBYCHAR12Assigned to domainXUBNAME
ENTRY_DATCreation date SC_ENTRDATDATS8DATUM
INDUSTRYEnhancement IWEXTIDCHAR10Assigned to domainIWEXTID
INDUSTRYRLEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
NO_LINK Suppress Standard Link0
SPEC_DYNPScreen number DYNPRONRNUMC4DYNPRONR
EXPORTKEYHTML export service: File identification for help files IWEXFKEYCHAR8CHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM IWREFERENC
INTO CORRESPONDING FIELDS OF WA_IWREFERENC
WHERE...

How to access SAP table IWREFERENC

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