SAP ABAP Data Element AUTHR (Form name of authorization exit)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       GBAS (Package) FI-SL Customizing / integration / Basis
Basic Data
Data Element AUTHR
Short Description Form name of authorization exit  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FORMNAME    
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 Authoriztn 
Medium 20 Authorization exit 
Long 20 Authorization exit 
Heading 30 Authorization exit 
Documentation

Definition

You can enter the name of an exit in this field. This exit performs a check for each database record read to see whether the user has authorization to read the record. If the result of the check is negative, the Report Writer ignores this database record.

The exit is a subroutine that must be created in the form pool that is assigned to the table. The subroutine has the following interface:

--> Name of the current physical table
<-- Return code

If the return code is 0, the database record is processed. If the return code is not 0, the record is ignored. The report statistics contain details on the number of records that are ignored.

History
Last changed by/on SAP  19920603 
SAP Release Created in