SAP ABAP Data Element SETFLGCHCK (Indicator: Additional check (Report Writer))
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element SETFLGCHCK
Short Description Indicator: Additional check (Report Writer)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
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 Add.Check 
Medium 15 Add.Check 
Long 20 Additional check 
Heading
Documentation

Definition

If a value is entered here, the Report Writer calls up a check routine for every database record when creating the report. This additional check decides based on the entered values, if the record for this set row is accepted or rejected.

In table T804C a check routine can be assigned to every characteristic.

Example

A CCSS database record indicates whether the record contains a credit or a debit. To distinguish between debits and credits within the cost element, you can activate the check exit via the check field in the set for the cost element. The check exit then allows only credits or debits.

Meaning of the check field in different applications

  1. Table CCSS

This indicator is used for table CCSS to control debits and credits in separate lines.

  • 1 = Debits

    A cost element is only assigned to the set if a debit record exists. Primary postings from feeder systems are always debits (example: credit postings are assigned with a negative sign in the debits).

  • 2 = Credits

    A cost element is only assigned to the set if a credit record exists.

Note: In order for the debits/credits indicator to be evaluated correctly in a report, the characteristic BEKNZ must be used in the report definition. If necessary, a set with all possible values for the characteristic BEKNZ must be included in the data selection.

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