Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
VolkerSaggau
Product and Topic Expert
Product and Topic Expert

Solution:

With SAP HANA Cloud March 2022 the HDI can now return the first error it can detect per each "dependency branch".


In this schematic tree we would see 3 errors caused in various depths in the tree.
The HDI works through the individual branches until finished or with error message.
How can you activate this behavior?

Today do get this behaviour by default in the Business Application Studio environment. We are setting the parameter to false and you can not even overwrite this anymore!

Adding stop_on_error parameter is not needed anymore


 

 

Two error caused by wrong syntax

As you can see in the sample the errors are reflected in Business Application Studio (BAS) with 2 highlighted HDBTABLE definitions.

Summary:

The HDI parameter "stop on error" is now set by default to false and can not be overwritten in BAS. It allows the developer to reduce the cycle times with HDI and allow to find faster and easier typos or other errors within the design time objects.

 

Here a view to the help document:

You may be interested in the other parameters as well.

Stop_on_error documentation

Current version: Q2/2023

 

4 Comments