TIWEVENTNOTIF SAP (Properties of Installation/Dismantling Notifications) Table details

Dictionary Type: Table
Description: Properties of Installation/Dismantling Notifications




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




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

TIWEVENTNOTIF is a standard SAP Table which is used to store Properties of Installation/Dismantling Notifications data and is available within R/3 SAP systems depending on the version and release level.

The TIWEVENTNOTIF table consists of various fields, each holding specific information or linking keys about Properties of Installation/Dismantling Notifications data available in SAP. These include NOTIFTYPE_I (Notification Type for Installation), NOTIFTYPE_R (Notification Type for Dismantling), DAMAGE_CATALOGUE (Catalog), DAMAGE_CGROUP (Code Group).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TIWEVENTNOTIF 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
NOTIFTYPE_INotification Type for Installation IW_QMART_ICHAR2TQ80QMART
NOTIFTYPE_RNotification Type for Dismantling IW_QMART_RCHAR2TQ80QMART
DAMAGE_CATALOGUECatalog QKATARTCHAR1TQ15QKATARTQKT
DAMAGE_CGROUPCode Group QCODEGRPCHAR8QPGRQCODEGRPCGP
DAMAGE_CODE_SProblem Code for Planned Dismantling IW_FECOD_SCHAR4QPCDQCODE
DAMAGE_CODE_UProblem Code for Unplanned Dismantling IW_FECOD_UCHAR4QPCDQCODE
CAUSE_CATALOGUECatalog QKATARTCHAR1TQ15QKATARTQKT
CAUSE_CGROUPCode Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CAUSE_CODE_FCause Code for 'Broken Down' IW_URCOD_FCHAR4QPCDQCODE
CAUSE_CODE_NCause Code for 'Not Broken Down' IW_URCOD_NCHAR4QPCDQCODE
CAUSE_CODE_XCause Code for 'Undecided' IW_URCOD_XCHAR4QPCDQCODE
DIALOG_IDialog Processing for Installation DIALOG_ICHAR1FLAG
DIALOG_RDialog Processing for Dismantling DIALOG_RCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIWEVENTNOTIF
INTO CORRESPONDING FIELDS OF WA_TIWEVENTNOTIF
WHERE...

How to access SAP table TIWEVENTNOTIF

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