NOTIFICATIONSETTING

Notification Settings (Technical Data)

Definition


The NOTIFICATIONSETTING table contains user settings for the management of user notifications in the Cockpit user interface.

Description


The NOTIFICATIONSETTING table contains user settings for the management of user notifications in the Cockpit user interface.

See also the SETTING table that contains most of the SAP CC user settings.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The NOTIFICATIONSETTING 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_NOTIFICATIONSETTING       

The identifier of the notification setting.
ALLINHIGHPRIORITY        

    Indicates whether all the notifications of the group must have the priority high.
    DONOTDELIVER        

      Indicates whether the notifications of the group must be delivered.

      More...

      GROUPKEY        

        The group of notifications.
        USERLOGIN        

          The login of the user that owns the notification setting.

          Column Details

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

          ID

          Definition The identifier of the notification setting.
          Type DECIMAL(28), NOT NULL
          Primary Key PK_NOTIFICATIONSETTING

          ALLINHIGHPRIORITY

          Definition Indicates whether all the notifications of the group must have the priority high.
          Type BOOLEAN, NOT NULL

          DONOTDELIVER

          Definition Indicates whether the notifications of the group must be delivered.
          Format

          The possible values are:

          • 0: Delivered
          • 1: Not delivered

          Type BOOLEAN, NOT NULL

          GROUPKEY

          Definition The group of notifications.
          Type VARCHAR(255), NULL

          USERLOGIN

          Definition The login of the user that owns the notification setting.
          Type VARCHAR(255), NULL

          Primary Key Details

          See the primary key information:

          PK_NOTIFICATIONSETTING

          Column(s) ID
          Tablespace COCKPIT_INDX