Hierarchy

⤷

⤷

Basic Data
Data Element | /IWFND/MED_MDL_LENGTH |
Short Description | Length |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | /IWFND/MED_MDL_LENGTH | |
Data Type | NUMC | Character string with only digits |
Length | 10 | |
Decimal Places | 0 | |
Output Length | 10 | |
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 | 8 | Length |
Medium | 8 | Length |
Long | 8 | Length |
Heading | 8 | Length |
Supplementary Documentation - /IWFND/MED_MDL_LENGTH0100
Use
Maximum length of values for the Property at runtime.
Dependencies
The Property editor fields together control how the Property is represented in the metadata.
Example
Enter 30 to specify that the maximum length for the Property is 30.
The following examples show how the Property editor fields are represented in the metadata, with this field underlined to highlight it.
For text types, for example, Edm.String:
<Property Name="telephone" Type="Edm.String" Nullable="false" MaxLength="30" sap:label="Telephone number" sap:creatable="true" sap:updatable="true" sap:filterable="true" sap:semantics="tel" />
For decimal types, for example, Edm.Double:
<Property Name="size" Type="Edm.Decimal" Nullable="true" Precision="30" Scale="2" sap:label="Size" sap:creatable="true" sap:updatable="true" sap:filterable="true" />
History
Last changed by/on | SAP | 20131122 |
SAP Release Created in | 200 |