SAP ABAP Data Element BRF_AUTH_CLASS (Class for Authorization Check)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Basic Data
Data Element BRF_AUTH_CLASS
Short Description Class for Authorization Check  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Auth.Check 
Medium 20 Authorization Check 
Long 31 Class for Authorization Check 
Heading 31 Class for Authorization Check 
Documentation

Definition

Indicates which class the authorization check implements for maintenance of objects of the Business Rule Framework (BRF). This information is optional.

Use

By specifying the authorization class, you inform the BRF which concrete class executes the authorization check when BRF objects are maintained.

You have three options:

  • You can enter standard class CL_AUTHORIZATION_BRF that uses the authorization object BRF_STNDRD internally.
  • You can use your own class that must implement interface IF_AUTHORIZATION_BRF.
  • You do not need to enter any class. In this case, no authorization check is performed.

Dependencies

Example

You can use standard class CL_AUTHORIZATION_BRF as an example and template for your own class for the authorization check.

History
Last changed by/on SAP  20110908 
SAP Release Created in 100