ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 7.5x → Changes in Release 7.52
File Interface in Release 7.52
1. Placeholders in paths specified in automatic authorization checks
2. Automatic authorization checks for the FILTER
addition
Other versions:
7.31 | 7.40 | 7.54
Modification 1
Placeholders in Paths Specified in Automatic Authorization Checks
In the database table SPTH, which is relevant for automatic authorization checks, placeholders for specific profile parameters or for the current client can now be specified in the column PATH. These placeholders are then replaced accordingly when evaluated. The possible placeholders are specified in the documentation of the table SPTH.
Modification 2
Automatic Authorization Checks for the FILTER Addition
If the addition FILTER
is used in the statement OPEN DATASET
and an
automatic authorization check is made using
an authorization group and the authorization object S_PATH when a file is accessed using the database
table SPTH, the current user must have an authorization for the activity "A6" (Read) or "A7" (Change) when using the addition FILTER
.
For compatibility reasons, the undocumented empty value for the activity is still accepted.