SAP ABAP Data Element SBF_FORM (Subroutine to replace the event module in subscreens)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-API (Application Component) BAPI Tools (for BAPIs see Note 813411)
     SBF_BW (Package) Business Framework: BAPI Development Workbench
Basic Data
Data Element SBF_FORM
Short Description Subroutine to replace the event module in subscreens  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TEXT40    
Data Type CHAR   Character String 
Length 40    
Decimal Places 0    
Output Length 40    
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 ABAP form 
Medium 16 ABAP formroutine 
Long 31 ABAP subscreen form routine 
Heading 31 ABAP subscreen form routine 
Documentation

Definition

In the BAPI Explorer a subscreen and a subroutine can be specified for tools to copy the PBO or the PAI module to a normal screen. This is necessary because the normal module cannot be processed by the screen processor when nested subscreens are involved.

The form routines entered in this field are called from the BAPI Explorer at the time corresponding to the associated event (PAI / PBO), as specified in the flow logic.

The form routines must be defined in the same program as the corresponding screen and must not have any incompatible parameters.

The connection to the BAPI Explorer is established by calling specific function modules from the form routine. These belong to the function group SBF_BW.

Example

FORM BAPI_TOOLBOX_DEMO.
 CALL FUNCTION ......
 ....
 ....
 CALL FUNCTION ......
ENDFORM.

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