SAP ABAP Data Element /IWBEP/SBOD_BASE_TYPE_NAME (Service Builder: OData Base Type Name)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_ODATA_DM (Package) Gateway Service Builder - Domain Model Plugin
Basic Data
Data Element /IWBEP/SBOD_BASE_TYPE_NAME
Short Description Service Builder: OData Base Type Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /IWBEP/SBDM_NODE_NAME    
Data Type CHAR   Character String 
Length 40    
Decimal Places 0    
Output Length 40    
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 Base Type 
Medium 20 Base Type Name 
Long 30 Base Type Name 
Heading 40 Base Type Name 
Documentation

Definition

Name of base-type instance.

Use

Enter the base type name directly or use the input help to display a list of existing node names and their descriptions. You can select the relevant base type node from this list.

Base types (or parents) inherit their properties to derived types (or children). Inheritance is a fundamental modeling concept that allows different types to be related in an "is a" relationship, thereby enabling extensibility and reuse of existing entity types.

Base types are relevant for complex types and entity types.

Dependencies

Example

When type B inherits from type A, then A is the base type of B and B is a sub-type or derived type of A. The derived type inherits all properties from its base type. These properties are called inherited properties. You can extend the derived type to include additional properties and these additional properties are called direct properties. A direct property name must be unique. That is, it cannot be the same as an inherited property.

In the Entity Data Model (EDM), a derived entity type always inherits the definition of its key from its base type.

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