SAP ABAP Data Element O2BCONTENT (BSP Element: Content)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSP_DEVTAGLIB (Package) Development Environment Objects for Taglib Support
Basic Data
Data Element O2BCONTENT
Short Description BSP Element: Content  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
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 Contents 
Medium 15 Contents 
Long 28 BSP Element Content 
Heading  
Documentation

Definition

This is used to define the element content type. You can select from the following options:

  • Empty:
    The BSP element has no content and can therefore only be used in the form <xyz:elem/> or <xyz:elem></xyz:elem>.
  • Only BSP elements:
    Selecting this option indicates to the runtime environment that the BSP element only contains further BSP elements. Any exisiting static HTML is ignored. This helps to optimize the performance of the runtime environment.
  • BSP elements and static HTML:
    The element can contain further BSP elements and/or any HTML.
  • Element interprets content itself:
    The content of the element is transferred to the element handler class unchanged and without prior parsing. Example: The BSP element executes any SQL statements that are specified in the element content. Or: The content of the BSP element depicts documentation that contains application examples of BSP elements. An interpretation by the runtime environment is therefore not necessary.

Use

Dependencies

Example

History
Last changed by/on SAP  20040312 
SAP Release Created in 620