SAP ABAP Data Element FILLFORM (Routine for filling the field)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element FILLFORM
Short Description Routine for filling the field  
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 FillerForm 
Medium 15 Filler routine 
Long 20 Filler routine 
Heading 30 Filler routine 
Documentation

Definition

This routine is called up after a data record has been read and if the field to be filled is used in the report. Using the routine, a field of the additional structure can be filled.

You have the option to enter a defining field whose value is transferred from the current database record to the routine. If a conversion routine is not defined as well, you can can define 3 additional fields in the conversion parameters which are transferred to the routine.

The routine must be included in the form pool defined in table T804A. The routine has the following transfer parameters:

--> TAB    Current table from which data is to be read

--> DEF_FLD    Value of defining field (optional)

--> CNV_FLD1    Value of 1st conversion parameter (optional)

--> CNV_FLD2    Value of 2nd conversion parameter (optional)

--> CNV_FLD3    Value of 3rd conversion parameter (optional)

<-- FLD    Value of the field to be filled

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