KWS_ATTR_DISP SAP (Display Attributes) Structure details

Dictionary Type: Structure
Description: Display Attributes




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




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

KWS_ATTR_DISP 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 "Display Attributes" 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_KWS_ATTR_DISP TYPE KWS_ATTR_DISP.

The KWS_ATTR_DISP table consists of various fields, each holding specific information or linking keys about Display Attributes data available in SAP. These include CLASS (Document class), OBJ_TYPE (Info Object Type: F (Folder), L (LOIO), P (PHIO)), ICON_ID (Icon: Folder, Structure, Content Object), ICON_TECH (Name of an Icon).. 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 KWS_ATTR_DISP 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
OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
OBJ_TYPEInfo Object Type: F (Folder), L (LOIO), P (PHIO) IO_TYPECHAR1CHAR1
ICON_IDIcon: Folder, Structure, Content Object IWB_CLASS_ICONCHAR4IWB_CLASS_ICON
ICON_TECHName of an Icon ICONNAMECHAR30ICONNAME
TITLETitle of a document SDOK_TITELCHAR64TEXT64
REAL_TITLETitle of a document SDOK_TITELCHAR64TEXT64
TECH_NAMETechnical name of an information object IW_TECNAMECHAR40CHAR40
RESPONSIBLEPerson Responsible IW_RESPNSBCHAR12Assigned to domainXUBNAME
DOCFORMATSource format IW_SRCFRMTCHAR4IW_SRCFRMT
F_TITLEFolder title IW_FOTITLECHAR64IW_DESCR
F_TECH_NAMETechnical name of an information object IW_TECNAMECHAR40CHAR40
F_RESPONSIBLEPerson Responsible IW_RESPNSBCHAR12Assigned to domainXUBNAME
F_PRODUCTIVEProductive folder IWDELIVERCHAR1IWDELIVER
F_GROUPFolder group IW_GROUPCHAR15Assigned to domainIW_GROUP
AREAArea (Technical Name) IW_AREACHAR10Assigned to domainSDOK_DOCSP
AREA_TXTArea IW_AREA_DESCRCHAR64TEXT64
LOIO_OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
LOIO_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
LOIO_CLASS_TXTInfo Object Class IW_CLTXTCHAR50TEXT50
PHIO_OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
PHIO_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
PHIO_CLASS_TXTShort Description SDOK_DESCRCHAR64TEXT64
LANGU2-Character SAP Language Code LAISOCHAR2LAISO
LANGU_TXTLanguage (text) IWLANGUTXTCHAR16SPTXT16
RELEASERelease of SAP System IW_RELEASECHAR12Assigned to domainIW_RELEASE
IND_RELEASEEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
INDUSTRYEnhancement IWEXTIDCHAR10Assigned to domainIWEXTID
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
COUNTRY_TXTCountry Name IWCTY_TXTCHAR15TEXT15

Key field Non-key field



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

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

How to access SAP table KWS_ATTR_DISP

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