TIWIOITEM SAP (Item table for TIWB display table) Structure details

Dictionary Type: Structure
Description: Item table for TIWB display table




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




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

TIWIOITEM 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 "Item table for TIWB display table" 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_TIWIOITEM TYPE TIWIOITEM.

The TIWIOITEM table consists of various fields, each holding specific information or linking keys about Item table for TIWB display table data available in SAP. These include EXPAND (), CLASS (Document class), OBJID (ID for documents and relations), PH_CLASS (Document class).. 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: Not classified


SAP TIWIOITEM 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 0
EXPAND 0
CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
PH_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
PH_OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
CHECKOUTFlag for Checked Out Info Objects IW_EXPOFLGCHAR1IW_EXPOFLG
CHECKUSEUser who checked out the info object IW_EXPOUSRCHAR12Assigned to domainXUBNAME
CREA_AT_DTime of creation of an information object IWB_CRTSTPNUMC14TSTLCSDOK_TSTMP
CREA_BYInfo object creator IW_CR_USERCHAR12Assigned to domainXUBNAME
DESCRIPTShort Description SDOK_DESCRCHAR64TEXT64
DOC_FORMDocument format (TEXT, TIFF, RTF, PDF, ...) SDOK_FORMCHAR4SDOK_FORM
COMMENTComment IW_COMMENTCHAR64SDOK_PROPV
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
INDUSTRYIndustry sector (localization) IW_INDUSTYCHAR10Assigned to domainNAMESPACE
KEYWORDKeyword IW_KEYWORDCHAR64SDOK_PROPV
NUM_LINESNumber of Lines IW_NOLINESNUMC10NUMC10
NUM_PAGESNumber of Pages IW_NOPAGESNUMC10NUMC10
NUM_PARASNumber of Paragraphs IW_NOPARAGNUMC10NUMC10
NUM_WORDSNumber of words IW_NOWORDSNUMC10NUMC10
PH_FC_AT_DTime of creation of first version IW_CREAAT1NUMC14TSTLCSDOK_TSTMP
PH_FC_BYCreated by SDOK_CRUSRCHAR12USERNAME
STATETechnical Status of a Physical Document SDOK_PHSTANUMC4SDOK_PHSTA
IWB_STATEInfo Object Status IW_STATUSTCHAR20IW_STATUST
LANGUAGE2-Character SAP Language Code LAISOCHAR2LAISO
LA_CH_AT_DTime last change was made to an info object IWB_LC_TSTNUMC14TSTLCSDOK_TSTMP
LA_CH_BYInfo Object Last Changed By IW_MO_USERCHAR12Assigned to domainXUBNAME
RELEASELast Changed in Release IWLASTRELCHAR12Assigned to domainIW_RELEASE
RESERVEDFlag for reservation SDOK_RESFLCHAR1XFELD
STO_CATCategory for physical documents SDOK_STCATCHAR10Assigned to domainSDOK_STCAT
ORIGLANGUOriginal language IW_OR_LANGLANG1Assigned to domainISOLASPRAS
CONV_TOFlag: Object Converted IWB_XML_CONV_TOCHAR10IWB_XML_CONV_TO
CONV_FROMFlag: Object Created from Conversion IWB_XML_CONV_FROMCHAR10IWB_XML_CONV_FROM

Key field Non-key field



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

As TIWIOITEM 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 TIWIOITEM as there is no data to select.

How to access SAP table TIWIOITEM

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