on 2024 Jun 14 6:46 AM
In our ABAP Backend I created an odata service from an CDS view with @OData.publish: true. On top of the odata service I added a FIORI Elements app (list report) with BAS.
One of the fields in the CDS view is called "assignedto" which has a foreign key association to "_Users" and gets the text from _Users via @ObjectModel.text.association: '_Users'. In _Users I have a field annotated with @Semantics.text: true.
This works fine as far as I have a table column, where I can see the user ID and name / text in one field.
In the metadata I see that the odata service delivers two fields:
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.