Skip to content

Commit e348287

Browse files
Update advanced/odata.md
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
1 parent 02b36cc commit e348287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/odata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ which is equivalent to:
11901190
GET /Books?$apply=aggregate(stock with sum as stock) HTTP/1.1
11911191
```
11921192

1193-
#### Currencies and Units of Measure {.java}
1193+
#### Currencies and Units of Measure
11941194

11951195
If a property represents a monetary amount, it may have a related property that indicates the amount's *currency code*. Analogously, a property representing a measured quantity can be related to a *unit of measure*. To indicate that a property is a currency code or a unit of measure, it can be annotated with the [Semantics Annotations](https://help.sap.com/docs/SAP_NETWEAVER_750/cc0c305d2fab47bd808adcad3ca7ee9d/fbcd3a59a94148f6adad80b9c97304ff.html) `@Semantics.currencyCode` or `@Semantics.unitOfMeasure`.
11961196
The aggregation method (typically, sum) is specified with the `@Aggregation.default` annotation.

0 commit comments

Comments
 (0)