Method CHECK_AUTHORITY

Use

The CHECK_AUTHORITY method is the first method that is called under the control of the concrete class.

With this method you can switch from the initial screen to the maintenance screen and perform an authorization check at the following levels:

  • At the level of the BRF object that you want to maintain

  • At the level of the current activity (Create, Change, Display)

The implementation of the base class is sufficient. This means that you do not have to redefine this method.

In this connection, consider interface IF_AUTHORIZATION_BRF and class CL_AUTHORIZATION_BRF. This class performs a concrete authorization check. Using transaction BRFIMC02 you can assign class CL_AUTHORIZATION_BRF to any maintenance class. The authorization object used is BRF_STNDRD.