Dear Experts,
I have a requirement to show Date Picker when the field value is a date. This works when the field type is Edm.DateTime. Picker is not showing for the date fields type Edm.String. As you know we have different date field types like CHAR8, DATS, DEC(8), TIMESTAMP in SAP and when we build models on Standard Tables and create calculated columns to do type cast.
I tried maintaining semantic type but not able to get field property in $metadata.
Date as String
<Property Name="PlannedDlyDate" Type="Edm.String" MaxLength="8" sap:label="Planned Delivery Date" sap:aggregation-role="dimension"/>
Date as DateTime
<Property Name="CA_ACTUAL_START_DATE" Type="Edm.DateTime" sap:display-format="Date" sap:label="Actual Start Date & Time" sap:aggregation-role="dimension"/>
Is there any simple way of identifying the field semantics?
We are on S4HANA SPS09 version 1.00.097.00.1434028111
Thank you,
Srini.