Hello,
I’m currently developing a UI5 Application consuming BOPF-Data with the oData service based on SADL.
I wanted to combine data, which is stored in several BOs, into one BO that will be mapped to a single oData entity.
I tried adding transient Fields in an existing BO, but it seems they can’t be consumed by the oData service, as you see at the screenshot.
How can I resolve this problem?