Skip to content

Commit

Permalink
Update Measures CDS CAP annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay11298 authored Aug 21, 2023
1 parent 8a448ec commit 5e96528
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/06_SAP_Fiori_Elements/setting-units-of-measure-0d6c1d5.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,27 @@ In the following example, the `Price` property is annotated in the annotation do
> ```
>
> annotate GWSAMPLE_BASIC.Product with {
> @MeasuresUnit : WeightUnit
> @Measures.Unit : WeightUnit
> WeightMeasure
> };
>
> annotate GWSAMPLE_BASIC.Product with {
> @MeasuresUnit : DimUnit
> @Measures.Unit : DimUnit
> Width
> };
>
> annotate GWSAMPLE_BASIC.Product with {
> @MeasuresUnit : DimUnit
> @Measures.Unit : DimUnit
> Depth
> };
>
> annotate GWSAMPLE_BASIC.Product with {
> @MeasuresUnit : DimUnit
> @Measures.Unit : DimUnit
> Height
> };
>
> annotate GWSAMPLE_BASIC.Product with {
> @MeasuresISOCurrency : CurrencyCode
> @Measures.ISOCurrency : CurrencyCode
> Price
> };
>
Expand Down

0 comments on commit 5e96528

Please sign in to comment.