Skip to Content
Author's profile photo Thomas Jung

SAP HANA SPS 09: New Developer Features; SAP HANA Web-based Development Workbench

This blog is part of the larger series on all new developer features in SAP HANA SPS 09:http://scn.sap.com/community/developer-center/hana/blog/2014/12/02/sap-hana-sps-09-new-developer-features

With the inclusion of browser based development tools in HANA SPS 06, no longer are you required to install the SAP HANA Studio and Client if you only need to do some basic development object creation or editing in the SAP HANA Repository. This means you can be coding your first application within seconds of launching a SAP HANA instance. The usage of such browser based development tools is particularly appealing to cloud-based SAP HANA development scenarios, like SAP HANA one.  You only need access to the HTTP/HTTPS ports of the SAP HANA server and avoid the need for any additional client side software installation. A browser pointed at the SAP HANA server is all you need to begin development.

With SPS 09 we continue to enhance the browser based development tools adding support for a larger number of development artifacts as well as enhancing and improving the editors which already existed in previous releases.

New Design and Foundation

The SAP HANA Web-based Development Workbench is now based upon the same core libraries as the SAP Web IDE. This brings several key advantages.

New visual design to the IDE which matches the design of the SAP Web IDE.

Integration of some of the web tools of the SAP Web IDE. With a shared foundation we can add more of the functionality of the core web editing tooling of the SAP IDE over time as well.  I think you will eventually see these two tools merge into one integrated development experience for database to UI development in on place.

Contextual Help via links online documentation


HANABlog7.png


This new foundation brings with some technical changes as well.  For example there are new URL paths for all the indivdual tools:

/sap/hana/ide/editor

/sap/hana/ide/catalog

/sap/hana/ide/security

/sap/hana/ide/trace


Yet all the old URL should redirect automatically to the new paths. 


Likewise there are new roles. The old roles, however, are still valid as they are include the new roles.


Function Flow


While editing, we introduce the Outline View.  This is a new panel-based, responsive UI with persisted user settings. It contains your navigation history along with alphabetical sorting, collapse all, expand all, function list.

HANABlog8.png

As part of the improvements to the function flow, we also introduce code navigation. This feature supports cross-file navigation for both client and server JavaScript.  With a Ctrl+Click you can jump to the function definition from its usage even if this definition is contained in a separate file.  We also have popin code preview and support for JSDoc as you mouse over JavaScript functions.


HANABlog9.png


New Templates


The Web-based Development Workbench has always had support for new application templates.  In SPS09 we extend the list of available templates to include a complete Fiori example application.

HANABlog10.png


There are also new code snippets for XSJS, XSODATA, HDBPROCEDURE, and other development artifacts.

HANABlog11.png


Application Preview


One of the additional advantages of moving to the SAP Web IDE foundation is that the SAP HANA Web-based Development Workbench now shares the same Application Preview tools as the SAP Web IDE.  This tool allows for HTML page testing in various form factors and screen orientations.

HANABlog12.png


XSODATA


The XSODATA Editor within the SAP HANA Web-based Development Workbench receives improvements via syntax highlighting and keyword code completion.

HANABlog13.png


The SAP River Application Explorer has been rebuilt as a general SAP OData Explorer in SPS 09. It allows for the general testing and data generation of XSODATA based services. You can view all records in a service or create/delete/edit individual records. It also supports mass generation of multiple records at once with random value generation. It can be launched from the Web-based Development Workbench (via context menu option on XSODATA service) or directly via the url=

/sap/hana/ide/editor/plugin/testtools/odataexplorer/index.html?appName=<xsodata service path>


HANABlog14.png


HANABlog15.png



SQLScript


One of the new development artifacts with support in the SAP HANA Web-based Development Workbench in SPS 09 is the HDBPROCEDURE. Not only do we get a basic editor, but it also has advanced features such as keyword code completion and syntax highlighting.

HANABlog16.png


In addition to editing, we can now also debug SQLScript procedures from the SAP HANA Web-based Development Workbench. Here you can set breakpoints in the runtime object in the Catalog tool.  You then call the procedure from the SQL console.  You have resume and step over functions as well as scalar and table variable/parameter previews.

HANABlog17.png


Performance Analysis in the SQL Console


A new feature of the SQL Console in the SAP HANA Web-based Development Workbench is to allow for performance measurements. You see an expanded detail of the performance trace. You also have the option to perform repeated calls to the same operation and graph the performance over time.

HANABlog18.png


HANABlog19.png


Form based Role Editor


With SPS 09, the Web-based Development Workbench introduces a supported editor for creating and maintaining designtime roles.  This is not a source code based editor, unlike the HANA Studio. Instead this is a form based editor with similiar functionality to the older runtime role editor in the HANA Studio. This makes editing of roles by security administrators which might not that familiar with coding much easier.

HANABlog20.png


HANA Test Tools Integration

With SPS 09, SAP ships optional Unit Test and Mock Framework tools. If these tools are installed on your HANA instance, then the option to trigger these tests will also show up in the SAP HANA Web-based Development Workbench. In addition to just running the Unit Test, you can also choose to perform a code coverage analysis.  The results we be displayed in the editor by highlighting the lines of code which were touched by the Unit Test.

HANABlog21.png

HANABlog22.png



Calculation View Editor

Another important addition to the list of supported development artifacts in the SAP HANA Web-based Development Workbench is the inclusion of Calculation Views. This is the first of the modeled views to be supported by the web development tooling and offers many options and features of the advanced modeling environment. The editor supports both scripted and graphical Calculation views.

HANABlog23.png

HANABlog24.png


Analytic Privilege Editor

To complement the support for Calculation Views, we also introduce a new editor in the Web-based Development Workbench for Analytic Privileges.

HANABlog25.png


Smart Data Access

SPS 09 also introduces a new editor for Smart Data Access integrated into the Catalog tool of the SAP HANA Web-based Development Workbench. It allows you to define and edit Remote Sources and to create and maintain Virtual Table defintions.

HANABlog26.png


Replication Task Editor

The last of the major new editors introduced in SPS 09 is the Replication Task editor.  This tool allows you to define replication tasks and to perform target mapping.

HANABlog27.png


CDS/HDBDD Editor

The CDS/HDBDD Editor also received several improvements in SPS 09.  The editor now supports syntax highlighting and local code completion.

HANABlog28.png


It also integrates the data preview function. This allows you to select an entity within an HDBDD view and generate a SELECT SQL Statement to preview the contents in the underlying table.

HANABlog29.png





Assigned Tags

      6 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Sergio Guerrero
      Sergio Guerrero

      Like always. It is a great feeling to know you are keeping us posted. Thank you very much for the blog article. I am very exited to start working with SP09. I read on the developer guide and some of the new features. I am exited to start coding  XSDS, use the mail server, XSUnit, etc. Thank you very much for the new information Thomas

      Author's profile photo Former Member
      Former Member

      Awesome Thomas! as you explained about Calculation view editor, do we have same for Analytic and Attribute view. 

      Author's profile photo John Lartey
      John Lartey

      What is the default port for the web workbench?

       

      Author's profile photo Thomas Jung
      Thomas Jung
      Blog Post Author

      The Web Workbench - like any XSC application - doesn't have a default port. It runs on whatever port you XSEngine is running on.

      Author's profile photo John Lartey
      John Lartey

      Hello Thomas,

      Thanks for the feedback. I will get my admin to configure it asap.

      Regards

      John

      Author's profile photo Thomas Jung
      Thomas Jung
      Blog Post Author

      Please note the date on this blog - 2014.  Since then the SAP HANA Web-based Development Workbench has been deprecated and replaced by the SAP Web IDE for SAP HANA. If starting new development now, I'd really recommend beginning with the SAP Web IDE for SAP HANA.