Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The System Scout offers to check the compliance of technical names of entities to your defined naming conventions. The report can be found in the Analysis Reports and in the search view:

...

Supported Entity Types:

  • HANA_Indexes.pngImage Modified Index

  • Image Modified Sequence

  • Image Modified Table

  • Image Modified Table Type

  • Image Modified View

  • Image Modified Virtual Tables

  • Image Modified Analytic Privilege

  • Image Modified Analytic View

  • Image Modified Attribute View

  • Image Modified Calculation View

  • Image Modified Table Functions

  • Image Modified HANA CDS Entity

  • Image Modified Stored Procedure

  • Image Modified Roles

  • Image Modified Users


Standard rule

The sample shows 2 different rules that are automatically combined with OR statements when starting the analysis. So only Calculation Views that do not fit any of the 2 rules will be listed in the result list.Image Removed

...

Expert Rule

In this example, we want to define naming conventions for the HANA object type "Calculation Views" with the expert rule. Since the technical name of the Calculation Views can have a maximum length of 256 characters, the syntax of the expert rule was supplemented with the expression **. This represents a wildcard for all remaining positions.

...

This naming convention would be realized in the System Scout as follows:Image Removed

...

A,B;C,D;E,F,G;**

...

Position 1 = A, B
place 133 = C, D, E
place 240 = digit (with expression #)Image Removed

...

A,B;**(132);C,D,E;**(239);#;**

The first digit is defined by the two characters A and B as usual. The characters are filled with a placeholder from digit two to digit 132. According to the naming conventions of the second example, the position 133 should contain C, D or E. The characters are then filled with a placeholder from position two to position 132. We then used a double star a second time and combined it with (239). This allows us to reach position 240 and enter the respective naming convention. The remaining places up to 256 are filled with ** placeholders.

Info
  • for performance reason, this analysis is based on the synchronized entities

  • in case no rules are set for an entity type, no check will be done

  • leave a cell blank in case any value should be allowed

  • you can get further information about the rules via the info buttons

...