on ‎2023 Feb 28 7:26 PM
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!!
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
you should abandon the ship(web ide)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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" ] }I wanted to let you know that I was able to fix it. just like Jun Wo said my manifest was pointing wrong to the oData. I was pointing the uri to the principal oData ('"uri": "/sap/opu/odata/sap/MM_PUR_PO_MAINT_V2_SRV/",') and not to the Annotations oData ('"uri": "/sap/opu/odata/sap/MM_PUR_PO_MAINTAIN_V2_ANNO_MDL/",'), I changed that to it and it worked

Thank you Jun Wo and Mariana NAboka!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sebastian,
could you please check if there is a local metadata copy in your project and if not, add it following the advice of Jun Wu above.
If it does not help, we would need to see your project to investigate. Please feel free to open the ticket for the component CA-WDE-PI-AM and attach your project there.
Best Regards
Mariana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.