Creating a working copy
To modify an existing function definition, you required a working copy of the function definition. The working copy can be created from the active function definition. The data of an existing working copy are overwritten with the data from the active function definition, after prompting.
To create a working copy
- Select the Identity Audit | SAP functions | Function definitions category.
- Select the function definition in the result list.
- Select the Create working copy task.
- Confirm the security prompt with Yes.
Exporting a function definition
To transfer SAP functions from a development environment to a production environment, for example, you can export function definitions to CSV files. These CSV files can be imported into other databases.
To export the function definition to a CSV file
- Select the Identity Audit | SAP functions | Function definitions category.
- Select the function definition in the result list.
-
Select the Change master data task.
- Select the Export task.
- Specify the file name and storage location for the CSV file.
-
Click Save.
The following properties are exported:
Table 22: Exported master data for a function definition
Name of the function definition |
Function |
Assigned function category |
Process |
Description |
Function Description |
Significance |
Risk Level |
Transactions |
Transaction |
Authorization objects |
Object |
Authorization fields |
Field |
Description of authorization field. |
Field Description |
Value/lower scope boundary |
Value From |
Upper scope boundary |
Value To |
The import status (State) is included with each data record in the CSV file as additional information. The import status is set to "1" by default on export. This data is evaluated when function definitions are imported.
Related topics
Defining function instances
One and the same function definition can be used for different concrete instances. A specific SAP client that the SAP function will be used in is given in the function instance. In addition, the variables that are assigned to the authorization fields are given specific values. Function instances can only be created for SAP functions that are enabled.
To edit function instances
- Select the Identity Audit | SAP Functions | Function instances category.
- Select a function instance in the result list. Select the Change master data task.
- OR -
Click in the result list.
- Edit the function instance's master data.
- Save the changes.
NOTE: One Identity Manager users with the Identity & Access Governance | Identity Audit | Maintain SAP functions application role can create and edit function instances for the SAP functions for which they are listed as responsible.
Master data for a function instance
Enter the following master data for a function instance:
Table 23: Function instance properties
Function definition |
The function instance is created for this function definition. |
Client |
SAP client to which the SAP function should be applied. |
Variable set |
Variable set with functions defined, which are used in the function definition. The variable set and the function instance must be assigned to the same SAP client. |
Manager/supervisor |
Application role whose members are responsible for the function instance and variable sets in terms of content.
To create a new application role, click . Enter the application role name and assign a parent application role. |
Display name |
Function instance display name. This is formatted from the function definition name, the assigned client and variable set. |
Description |
Text field for additional explanation. The function definition description is copied to a new function instance. |
Function Instance Elements |
Displays transactions, approval objects and function elements of the SAP function with specified values that are determined from the assigned variable set. Changes to the variables or variable set are displayed as soon as the DBQueue Processor has processed the corresponding authorization tasks. |
Related topics