Get Authorizations
This workflow is called by the Users by Authorization Values workflow to retrieve a list of authorizations from the UST12 table on the specified SAP system. It is provided with an RFC Destination and a list of authorization specifications. The specifications are passed in the INPUT - Auth Obj, Field, Value Table parameter, which has the following columns:
| Column | Description | 
|---|---|
| OBJCT | The authorization object to retrieve. | 
| FIELD | The authorization field to retrieve. | 
| VALUE | The authorization field value to retrieve. | 
The Get Authorizations workflow returns the OUTPUT UserProfileAuth records Table dataset to the calling workflow. This dataset has the following columns:
| Column | Description | 
|---|---|
| USERNAME | A user account associated with the profile described below. | 
| OBJCT | An authorization object from the specification. | 
| PROFILE | A user profile that includes the authorization described below. | 
| AUTH | An authorization from the UST12 table which includes the authorization object. | 
| FIELD | The authorization field from the specification. | 
| VON | The authorization’s ‘from’ value. | 
| BIS | The authorization’s ‘to’ value. |