cancel
Showing results for 
Search instead for 
Did you mean: 

Create/Edit Actions are not available in ODATA V4 without draft

Mikhail_Minakov
Explorer
0 Kudos
1,857

Dear colleagues,

I have condigured a simple RAP Object with managed behaviour without draft and exposed it with ODATA V4 and V2 Serivces. It is working fine in ODATA V2 but in ODATA V4 the buttons Create and Update are missing (only Delete is available).

Is it possible to use RAP in ODATA V4 without draft or is draft mandatory for V4 Services for RAP objects with managed behaviour?

sanu01
Newcomer
0 Kudos
Hi, I am facing the same problem now. how to fix the issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

j_pavan_kumar
Product and Topic Expert
Product and Topic Expert

Hi Mikhail,

Yes, OData V4 supports only for draft if the binding type is UI service. Where as if it is for web API then it still supports for non-draft as it will be always real time.

Thanks,

Pavan

former_member14709
Contributor
0 Kudos

hi Mikhail,

I assume you are checking the generated app(Preview) from ADT. Preview app is just meant for the testing purpose and has some limitations. But you can build an app from BAS on top of this V4 service to see the full functionality. OData V4 works most efficiently with draft but draft is not mandatory in V4.

Hope this helps!

Thanks,

Aman Garg

johnsonjos
Explorer

Hi Aman,

Can we use an OData V4 service without draft in a Fiori Element App and get Create and Update buttons?

Johnson