InterviewSolution
| 1. |
What Is Authorization In Sap? |
|
Answer» In SAP, authorization is a permission to perform some TASKS in the system. These tasks can be defined as the values of INDIVIDUAL FIELDS of an authorization object. The authorization of a user is loaded in the user context at the time of user log in and saved in the primary memory of the application server. Then, the authorization values are checked against the authorization data saved in the user context to CHECK WHETHER the user is authorized or not. In SAP, authorization is a permission to perform some tasks in the system. These tasks can be defined as the values of individual fields of an authorization object. The authorization of a user is loaded in the user context at the time of user log in and saved in the primary memory of the application server. Then, the authorization values are checked against the authorization data saved in the user context to check whether the user is authorized or not. |
|