Authorizations

Different users with different roles and permissions consume the data aging objects and partitioning objects. You need to make settings in the authorization framework to ensure users work according to their assigned roles and permissions.You can perform tasks based on the assigned roles or authorization objects. Two authorization objects are available:
  • S_DAAG - The application server system uses this authorization object to perform an authorization check for data aging objects. The defined fields are:
    • Activity (ACTVT) - This field defines which general access authorizations the user has. For example:
      Authorizations for S_DAAG
      Authorization Value
      Execute 16
      Activate 63
    • Application Area (APPLIC) - This field defines to which application area the data aging object belongs. For example: Materials Management.
    • Data Aging Objects (DAAGOBJECT) - This field defines the data aging objects the user can access.
  • S_DAGPTM - The application server system uses this authorization object to perform an authorization check for partitioning objects or partitioning groups. The defined fields are:
    • Activity (ACTVT) - This field defines which general access authorizations the user has. For example:
      Authorizations for S_DAGPTM
      Authorization Value
      Execute 16
      Display 03
    • Partition Type (PT_TYPE) - This field defines whether the authorization is to be applied for a partitioning object or partitioning group.
    • Partition ID (PARTITION) - This field provides the name or ID for the partitioning object or partitioning group to which the user has access.
Two single roles are available:
  • SAP_DAAG_ADMIN (Single Role for Data Aging Admin) - This single role (SAP_DAAG_ADMIN) is provided for administrators. You can perform the following tasks:
    • Activate data aging objects
    • Execute data aging runs
    • Create partitioning objects
    • Assign tables to partitioning objects
    • Create partition ranges for partitioning objects
  • SAP_DAAG_EXPERT (Single Role for Data Aging Experts) - This single role (SAP_DAAG_EXPERT) allows you to activate data aging objects and schedule the execution of data aging runs.