SAP systems running on RISE

In the past there was HEC (HANA Enterprise Cloud). Now we have RISE, which is HEC on Azure combined with a lot of marketing.

This blog will provide you with hints and fact for SAP RISE and the corresponding ECS (enterprise cloud services).

This blog is not intended to provide an opinion on RISE (you can find this for example in this LinkedIn post).

Nor is this blog a buying guide or whatsoever. There are many on the internet. For anything you procure from SAP (including RISE) the normal Caveat Emptor (know and inspect what you buy).

This blog contains background notes relevant for both basis and security teams working and/or planning to work with RISE.

List of relevant OSS notes for ECS and RISE

List:

Secondary indexes on HANA database

The in-memory HANA database uses primarily column store. In most cases the performance is excellent and the need for a secondary index is no longer needed. But there are exceptions to this rule.

In very specific cases the setup of a secondary index on HANA will help to improve performance.

In some cases after migration when you started with a lot of extra indexes, you might want to validate if the extra indexes are needed, since to do consume memory.

Analysis program

ABAP program SHDB_INDEX_ANALYZE can be used to analyze need for secondary indexes, or advice to delete indexes that are no longer in use. OSS note 1794297 – Secondary Indexes for S/4HANA and the business suite on HANA describes all the detailed steps.

Below is the summary:

In SE38 start program SHDB_INDEX_ANALYZE:

Program can be online or in batch. Best to run in batch. Before you run in batch mode, set the output to Text Only:

Let the program run.

In the output spool you will find 2 outputs: one for the error and warning messages and a second spool with the advices:

This is output is from a development system and not representative. Real run you must do on a productive system.

Don’t follow the advices blindly. First check with the application owner if the index on the table column makes sense business wise.

Background OSS notes and blogs

Background blogs:

Background OSS notes:

Bug fix OSS notes: