SWNSNOTIF1 SAP (WF Notif: Notifications (Structure)) Structure details

Dictionary Type: Structure
Description: WF Notif: Notifications (Structure)




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




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

SWNSNOTIF1 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 "WF Notif: Notifications (Structure)" 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_SWNSNOTIF1 TYPE SWNSNOTIF1.

The SWNSNOTIF1 table consists of various fields, each holding specific information or linking keys about WF Notif: Notifications (Structure) data available in SAP. These include FILTER (Filter ID), APP_OBJ_KEY (Application Object Key), ID (Notification GUID), CL_NOTIF (Handler Class for Notification).. 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 SWNSNOTIF1 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
SCENARIOScenario ID SWN_SCENIDCHAR32SWN_ID
FILTERFilter ID SWN_FILTIDCHAR32SWN_ID
APP_OBJ_KEYApplication Object Key SWN_APPKEYCHAR255CHAR255
IDNotification GUID SWN_NOTIFGUIDCHAR32SYSUUID_C
CL_NOTIFHandler Class for Notification SWN_CLNOTIFCHAR30SEOCLSNAME
CL_USERHandler Class for Determining User Address SWN_USRCLASSCHAR30SEOCLSNAME
MSGTMPL_IDMessage Template ID SWN_MSGTEMPLIDCHAR32SWN_ID
APP_OBJ_TYPEApplication Object Category SWN_APPTYPECHAR128SWN_APPTYPE
CATEGORYID of a Category SWN_CATIDCHAR32SWN_ID
RECIPIENT_IDIP/Recipient Address SWN_RECIDCHAR241SWN_RECID
RECIPIENT_TYPERecipient Type SWN_RECTYPECHAR3SWN_COMMTYPE
RECIPIENT_HASHHash code SWN_HASHNUMC3NUMC3
RELIABILITYReliability SWN_RELIABILITYNUMC1SWN_RELIABILITY
DELIVER_ASAPDeliver as Soon as Possible SWN_DELIVERASAPCHAR1XFELD
PRIORITYNotification Priority SWN_NOTIFPRIONUMC1SWN_NOTIFPRIO
INSTIDInstance Identification in Persistent Object References SIBFINSTIDCHAR32SIBFINSTID
TYPEIDType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
CATIDCategory of Objects in Persistent Object References SIBFCATIDCHAR2SIBFCATID
OPERATIONNotification Operation SWN_NOTIFOPCHAR1SWN_NOTIFOP
STATUSNotification Status SWN_NOTIFSTATCHAR1SWN_NOTIFSTAT
FILTER_APPLIEDLast Application of a Filter SWN_FILTAPPLDEC21(7) TZNTSTMPL
LAST_MODIFIEDLast Change (Time Stamp) SWN_LMODTSTDEC15TZNTSTMPS
LAST_MODIFIED_BYLast Changed By SWN_LMODUSRCHAR12Assigned to domainXUBNAME
SAP_RELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
APP_OBJ_STATUSStatus of Application Object SWN_APPSTATRAW4SWN_APPSTAT
RECIPIENT_HASH2Hash Value (160 Bits) HASH160CHAR40
APP_OBJ_KEY_HASHHash Value (160 Bits) HASH160CHAR40

Key field Non-key field



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

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

How to access SAP table SWNSNOTIF1

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