SAP ABAP Interface /IWFND/IF_MGW_NOTIF_TYPES (OData Channel Notification Types)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-GW-COR (Application Component) Gateway Framework
     /IWFND/MGW_PUSH (Package) GW Framework - Odata Channel - Notification
Properties
Interface /IWFND/IF_MGW_NOTIF_TYPES  
Short Description OData Channel Notification Types    
General Data
Package /IWFND/MGW_PUSH   GW Framework - Odata Channel - Notification 
Created 20110407   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWFND/IF_MGW_NOTIF_TYPES has no forward declaration.
Interfaces
Interface /IWFND/IF_MGW_NOTIF_TYPES has no interface.
Friends
Interface /IWFND/IF_MGW_NOTIF_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_NOTIFICATION_TYPES Constant Public See coding 20110407
2 GCS_OPERATION_TYPES Constant Public See coding 20110407
3 GC_ENTITY_SET_NOTIFICATION Constant Public Type reference (TYPE) STRING 'NotificationCollection' 20110411
4 GC_ENTITY_TYPE_NOTIFICATION Constant Public Type reference (TYPE) STRING 'Notification' 20110407
Methods
Interface /IWFND/IF_MGW_NOTIF_TYPES has no method.
Events
Interface /IWFND/IF_MGW_NOTIF_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_FORMATTED_NOTIFICATION Public See coding 20120314 BEGIN OF ty_s_formatted_notification. INCLUDE TYPE ty_s_notification_header. TYPES: notif_format TYPE string, trgt_recipient TYPE c LENGTH 112, base_url TYPE string, service_root TYPE icfname, raw_xml_data TYPE xstring, is_formatted TYPE boolean, END OF ty_s_formatted_notification
2 TY_S_INBOUND_NOTIFICATION Public See coding 20110407 BEGIN OF ty_s_inbound_notification. INCLUDE TYPE ty_s_notification_header. TYPES: base_url TYPE string, service_root TYPE icfname, raw_xml_data TYPE xstring, is_formatted TYPE boolean, END OF ty_s_inbound_notification
3 TY_S_INB_NOTIF_JSONHDR Public See coding 20120223 BEGIN OF ty_s_inb_notif_jsonhdr. INCLUDE TYPE ty_s_notification_header. TYPES: base_url TYPE string, service_root TYPE icfname, raw_xml_data TYPE xstring, json_header TYPE string, "JSON formatted header information END OF ty_s_inb_notif_jsonhdr
4 TY_S_NOTIFICATION_ENTRY Public See coding 20110407 BEGIN OF ty_s_notification_entry, sap__origin TYPE string, id TYPE sysuuid_c, text TYPE string, updated TYPE tzntstmps, collection TYPE string, operation_type TYPE string, entries_of_interest TYPE int4, "TYPE string, recipient TYPE string, END OF ty_s_notification_entry
5 TY_S_NOTIFICATION_FEED Public See coding 20120524 BEGIN OF ty_s_notification_feed. INCLUDE TYPE ty_s_notification_feed_hdr. TYPES: base_url TYPE string, service_root TYPE icfname, json_header TYPE string, "JSON formatted header information content_uri TYPE string, END OF ty_s_notification_feed
6 TY_S_NOTIFICATION_FEED_HDR Public See coding 20120524 BEGIN OF ty_s_notification_feed_hdr, type TYPE char1, " notification type id or data operation_type TYPE /iwfnd/mgw_notif_change_type, " operation type entries_of_interest TYPE string, " entries of interest e.g. used in badge info timestamp TYPE tzntstmps, " timestamp of delivery data text TYPE string, " notification text; used as title language TYPE sy-langu, " notification text language service_name TYPE string, service_namespace TYPE string, service_version TYPE /iwfnd/med_mdl_version, collection TYPE string, expand TYPE string, recipients TYPE ty_t_recipients_feed, END OF ty_s_notification_feed_hdr
7 TY_S_NOTIFICATION_HEADER Public See coding 20110407 BEGIN OF ty_s_notification_header, type TYPE char1, " notification type id or data operation_type TYPE /iwfnd/mgw_notif_change_type, " operation type entries_of_interest TYPE string, " entries of interest e.g. used in badge info timestamp TYPE tzntstmps, " timestamp of delivery data text TYPE string, " notification text; used as title language TYPE sy-langu, " notification text language technical_service_id TYPE /iwfnd/med_mdl_srg_identifier,"string service_name TYPE /iwfnd/med_mdl_service_grp_id,"string service_namespace TYPE /iwfnd/med_mdl_namespace, service_version TYPE /iwfnd/med_mdl_version, collection TYPE string, expand TYPE string, recipients TYPE ty_t_recipients, END OF ty_s_notification_header
8 TY_S_NOTIFICATION_LINK Public See coding 20111010 BEGIN OF ty_s_notification_link, via TYPE string, base_url TYPE string, END OF ty_s_notification_link
9 TY_S_OUTBOUND_NOTIFICATION Public See coding 20110407 BEGIN OF ty_s_outbound_notification. INCLUDE TYPE ty_s_notification_header. TYPES: notification_id TYPE uuid, xml_entry_data TYPE xstring, "Notification Serialized base_url TYPE string, service_root TYPE icfname, " links TYPE ty_t_notification_links, "Atom Links in Notification Entry via_link TYPE string, system_alias TYPE /iwfnd/defi_system_alias, END OF ty_s_outbound_notification
10 TY_S_RECIPIENT Public See coding 20110407 BEGIN OF ty_s_recipient, username TYPE syuname, endpoint TYPE string, persist_notif TYPE char1, notif_format TYPE string, trgt_recipient TYPE c LENGTH 112, END OF ty_s_recipient
11 TY_S_RECIPIENT_FEED Public See coding 20120524 BEGIN OF ty_s_recipient_feed, username TYPE syuname, endpoint TYPE string, notif_format TYPE string, trgt_recipient TYPE c LENGTH 112, END OF ty_s_recipient_feed
12 TY_TARGET_RECIPIENT Public See coding 20120321 ty_target_recipient TYPE c LENGTH 112
13 TY_T_FORMATTED_NOTIFICATIONS Public See coding 20120314 ty_t_formatted_notifications TYPE STANDARD TABLE OF ty_s_formatted_notification WITH DEFAULT KEY
14 TY_T_INBOUND_NOTIFICATIONS Public See coding 20110407 ty_t_inbound_notifications TYPE STANDARD TABLE OF ty_s_inbound_notification WITH DEFAULT KEY
15 TY_T_INB_NOTIF_JSONHDR Public See coding 20120223 ty_t_inb_notif_jsonhdr TYPE STANDARD TABLE OF ty_s_inb_notif_jsonhdr WITH DEFAULT KEY
16 TY_T_NOTIFICATIONS_FEED Public See coding 20120524 ty_t_notifications_feed TYPE STANDARD TABLE OF ty_s_notification_feed WITH DEFAULT KEY
17 TY_T_NOTIFICATION_LINKS Public See coding 20111010 ty_t_notification_links TYPE STANDARD TABLE OF ty_s_notification_link WITH DEFAULT KEY
18 TY_T_OUTBOUND_NOTIFICATIONS Public See coding 20110407 ty_t_outbound_notifications TYPE STANDARD TABLE OF ty_s_outbound_notification WITH DEFAULT KEY
19 TY_T_RECIPIENTS Public See coding 20110407 ty_t_recipients TYPE STANDARD TABLE OF ty_s_recipient WITH DEFAULT KEY
20 TY_T_RECIPIENTS_FEED Public See coding 20120524 ty_t_recipients_feed TYPE STANDARD TABLE OF ty_s_recipient_feed WITH DEFAULT KEY
History
Last changed by/on SAP  20131127 
SAP Release Created in 250