SAP ABAP Data Element SCRFPTYPE (Type of function code for pushbutton)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Data Element SCRFPTYPE
Short Description Type of function code for pushbutton  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CUA_TYPE    
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 FType 
Medium FType 
Long 20 Function code type 
Heading Type 
Documentation

Definition

The function type is used for flow control purposes. When the event is executed, it informs the screen processor how to interpret the function code. The types are as follows:

Type Description Command field entry

E Exit command
(module AT EXIT COMMAND executed) "/E"

H Help
(module ON HELP REQUEST executed) "?"

S System function "/"

T Start transaction "/n"

P Local GUI function.
The function code is processed by the GUI.
Currently only supported in tabstrip controls.

Space
or X Execute special function "="
without special handling

The default type is space.

Types C, P and N also exist, but these are not supported at present.

Example

Type "T" with the code sm31 is the same as entering "/nsm31" in the command field.

Type "E" is the same as entering "/E" in the command field.

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