OData Metamodel not a valid entity

0
  Hello all,   I'm building an app in Studio Pro 9.17.1 using the SAP Fiori blank template. I've created the OData model from the metadata and imported it. However, when I try to retrieve data from an S/4HANA system, I get the following errors:   com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: 'PP_MPE_ORDER_MANAGE.MetaModel' is not a valid entity     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: com.mendix.core.CoreRuntimeException: 'PP_MPE_ORDER_MANAGE.MetaModel' is not a valid entity     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: 'PP_MPE_ORDER_MANAGE.MetaModel' is not a valid entity     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Any advice would be greatly appreciated. Ross
asked
1 answers
1

Turns out the OData Model Creator did not create a MetaModel entity, so I had to create it manually.

 

Not sure why it happened, but problem solved so I’m moving on.

 

Ross

answered