SAP ABAP Data Element MULTILINE (Indicator: Step is executed for the complete structure)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-VSR (Application Component) Validation, Substitution and Rules
     GVAL (Package) Validation, Substitution and Rules
Basic Data
Data Element MULTILINE
Short Description Indicator: Step is executed for the complete structure  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
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 Parallel 
Medium 15 ParallProcessng 
Long 20 Parallel processing 
Heading C. 
Documentation

Definition

If you check off this validation/substitution step, it is carried out once for the complete structure. If you do not check off this step, it will be carried out for each line of the data structure.

This function is used to evaluate all parts of the data structure simultaneously.

Example

All lines of a document should be compared with each other to check that the accounts used are consistent with each other.

Since the mathematical operators (SUM, AVG, MIN and MAX) used for a set of data can only be used for the entire data structure, you must set this indicator if these mathematical operators are used.

The user exits used in these steps should use two parameters: the standard parameter for the result of the exit and a parameter where the complete data is transferred.

The type for the class is defined as GB002_ccc, where ccc represents the class.

Example

FORM U100 USING rule_data type GB002_015

CHANGING B_RESULT.

...

ENDFORM.

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