Skip to Content
0
Aug 15, 2023 at 11:31 AM

ODATA V4 Draft Handling and mandatory create

127 Views

Hi Experts,

I have the following situation. I created a RAP service and the underlying Fiori Elements APP.

My root interface view has one association, which leads to table which contains the text value for one field in my root view in order to display a text instead of displaying the number.

The data field is marked as mandatory_create. Do to this case, the field will be displayed in pop during creation. Additionally the field will be displayed as dropdown (filled with a custom entity). During creation the popup displays the values in the dropdown correct. If I click OK in the popup my main page will display only a "-" instead of the text. If I save the date, my text will be displayed correct. If I check the batch request I can see, that the attribute, wich contains the key is filled correctly, but the text field not.

It seems, that the association do not work, do to the draft handling.

Do you have any advice?

Cheers Stefan