
{
.....
"sap.ovp": {
"globalFilterModel": "GWSAMPLE_BASIC",
"globalFilterEntityType": "GlobalFilters",
"containerLayout": "resizable",
"enableLiveFilter": true,
"considerAnalyticalParameters": true,
"showDateInRelativeFormat": true,
"useDateRangeType": true,
"showBasicSearch": true,
"smartVariantRequired": true,
"cards": {}
}
}
<EntityType Name="GlobalFilters" sap:label="Global Filters" sap:semantics="aggregate" sap:content-version="1">
<Key>
<PropertyRef Name="CurrencyCode"/>
</Key>
<Property Name="DeliveryDate" Type="Edm.DateTime" sap:label="Delivery Date" Precision="0" sap:display-format="Date"
sap:filter-restriction="interval"/>
<Property Name="OrderedAmount" Type="Edm.Decimal" sap:label="Ordered Amount" Precision="13" Scale="3"/>
<Property Name="OverdueTime" Type="Edm.Int32" sap:label="Overdue Time"/>
<Property Name="SupplierName" Type="Edm.String" MaxLength="35" sap:label="Supplier"/>
<Property Name="CityName" Type="Edm.String" MaxLength="35" sap:label="City Name"/>
<Property Name="Land1" Type="Edm.String" MaxLength="3" sap:label="Country" sap:semantics="country"/>
<Property Name="CurrencyCode" Type="Edm.String" MaxLength="5" sap:label="Sales Order Currency" sap:creatable="false" sap:updatable="false"
sap:semantics="currency-code"/>
<Property Name="NetAmount" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="CurrencyCode" sap:label="Net Amt." sap:creatable="false"
sap:updatable="false"/>
<Property Name="MaterialName" Type="Edm.String" MaxLength="40" sap:label="Material"/>
<Property Name="MaterialGroup" Type="Edm.String" MaxLength="40" sap:label="Material Group"/>
<Property Name="PurchasingCategory" Type="Edm.String" MaxLength="40" sap:label="Purchasing Category"/>
<Property Name="PurchasingGroup" Type="Edm.String" MaxLength="40" sap:label="Purchasing Group"/>
<Property Name="PurchasingOrganization" Type="Edm.String" MaxLength="40" sap:label="Purch. Organization"/>
</EntityType>
<Annotations Target="GWSAMPLE_BASIC.GlobalFilters">
<Annotation Term="com.sap.vocabularies.UI.v1.TextArrangement" EnumMember="com.sap.vocabularies.UI.v1.TextArrangementType/TextLast"/>
<Annotation Term="UI.SelectionFields">
<Collection>
<Record>
<PropertyPath>SupplierName</PropertyPath>
</Record>
<Record>
<PropertyPath>Land1</PropertyPath>
</Record>
<Record>
<PropertyPath>MaterialName</PropertyPath>
</Record>
<Record>
<PropertyPath>MaterialGroup</PropertyPath>
</Record>
<Record>
<PropertyPath>PurchasingCategory</PropertyPath>
</Record>
<Record>
<PropertyPath>PurchasingGroup</PropertyPath>
</Record>
<Record>
<PropertyPath>PurchasingOrganization</PropertyPath>
</Record>
</Collection>
</Annotation>
</Annotations>
<EntityContainer Name="GWSAMPLE_BASIC_Entities" m:IsDefaultEntityContainer="true">
<EntitySet Name="BusinessPartnerSet" EntityType="GWSAMPLE_BASIC.BusinessPartner" sap:content-version="1" sap:searchable=”true”/>
....
<Annotations Target="GWSAMPLE_BASIC.GlobalFilters/PurchasingGroup">
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="true"/>
</Record>
</Annotation>
</Annotations>
<EntityType Name="GlobalParameters" sap:label="Global Parameters" sap:semantics="parameters" sap:content-version="1">
<Key>
<PropertyRef Name="P_DisplayCurrency"/>
</Key>
<Property Name="P_DisplayCurrency" Type="Edm.String" MaxLength="5" sap:label="Display Currency" sap:parameter="mandatory" DefaultValue="EUR"
sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/>
<NavigationProperty Name="Results" Relationship="GWSAMPLE_BASIC.Assoc_GlobalParameters_GlobalFilters"
FromRole="FromRole_Assoc_GlobalParameters_GlobalFilters" ToRole="ToRole_Assoc_GlobalParameters_GlobalFilters"/>
</EntityType>
<EntityType Name="GlobalFilters" sap:label="Global Filters" sap:semantics="aggregate" sap:content-version="1">
<Key>
<PropertyRef Name="CurrencyCode"/>
</Key>
<Property Name="DeliveryDate" Type="Edm.DateTime" sap:label="Delivery Date" Precision="0" sap:display-format="Date"
sap:filter-restriction="interval"/>
<Property Name="OrderedAmount" Type="Edm.Decimal" sap:label="Ordered Amount" Precision="13" Scale="3"/>
<Property Name="OverdueTime" Type="Edm.Int32" sap:label="Overdue Time"/>
<Property Name="SupplierName" Type="Edm.String" MaxLength="35" sap:label="Supplier"/>
<Property Name="CityName" Type="Edm.String" MaxLength="35" sap:label="City Name"/>
<Property Name="Land1" Type="Edm.String" MaxLength="3" sap:label="Country" sap:semantics="country"/>
<Property Name="CurrencyCode" Type="Edm.String" MaxLength="5" sap:label="Sales Order Currency" sap:creatable="false" sap:updatable="false"
sap:semantics="currency-code"/>
<Property Name="NetAmount" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="CurrencyCode" sap:label="Net Amt." sap:creatable="false"
sap:updatable="false"/>
<Property Name="MaterialName" Type="Edm.String" MaxLength="40" sap:label="Material"/>
<Property Name="MaterialGroup" Type="Edm.String" MaxLength="40" sap:label="Material Group"/>
<Property Name="PurchasingCategory" Type="Edm.String" MaxLength="40" sap:label="Purchasing Category"/>
<Property Name="PurchasingGroup" Type="Edm.String" MaxLength="40" sap:label="Purchasing Group"/>
<Property Name="PurchasingOrganization" Type="Edm.String" MaxLength="40" sap:label="Purch. Organization"/>
</EntityType>
<AssociationSet Name="Assoc_GlobalParameters_GlobalFilters_Set" Association="GWSAMPLE_BASIC.Assoc_GlobalParameters_GlobalFilters"
sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1">
<End EntitySet="GlobalParameters" Role="FromRole_Assoc_GlobalParameters_GlobalFilters"/>
<End EntitySet="GlobalFilters" Role="ToRole_Assoc_GlobalParameters_GlobalFilters"/>
</AssociationSet>
<EntityType Name="GlobalParameters" sap:label="Global Parameters" sap:semantics="parameters" sap:content-version="1">
<Key>
<PropertyRef Name="P_DisplayCurrency"/>
</Key>
<Property Name="P_DisplayCurrency" Type="Edm.String" MaxLength="5" sap:label="Display Currency" sap:parameter="mandatory" DefaultValue="EUR"
sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/>
<NavigationProperty Name="Results" Relationship="GWSAMPLE_BASIC.Assoc_GlobalParameters_GlobalFilters"
FromRole="FromRole_Assoc_GlobalParameters_GlobalFilters" ToRole="ToRole_Assoc_GlobalParameters_GlobalFilters"/>
</EntityType>
<Annotations Target="GWSAMPLE_BASIC.GlobalFilters/SupplierName">
<Annotation Term="com.sap.vocabularies.Common.v1.FilterDefaultValue" String="SAP"></Annotation>
</Annotations>
<EntityType Name="GlobalParameters" sap:label="Global Parameters" sap:semantics="parameters" sap:content-version="1">
<Key>
<PropertyRef Name="P_DisplayCurrency"/>
</Key>
<Property Name="P_DisplayCurrency" Type="Edm.String" MaxLength="5" sap:label="Display Currency" sap:parameter="mandatory" DefaultValue="EUR"
sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/>
<NavigationProperty Name="Results" Relationship="GWSAMPLE_BASIC.Assoc_GlobalParameters_GlobalFilters"
FromRole="FromRole_Assoc_GlobalParameters_GlobalFilters" ToRole="ToRole_Assoc_GlobalParameters_GlobalFilters"/>
</EntityType>
<Annotations Target="GWSAMPLE_BASIC.GlobalFilters/Land1">
<Annotation Term="com.sap.vocabularies.Common.v1.ValueList">
<Record>
<PropertyValue Property="Label" String="Country Code"/>
<PropertyValue Property="CollectionPath" String="VH_CountrySet"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="com.sap.vocabularies.Common.v1.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="Land1"/>
<PropertyValue Property="ValueListProperty" String="Land1"/>
</Record>
<Record Type="com.sap.vocabularies.Common.v1.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Natio"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<EntityType Name="VH_Country" sap:content-version="1">
<Key>
<PropertyRef Name="Land1"/>
</Key>
<Property Name="Land1" Type="Edm.String" Nullable="false" MaxLength="3" sap:label="Country" sap:creatable="false" sap:updatable="false"
sap:sortable="false" sap:filterable="false"/>
<Property Name="Landx" Type="Edm.String" Nullable="false" MaxLength="15" sap:label="Name" sap:creatable="false" sap:updatable="false"
sap:sortable="false" sap:filterable="false"/>
<Property Name="Natio" Type="Edm.String" Nullable="false" MaxLength="15" sap:label="Nationality" sap:creatable="false" sap:updatable="false"
sap:sortable="false" sap:filterable="false"/>
</EntityType>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
12 | |
11 | |
11 | |
10 | |
8 | |
8 | |
7 | |
7 | |
7 |