SAP ABAP Data Element USOBX_CH_TEXT (Check Indicator of Authorization Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-AUT-PFC (Application Component) ABAP Authorization and Role Management
     S_PROFGEN (Package) ABAP Role Administration (Profile Generator)
Basic Data
Data Element USOBX_CH_TEXT
Short Description Check Indicator of Authorization Object  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 15    
Decimal Places 0    
Output Length 15    
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 Check Ind. 
Medium 20 Check Indicator 
Long 40 Check Indicator of Authorization Object 
Heading 55 Check Indicator of Authorization Object 
Documentation

Definition

The authorization check indicator defines whether or not the authorization check for this object is performed during the execution of the transaction. Possible values are "Check" and "Do Not Check":

  • Do Not Check: The authorization check is not performed (that is: it always returns sy-subrc=0) when the transaction is run. Not that, for technical reasons, this value can only be set for transactions, and only for transactions if the authorization object is not a Basis or HR authorization object (S* or P*). Only set this value if you know the implications of doing so.
  • Check: The authorization check takes place. This is the default value. Only change this value if you have good reasons for doing so.

Use

Dependencies

Example

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