SAP ABAP Data Element SCRDBERN (Area name)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Data Element SCRDBERN
Short Description Area name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SCRPCHA132    
Data Type CHAR   Character String 
Length 132    
Decimal Places 0    
Output Length 132    
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 Name 
Medium 15 Area name 
Long 20 Area name 
Heading 12 Area name 
Documentation

Definition

Identification of a screen area used for incorporating include screens dynamically at runtime. Each area on the screen must have a unique name consisting of up to 10 characters. In the PBO part of the screen flow logic, you can reference one of these areas with the command

CALL SUBSCREEN area name INCLUDING program screen.

You must enter the area name directly, but you can specify the include screen as a variable or as a literal (enclosed in quotation marks). The PBO parts of the include screen run at the time specified in the flow logic. The PAI parts run in the PAI module of the flow logic for the higher level screen and are referenced by the command

CALL SUBSCREEN area name.

A normal screen can contain several areas for several include screens. The include screen itself should be flagged as such by an attribute. An include screen cannot call another include screen.

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