SAP ABAP Data Element SCRFNAME (Name of a Screen Element)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Data Element SCRFNAME
Short Description Name of a Screen Element  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DYNFNAM    
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 Name 
Long 20 Element name 
Heading 30 Element name 
Documentation

Definition

Specify a field name according to the ABAP/4 naming convention. For fields defined in the ABAP/4 Dictionary, specify the field name in the long form. The table name and the actual field name are linked by a '-'.
Template fields for input and output generally require a field name.
With field texts, the following acvtivities are connected with the field name:

  • Translation of field texts without reference to the ABAP/4 Dictionary.
  • Modification of the ABAP/4 program, possibly together with the template field of the same name.
  • Documentation option in case of reference to the ABAP/4 Dictionary, using the field name.

A field name may be used on a screen only once for a field text and a template.
A field name preceded by a * can be entered for an identical Dictionary reference.
Since field texts and templates with identical names must be located in the same loop, you cannot have a template in the loop and a field text as the column heading outside the loop. Here, you should use a field with the same name preceded by a * as the column heading. You can get texts and documentation using the same reference to the ABAP/4 Dictionary.

If you specify a field name defined in the ABAP/4 Dictionary, you have to specify whether you want to create a link to the Dictionary. If so, the system copies all the attributes as far as possible. Otherwise, it treats the field as if it were not a Dictionary field.

The name of a subscreen area or a control can be up to 10 characters long and must be unique. The naming space reserved for this is separate from the naming space for other screen fields.

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