cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I am using SAPUI5 Smart Chart control and I have some issues with the annotations generated by Gateway Builder. I added all necessary annotations mentioned in the Smart Chart documentation and it looks like this (vocabulary based odata project):

As you can see the property "ChartType" was generated as "Column". I have chosen that value in the corresponding DDLB in SEGW. Nevertheless, the chart is not working because it expects "com.sap.vocabularies.UI.v1.ChartType/Column" instead of just "Column". When I add this term using code in the MPC_EXT class using "com.sap.vocabularies.UI.v1.ChartType/Column" the Smart Chart works fine. Does anybody know why it doesn't work with Standard code?

Regards

Tobias

View Entire Topic
Former Member
0 Likes

I am having the same problem.

when generating with segw annotations , it doesn't work.

but if I write it manually with MPC_EXT it works fine..