Planning: User Exits
Function Module for Enhanced Authorization Checks This function module is called after the standard authorization checks have been carried out for planning. Use it to carry out further checks for planning. If the function module returns SY-SUBRC <> 0, authorization is denied and the transaction is terminated.
The following is passed to the function module: - contents of table T445P (data on planning type) with the planning type
- planning version
- activity
- entered selection criteria
The function module must set SY-SUBRC. For more information including an example, see the documentation of
Function/Program: - EXIT_SAPMMCP6_005: User Exit for Enhancing Authorization Check
|