sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
734 stars 777 forks source link

Consume an OData Service with Create Option #4945

Closed voxron closed 4 years ago

voxron commented 4 years ago

Tutorial URL: https://developers.sap.com/tutorials/xsa-sapui5-consume.html

Hello Thomas,

Excuse me, but still have another error. Please see screenshot and my js file.

2020-04-16 22_26_35-Window hex.localdomain.com-1587065185254.log App.controller.js.txt

jung-thomas commented 4 years ago

Add to you index.html right after the script call to startup.js. That should solve the issue. Its another one of the prerequisites from higher up in the chain of tutorials. I will add a specific step to this tutorial for it as well.

MichaelCzcz commented 4 years ago

Thank you for your feedback. The issue seems to be resolved, so I am closing the issue.

If you still have questions, feel free to reopen the issue.

voxron commented 4 years ago

Hello,

Yes, everything ok. Thanks Thomas!

voxron commented 4 years ago

Thomas, one question: what kind of books or resources you can recommend for dummies of that topic? I mean how to manipulate with JS and UI5. Do you have exercies about how to create odata v4 with using Java Module, I think this is more complicated rather than odata v2 as NodeJS module.

jung-thomas commented 4 years ago

I'd recommend look at openSAP as they have some very good and deep UI5 courses. I've take a few of their UI5 ones myself.

As far OData v4 specifically with Java, then I'd suggest you have a look at the newest information on Cloud Application Programming Model.

voxron commented 4 years ago

Thanks!