SAP ABAP Data Element SEO_SHARED_MEMORY_ENABLED (Flag: Is Class Shared Memory-Enabled?)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-CLA (Application Component) Class Builder
     SEOE (Package) ABAP Objects Class Builder
Basic Data
Data Element SEO_SHARED_MEMORY_ENABLED
Short Description Flag: Is Class Shared Memory-Enabled?  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FLAG    
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 ShM-Enabld 
Medium 19 Shared Memory-Enab. 
Long 20 Shared Memory-Enab. 
Heading 19 Shared Memory-Enab. 
Documentation

Definition

If this flag is set, the class can be instantiated in Shared Objects Memory. Note that the static attributes of a class are stored locally in the roll area, not in the Shared Objects Memory.

You can only set this flag for a class if it is also set for the class's superclasses (if it has any).

Use

You can only create objects using the CREATE OBJECT obj AREA HANDLE hdl. statement, if this flag has been set for the class.

Dependencies

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 640