cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error with the annotation modeler

0 Likes
2,079

I have a problem when I want to extend the standard 'Manage Purchase Orders' app, I import it to the local Web IDE (using orion) and I see that it doesn't show me the Annotation Modeler due to this error:

I have read other posts related to this topic but I did not come up with the solution.

I would really appreciate your help please!!

View Entire Topic
junwu
SAP Champion
SAP Champion
0 Likes

you should abandon the ship(web ide)

0 Likes

That doesn't solve my question... but while we're at it, what IDE do you recommend? VScode or BAS?

junwu
SAP Champion
SAP Champion
0 Likes

vsc or bas either should work.

for your current issue, can you download your odata meta file and put it in your project based on your setting in manifest.

in this example, it is saved in localService folder.

"type": "OData", "settings": { "odataVersion": "2.0", "localUri": "localService/metadata.xml", "annotations": [ "annotation" ] }