SAP ABAP Data Element /BA1/F4_DTE_PERM_ACTIVE (Indicator: Query Active - Request for Correction Permission)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-FS-MKD (Application Component) Basic Market Data
     /BA1/F4_BASIS (Package) Basic Market Data
Basic Data
Data Element /BA1/F4_DTE_PERM_ACTIVE
Short Description Indicator: Query Active - Request for Correction Permission  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /BA1/F4_DO_BOOLEAN    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Permission 
Medium 15 Permissn Active 
Long 40 Query for Correction Permission Active 
Heading 40 Query for Correction Permission Active 
Documentation

Definition

An indicator determining whether or not the permission for making a correction is queried for the dependent Analyzers.

  • 'X' - switched ON. The dependency settings defined by the customer are used here (see field=Permission).
  • ' ' - switched OFF.

If permission has to be given first, a BAdI is called (definition = /BA1/FK_PERM_GET). Customers can implement the method of this BAdI for components of their choice. If the BAdI of the dependent component has not been implement, the system interprets this as "Permission Granted." If there has been at least one refusal, the correction will not be made automatically.

In dialog processing:

If the permission to make an individual correction has been refused by one or more components (via BAdI), a popup appears. This popup offers users the following options:

  1. Display all of the messages returned from the components
  2. Make the correction anyway (if necessary, by overriding the refusal returned by a dependent component). In this case, the correction will be made even if at least one dependent component has refused to grant permission. If a refusal is overridden, this is logged.
  3. Do not make the correction

In mass processing:

If the permission to make a correction to an object has been refused by one or more components (via BAdI), the correction will not be made. There is no way in which you can override this. If you want to make it impossible for permission to be refused for a correction, you can program the BAdI implementation in such a way that permission is always granted when corrections are processed in the background, or so that the query for permission is deactivated in Customizing when there are correction component dependencies.

In mass processing, make sure that the field WRITE_CORRECTION in structure /BA1/FK_STR_CUST_SETTING has been activated, so that it can interpret field PERMISSION_ACT.

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