SAP ABAP Data Element SIW_DTE_DISPLAY_MODE (Display Mode of Variable)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_TYPES (Package) SIW: Global Type definitions
Basic Data
Data Element SIW_DTE_DISPLAY_MODE
Short Description Display Mode of Variable  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SIW_DOM_DISPLAY_MODE    
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 10 Disp.Varnt 
Medium 15 Display Variant 
Long 20 Display Variant 
Heading 20 Display Variant 
Documentation

Definition

Controls if a variable can be or must be edited, and if the system displays the variable in the SIW dialog.
The following constants are defined within the IF_SIW_VARIABLEinterface:

  • CON_INVISIBLE - The system does not display the variable in the project context data screen.
  • CON_DISPLAY - The system displays the variable in the project context data screen, the variable is not editable.
  • CON_EDITABLE - The system displays the variable in the project context data screen, the variable is editable and optional.
  • CON_MANDATORY - The system displays the variable in the project context data screen, the variable is editable and mandatory.

Dependencies

The generation of objects can not be started unless all mandatory variables are filled.

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 100