cancel
Showing results for 
Search instead for 
Did you mean: 

display fiori elements draft edit status in listreport

shf
Explorer
0 Kudos
233

Hello,

I like to simply display the draft edit status in Fiori listreport of a draft-enabled entity like in document https://sapui5.hana.ondemand.com/sdk/#/topic/668ea184f58c4378a5394f54b4ae205d .

Is there a manifest setting to switch on the draft edit status? The draft edit status is not automatically visible in the key column of the table.

Yours

Stephan

View Entire Topic
abdurraufib
Explorer
0 Kudos
I found that the Common.SemanticKey annotation solved this issue

annotate myService
.myEntity with @Common: {SemanticKey: [title]};
shf
Explorer
0 Kudos
I'm currently not using semantic key. Using annotations, it should be available to display draft info independently from semantic key column. I have found a custom solution which made a lot of efforts to get it done. Maybe this could be improved via more @Common annontations especially for draft information like userid, date of last change bound to related adminstrative draft fields.