/IWFND/L_NOTIF_P SAP (Pull-oriented Push Notification Data(ODC) Payload) Table details

Dictionary Type: Table
Description: Pull-oriented Push Notification Data(ODC) Payload




ABAP Code to SELECT data from /IWFND/L_NOTIF_P
Related tables to /IWFND/L_NOTIF_P
Access table /IWFND/L_NOTIF_P




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

/IWFND/L_NOTIF_P is a standard SAP Table which is used to store Pull-oriented Push Notification Data(ODC) Payload data and is available within R/3 SAP systems depending on the version and release level.

The /IWFND/L_NOTIF_P table consists of various fields, each holding specific information or linking keys about Pull-oriented Push Notification Data(ODC) Payload data available in SAP. These include ID (Global Unique ID for table), TYPE (Notification Type), SERVICE_ID (External Service Document Name), TECH_SERVICE_ID (Service Document Identifier).. 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: Can Be Enhanced (Deep)


SAP /IWFND/L_NOTIF_P 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
IDGlobal Unique ID for table UUIDRAW16UUID
TYPE Notification Type0
SERVICE_IDExternal Service Document Name /IWFND/MED_MDL_SERVICE_GRP_IDCHAR40/IWFND/MED_MDL_SERVICE_GRP_ID
TECH_SERVICE_IDService Document Identifier /IWFND/MED_MDL_SRG_IDENTIFIERCHAR40Assigned to domain/IWFND/MED_MDL_SRG_IDENTIFIER
TECH_SRV_VERSIONVersion of Meta Model Entity /IWFND/MED_MDL_VERSIONNUMC4/IWFND/MED_MDL_VERSION
SUB_COLLECTIONCollection /IWFND/COLLECTIONCHAR40
UPDATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BASE_URLBase URL for Notifications /IWFND/MGW_NOTIF_BASE_URLSTRG0
SERVICE_ROOTName of a Service in Internet Communication Framework ICFNAMECHAR15ICFNAME
CHG_ENTRIESNatural Number INT4INT410INT4
CHANGE_TYPENotification Change Type Code /IWFND/MGW_NOTIF_CHG_TYPE_CODECHAR1/IWFND/MGW_NOTIF_CHG_TYPE_CODE
VIA_LINK 0
SYSTEM_ALIASSAP System Alias /IWFND/DEFI_SYSTEM_ALIASCHAR16Assigned to domain/IWFND/DEFI_SYSTEM_ALIAS
TEXT 0
LANGUAGELanguage Key SYLANGULANG1ISOLASYLANGU

Key field Non-key field



How do I retrieve data from SAP table /IWFND/L_NOTIF_P using ABAP code

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

SELECT SINGLE *
FROM /IWFND/L_NOTIF_P
INTO CORRESPONDING FIELDS OF WA_/IWFND/L_NOTIF_P
WHERE...

How to access SAP table /IWFND/L_NOTIF_P

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