SAP ABAP Data Element /IWFND/MED_MDL_ELEMENT_NAME (Name of the Model Entity)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CS (Application Component) IWF Common Services
     /IWFND/MED_SVC_MULTI_LANGU (Package) GW Framework - Metadata - Service Def. - End User Translatio
Basic Data
Data Element /IWFND/MED_MDL_ELEMENT_NAME
Short Description Name of the Model Entity  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /IWFND/MED_MDL_ELEMENT_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 Name 
Medium 15 Element Name 
Long 20 Element Name 
Heading 40 Element Name 
Supplementary Documentation - /IWFND/MED_MDL_ELEMENT_NAME0100

Use

Name of the complex type structure defined in the Data Model.

You can include more than one Property in a complex type structure.

Dependencies

Example

If you created a complex type structure with a complex type name of complexname, it could consist of two Properties and be defined in the metadata as follows:

<ComplexType Name="complexname">

<Property Name="firtsname" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="true" sap:filterable="false" />

<Property Name="lastname" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="true" sap:filterable="false" />

</ComplexType>

The complex type structure complexname and other fields in the Property editor would be represented in the metadata as follows (underlined to highlight this field):

<Property Name="name" Type="ZRB_DOCU.complexname" Nullable="false" sap:label="complexname" sap:creatable="true" sap:updatable="true" sap:filterable="false" />

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