Tutorial
Create Calculation View and Expose via CAP (SAP HANA Cloud)
Source: tutorials/hana-cloud-cap-calc-view/hana-cloud-cap-calc-view.md
Problem
Two screenshots in the tutorial show the artifact name spelled V_INTERATION (missing the second C) instead of V_INTERACTION. The text and code in the same tutorial use the correct spelling V_INTERACTION, so following the screenshot literally creates an artifact whose name does not match the rest of the tutorial — later steps fail when they look for V_INTERACTION.
Affected screenshots
create_calc_view.png — Create SAP HANA Database Artifact dialog. Both the Specify the artifact name and Specify the label fields show V_INTERATION (the red spell-checker underline is even visible in the screenshot).
folder_view.png — Workspace explorer view, where the file appears as V_INTERATION.hdbcalculationview in both the WORKSPACE and SAP HANA PROJECTS panes.
Suggested fix
Re-capture both screenshots with the artifact name typed correctly as V_INTERACTION.
Reference
Originally reported in SAP-samples/cap-hana-exercises-codejam#32. The downstream CodeJam repo has added a temporary WARNING callout to its exercise README until the upstream screenshots are refreshed.
Tutorial
Create Calculation View and Expose via CAP (SAP HANA Cloud)
Source:
tutorials/hana-cloud-cap-calc-view/hana-cloud-cap-calc-view.mdProblem
Two screenshots in the tutorial show the artifact name spelled
V_INTERATION(missing the second C) instead ofV_INTERACTION. The text and code in the same tutorial use the correct spellingV_INTERACTION, so following the screenshot literally creates an artifact whose name does not match the rest of the tutorial — later steps fail when they look forV_INTERACTION.Affected screenshots
create_calc_view.png— Create SAP HANA Database Artifact dialog. Both the Specify the artifact name and Specify the label fields showV_INTERATION(the red spell-checker underline is even visible in the screenshot).folder_view.png— Workspace explorer view, where the file appears asV_INTERATION.hdbcalculationviewin both the WORKSPACE and SAP HANA PROJECTS panes.Suggested fix
Re-capture both screenshots with the artifact name typed correctly as
V_INTERACTION.Reference
Originally reported in SAP-samples/cap-hana-exercises-codejam#32. The downstream CodeJam repo has added a temporary WARNING callout to its exercise README until the upstream screenshots are refreshed.