IWITEMTAB SAP (KEN item table for ALV lists) Structure details

Dictionary Type: Structure
Description: KEN item table for ALV lists




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




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

IWITEMTAB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "KEN item table for ALV lists" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IWITEMTAB TYPE IWITEMTAB.

The IWITEMTAB table consists of various fields, each holding specific information or linking keys about KEN item table for ALV lists data available in SAP. These include CLASS (Document class), OBJID (ID for documents and relations), FOLDERID (ID for documents and relations), IOTYPE (Content type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IWITEMTAB structure 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
BOX Selection0
CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
FOLDERIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
IOTYPEContent type IW_IO_TYPECHAR15IW_IO_TYPE
LANGUAGELanguage Key SYLANGULANG1ISOLASYLANGU
ORIGLANGULanguage Key SYLANGULANG1ISOLASYLANGU
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
STATUSInfo Object Status IW_STATUSCHAR15IW_STATUS
T_STATUSInfo Object Status IW_STATUSCHAR15IW_STATUS
PRIORITYPriority IW_PRIOCHAR1IW_PRIO
CHOUT_INFOTask to be executed with log./phys. document SDOK_TASKCHAR10SDOK_TASK
COLOR_INFO Color info0
TITLEInfo Object Title IW_IOTITLECHAR64IW_DESCR
TECH_NAMETechnical name of an information object IW_TECNAMECHAR40CHAR40
CLASS_TXTInfo Object Class IW_CLTXTCHAR50TEXT50
TYPE_TXTContent type IW_TYPETXTCHAR25IW_TYPETXT
RELEASELast Changed in Release IWLASTRELCHAR12Assigned to domainIW_RELEASE
LANGU_TXTLanguage (text) IWLANGUTXTCHAR16SPTXT16
ORIG_LANGTOriginal Language (Text) IWORGLANTXCHAR16SPTXT16
EXT_IDEnhancement IWEXTIDCHAR10Assigned to domainIWEXTID
COUNTY_TXTCountry Name IWCTY_TXTCHAR15TEXT15
RESPONSBLEPerson Responsible IW_RESPNSBCHAR12Assigned to domainXUBNAME
STATUS_TXTInfo Object Status IW_STATUSTCHAR20IW_STATUST
T_STAT_TXTTranslation Status IWTRASTATTCHAR20IW_STATUST
PRIORITY_TPriority description IW_PRIOTXTCHAR20IW_PRIOTXT
CREATED_BYInfo object creator IW_CR_USERCHAR12Assigned to domainXUBNAME
CREATED_ATInfo object creation date IW_CR_DATEDATS8DATUM
CHANGED_BYInfo Object Last Changed By IW_MO_USERCHAR12Assigned to domainXUBNAME
CHANGED_ATDate of the Last Change to the Info Object IW_MO_DATEDATS8DATUM
EXPORT_FLGFlag for Checked Out Info Objects IW_EXPOFLGCHAR1IW_EXPOFLG
EXPORT_USRUser who checked out the info object IW_EXPOUSRCHAR12Assigned to domainXUBNAME
NO_WORDSNumber of words IW_NOWORDSNUMC10NUMC10
NO_LINESNumber of Lines IW_NOLINESNUMC10NUMC10
NO_PARAGRNumber of Paragraphs IW_NOPARAGNUMC10NUMC10
NO_PAGESNumber of Pages IW_NOPAGESNUMC10NUMC10
CONV_FROMFlag: Object Created from Conversion IWB_XML_CONV_FROMCHAR10IWB_XML_CONV_FROM
CONV_TOFlag: Object Converted IWB_XML_CONV_TOCHAR10IWB_XML_CONV_TO
STR_LEVELUsage type IW_LEVELCHAR1IW_LEVEL
NEVER_TRANSLATENo Translation IWB_NEVER_TRANSLATECHAR1IWB_NEVER_TRANSLATE
TRANS_STATETranslation-Relevant IW_TRNS_STCHAR1IW_TRNS_ST
MSG_EXISTS 0
COLOR_MSGColor Information for Tables in KW 7.0 IW_MSGCHAR32IW_MSG
DELIVERYProductive folder IWDELIVERCHAR1IWDELIVER

Key field Non-key field



How do I retrieve data from SAP structure IWITEMTAB using ABAP code?

As IWITEMTAB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IWITEMTAB as there is no data to select.

How to access SAP table IWITEMTAB

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