NOTIFICATION

User Notifications (Technical Data)

Definition


The NOTIFICATION table contains the user notifications and their group header (for a group of notifications having the same type) in SAP CC Cockpit user interface.

Description


The NOTIFICATION table contains the user notifications and their group header (for a group of notifications having the same type) in SAP CC Cockpit user interface. These notifications are visible in the Cockpit launchpad.

Technical Data


Schema Version 2023.0.2
Partitioned No

Summary


The NOTIFICATION table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
ID PK_NOTIFICATION       

The identifier of the notification or the group header.
CREATEDAT        

    The date of the notification
    CREATEDATMS        

      The date of the notification as a timestamp
      DEFAULTPRIORITYID        

        The default level of priority for the notification.
        GROUPHEADERTEXT        

          The text for a group header, null for a notification.
          GROUPHEADERTEXTDATA        

            The group header of notifications, empty for a notification.
            ISGROUPHEADER        

              Indicates if the record is a notification or a group header.

              More...

              ISNOTIFIED        

                Indicates whether the notification was displayed.

                More...

                ISREAD        

                  Indicates whether the notification was read.
                  PARENTID       NOTIFICATION (ID)
                   

                    The identifier of the group header if the record is a notification, 0 if it is a group header.
                    PRIORITY        

                      The level of priority of the group header.

                      More...

                      PRIORITYID        

                        The code of the level of priority of the notification or the group header.

                        More...

                        SENSITIVETEXT        

                          The title for a notification, null for a group header.
                          SENSITIVETEXTDATA        

                            Technical data on the title of a notification, empty for a group header.
                            SESSIONID       SPRING_SESSION (SESSION_ID)
                             

                              The identifier of the session
                              SETTINGID       NOTIFICATIONSETTING (ID)
                               

                                The identifier of the setting related to the notification or to the group header
                                SUBTITLE        

                                  The text for a notification, null for a group header.
                                  SUBTITLEDATA        

                                    Technical data on the text of a notification, empty for a group header.
                                    NOTIFICATIONCOUNT        

                                      The number of notifications in the group for a group header, 0 for a notification.

                                      Column Details

                                      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

                                      ID

                                      Definition The identifier of the notification or the group header.
                                      Type DECIMAL(28), NOT NULL
                                      Primary Key PK_NOTIFICATION

                                      CREATEDAT

                                      Definition The date of the notification
                                      Type NVARCHAR(255), NULL

                                      CREATEDATMS

                                      Definition The date of the notification as a timestamp
                                      Type DECIMAL(28), NULL

                                      DEFAULTPRIORITYID

                                      Definition The default level of priority for the notification.
                                      Type DECIMAL(10), NULL

                                      GROUPHEADERTEXT

                                      Definition The text for a group header, null for a notification.
                                      Type NVARCHAR(255), NULL

                                      GROUPHEADERTEXTDATA

                                      Definition The group header of notifications, empty for a notification.
                                      Type NVARCHAR(255), NULL

                                      ISGROUPHEADER

                                      Definition Indicates if the record is a notification or a group header.
                                      Format

                                      The possible values are:

                                      • 0: Notification
                                      • 1: Group header

                                      Type BOOLEAN, NULL

                                      ISNOTIFIED

                                      Definition Indicates whether the notification was displayed.
                                      Format

                                      The possible values are:

                                      • 0: Not displayed
                                      • 1: Already displayed

                                      Type BOOLEAN, NULL

                                      ISREAD

                                      Definition Indicates whether the notification was read.
                                      Type BOOLEAN, NULL

                                      PARENTID

                                      Definition The identifier of the group header if the record is a notification, 0 if it is a group header.
                                      Type DECIMAL(28), NULL

                                      PRIORITY

                                      Definition The level of priority of the group header.
                                      Format

                                      The possible values are:

                                      • LOW: Low priority
                                      • MEDIUM: Medium priority
                                      • HIGH: High priority

                                      Type NVARCHAR(255), NULL

                                      PRIORITYID

                                      Definition The code of the level of priority of the notification or the group header.
                                      Format

                                      The possible values are:

                                      • 0: Low
                                      • 20: Medium
                                      • 40: High

                                      Type DECIMAL(10), NULL

                                      SENSITIVETEXT

                                      Definition The title for a notification, null for a group header.
                                      Type NVARCHAR(255), NULL

                                      SENSITIVETEXTDATA

                                      Definition Technical data on the title of a notification, empty for a group header.
                                      Type NVARCHAR(255), NULL

                                      SESSIONID

                                      Definition The identifier of the session
                                      Type NVARCHAR(255), NULL

                                      SETTINGID

                                      Definition The identifier of the setting related to the notification or to the group header
                                      Type DECIMAL(28), NULL

                                      SUBTITLE

                                      Definition The text for a notification, null for a group header.
                                      Type NVARCHAR(255), NULL

                                      SUBTITLEDATA

                                      Definition Technical data on the text of a notification, empty for a group header.
                                      Type NVARCHAR(255), NULL

                                      NOTIFICATIONCOUNT

                                      Definition The number of notifications in the group for a group header, 0 for a notification.
                                      Type DECIMAL(10), NOT NULL

                                      Primary Key Details

                                      See the primary key information:

                                      PK_NOTIFICATION

                                      Column(s) ID
                                      Tablespace COCKPIT_INDX