sap-tutorials / Tutorials

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

Access a Classic Schema from SAP Business Application Studio #23554

Open NiccoloPirani opened 1 month ago

NiccoloPirani commented 1 month ago

Tutorials: https://developers.sap.com/tutorials/hana-cloud-access-cross-container-schema.html

At step 6 "Create a view", when we are requested to submit a sql statement in the blank space, i'm pretty sure that

SELECT TOP 1000 "REGION", "DESCRIPTION" FROM "DM_HDI_DB_1"."RegionTextsView"

is the correct answer, but once checked the output is "Technical Error". Cause to that i'm unable to complete the mission and obtain the badge, can you check if there is any bug or am i completely wrong about the answer? thank you