SAP ABAP Data Element CHECK_FORM (Rountine for additional check in selection)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element CHECK_FORM
Short Description Rountine for additional check in selection  
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 Check form 
Medium 15 Check routine 
Long 20 Check rout. in sel. 
Heading 30 Check routine in selection 
Documentation

Definition

This field contains the name of a characteristic-specific check routine that is accessed in the selection. The check is initiated for the characteristic if the check field 'Z' has entered a value in the additional entries of a basic set defined for this characteristic. Based on this value, the check routine decides whether the current database record is included in the report row or report column that corresponds to the set entry.

The check routine is structured as follows:

FORM check routine USING tabelle z_flag subrc.

table    current database table

z_flag    current value of the check field

subrc    return code

Return code:
0 = selected entry is transferred
4 = selected entry is not transferred

The check routine is in the form pool defined in table T804A.

Example

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