DIWPS_NOTI_DEFER SAP (Notification Deferral Table) Table details

Dictionary Type: Table
Description: Notification Deferral Table




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




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

DIWPS_NOTI_DEFER is a standard SAP Table which is used to store Notification Deferral Table data and is available within R/3 SAP systems depending on the version and release level.

The DIWPS_NOTI_DEFER table consists of various fields, each holding specific information or linking keys about Notification Deferral Table data available in SAP. These include QMNUM (Notification No), POINT (Measuring Point), VALUE (Deferred Value), TEXT (Deferral Text).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DIWPS_NOTI_DEFER 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
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
POINTMeasuring Point IMRC_POINTCHAR12IMPTTALPHAIMRC_POINTIPTIMPM
VALUEDeferred Value DIWPS_DEFER_VALUEFLTP16(16) IMRC_FLTPS
TEXTDeferral Text DIWPS_DEFER_TEXTCHAR40CHAR40
DEFER_USERLast User Who Deferred the Notification DIWPS_USER_DEFERCHAR12DIWPS_USNAM
DEFER_TSTTime Stamp for Deferral DIWPS_TIMESTAMP_DEFERDEC15DIWPS_TIMESTAMP
DEFER_TYPEDeferral Type DIWPS_DEFER_TYPECHAR1DIWPS_DEFTYPDIWPS_DEFER_TYPE
DEFER_DOCU_REFDocument reference that authorizes the maintenence DIWPS_DOCU_REFCHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIWPS_NOTI_DEFER
INTO CORRESPONDING FIELDS OF WA_DIWPS_NOTI_DEFER
WHERE...

How to access SAP table DIWPS_NOTI_DEFER

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