N1WD_EVENT SAP (Event Management for WD Notification Events) Table details

Dictionary Type: Table
Description: Event Management for WD Notification Events




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




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

N1WD_EVENT is a standard SAP Table which is used to store Event Management for WD Notification Events data and is available within R/3 SAP systems depending on the version and release level.

The N1WD_EVENT table consists of various fields, each holding specific information or linking keys about Event Management for WD Notification Events data available in SAP. These include EVENTID (Unique ID of Registration), INSTANCE_NAME (Name of a Shared Object Instance of an Area), EVENTNAME (Event Name), EVENTACTION (WD Action ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP N1WD_EVENT 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
USERIDUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
EVENTIDUnique ID of Registration WDR_NOTIFICATION_IDCHAR80
INSTANCE_NAMEName of a Shared Object Instance of an Area SHM_INST_NAMECHAR80
EVENTNAMEEvent Name N1WD_EVENT_NAMECHAR30
EVENTACTION WD Action ID0
RECEIVERIDID of Event Participant; Sender or Recipient N1WD_EVENTPART_IDSTRG0STRING
SENDERIDID of Event Participant; Sender or Recipient N1WD_EVENTPART_IDSTRG0STRING
INSDATEWeb Dynpro Event - Date N1WD_EVENT_DATEDATS8
INSTIMEWeb Dynpro Event - Time N1WD_EVENT_TIMETIMS6
ACTIVECheckbox XFELDCHAR1XFELD
USERSESSIONIDNatural Number INT4INT410INT4
USERTERMINALTerminal XUTERMINALCHAR36XUTERMINAL
DISPATCHER_UIDUnique ID of Registration WDR_NOTIFICATION_IDCHAR80

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1WD_EVENT
INTO CORRESPONDING FIELDS OF WA_N1WD_EVENT
WHERE...

How to access SAP table N1WD_EVENT

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