SAP ABAP Data Element MF_FORM (Routine for searching for the master data)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element MF_FORM
Short Description Routine for searching for the master data  
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 Mast. data 
Medium 15 Mast. data form 
Long 20 Master data routine 
Heading 30 Master data routine 
Documentation

Definition

Form name for exit to split up a value range.

For particularly high-ranking or important key fields, it might be important to split up the select by value intervals, and also to split up the value intervals into single values.

To do so, a separate exit must be programmed in the module pool as in T804A. The selection program then calls up this form. The common data area is defined in the INCLUDE FGRWSD02.

The selection program transfers the following values:
O_SEL_TABLE: Table in which the field is located.
O_SEL_FIELD: Field name
O_SEL_MIN: Minimum value of the value interval
O_SEL_MAX: Maximum value of the value interval
O_SEL_ANZ: Maximum number of allowed values

The exit program must now determine all the values of the specified value interval for the field and provide the values in table O_SEL_TAB.

When you use this exit, please note that it is only effective if you also use the field MAX_SEL. Each single value also counts as a value interval and must be taken into account in the number of maximum selects (see MAX_SEL).

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