This public repository is read-only and no longer maintained. For the latest sample code repositories, visit the SAP Samples organization.
Author: Thomas Bieser, Britta Varwig (SAP SE)
This repository provides the full source code for the "Hello World" tutorials on https://hcp.sap.com. In this tutorials you can learn how to make your very first steps on SAP HANA by developing a very simple "Hello World" application using the SAP HANA web-based Development Workbench on the SAP HANA Cloud Platform.
These are the respective tutorials:
- Hello World! Develop your first SAP HANA Application using the SAP HANA Web-based Development Workbench
- Hello Data! Access your first Data from a native SAP HANA Application using the SAP HANA Web-based Development Workbench
- Hello User! Authorize your first User to access a SAP HANA Application using the SAP HANA Web-based Development Workbench
- Hello UI5! Develop your first UI5 Application on SAP HANA using the SAP HANA Web-based Development Workbench
While the tutorials are optimized for the SAP HANA web-based Development Workbench, you can run and import this code in the SAP HANA Studio following these steps:
- Setup a HANA Studio by following the tutorial "Getting Started with SAP HANA Studio on SAP HANA Cloud Platform".
- In your HANA Studio open
File>Import... - In the
Import-dialog selectSAP HANA Content>Sample Applicationsand pressNext. - In the
Import Sample Application - Sample Application-dialog select the applicationHelloWorldand pressNext. - In the
Import Sample Application - Target System-dialog select your HANA System and pressNext. - In the
Import Sample Application - Destination-dialog expandContentand select the package named like your account and HANA Trial instance, i.e. p1234567890.hana. PressFinish. - An Eclipse job
Sample Application Importwill start. When this job has finished, the new createdhelloworldpackage is imported in your SAP HANA Repository. - To import the application in your workspace, go to the
Repositoryview, choose thehelloworldpackage and open the context menu for the package with a right-click. - Choose
Check Out and Import Projects....
Should you have any questions or face problems then the go for the SAP HANA Cloud Platform Developer Center.