Tuesday 7 February 2017

HANA XS:Setup a Project For SAP HANA XS.

Why we create a Project ?

  1. To group together all the artifacts you need for an application.
  2. For Version Management, sharing, and maintenance of resources.
How to create a Project?
  1. Open a SAP HANA Studio.
  2. Open a SAP HANA Development perspective.
  3. Choose Project Explorer.
  4. File -->New-->Project
    In New Project Wizard, select
    SAP HANA -->Application Development-->XS Project
  5. Enter Following Details.
    1. Shared Project.
      This is default setting.
      This will ensure continuous synchronization between your local workspace and HANA repository.
      If you choose not to share project then you share it later manually.
    2. Project Name.
      Provide the project Name.
      Since your project name should be unique therefore provide the complete path of packages where you want to save your project in HANA DB.
      For example.
      com.company.example.MyHanaXsProject

      Where com.company.example are the hierarchy of package in main HANA DB.
    3. Project Location.
      If the project is not shared then you can save it in default location.
      and can share it manually later.
    4. Working set.
      It contains the object that you work on most frequently.
    5. Repository workspace and package.
      For a shared project, you can set the project location by selecting a repository workspace and package.
      see, how to create repository workspace?

    6. Common Objects.
      For a shared project, you can include some commonly used objects in your project.
      Some of these will provide you with a basic template to begin with.
    7. Access Objects.
      For Shared Project, the access objects (.xsaccess, .xsapp) option is already checked out.

No comments:

Post a Comment