Found 594 Articles for SAP Basis

Viewing license details on SAP HANA system

SAP Expert
Updated on 12-Mar-2020 10:23:21

322 Views

You can use M_LICENSES System View which is used to provide the information on all of the licenses that are installed on this system.

Maximum Table name length in SAP HANA

SAP ABAP Expert
Updated on 12-Mar-2020 10:12:19

910 Views

Maximum table name length supported in SAP HANA is 127 characters.

Maximum table count in a schema in SAP HANA

SAP Expert
Updated on 12-Mar-2020 10:11:37

275 Views

In SAP HANA, a maximum number of tables in a schema are 131072. To create a table, you have to right click on Schema name → New Table

Different types of Calculation views in SAP HANA

SAP Expert
Updated on 12-Mar-2020 10:08:22

513 Views

In SAP HANA, you can create a Graphical Calculation view or SQL script based view. The graphical view is easy to develop and you don’t require to be an expert in SQL scripting.When you create a Calculation View, we get an option which type of view we want to create. It is recommended that you should prefer to Graphical Calculation views as you can easily achieve parallel processing and other performance benefits associated with HANA.To create a Calculation view- SQL Script or Graphical view, you have to go to a package and right click → New → Calculation ViewSelect Type ... Read More

Using Operators in Analytic Privilege in SAP HANA

John SAP
Updated on 19-Jun-2020 13:05:10

86 Views

You have the following Operators that can be used to define restrictions

Using an Analytic Privilege for specific time in SAP HANA

SAP Expert
Updated on 12-Mar-2020 08:18:46

87 Views

Yes, when an Analytic Privilege is defined you have an option of using it for a specific time period. You have an option of defining Privilege validity where you can pass validity details.You can also opt for SQL Editor or Dynamic where you can pass different validity conditions. When you use SQL option you can pass a SQL query and it will be set as per SQL queryFor Dynamic option, you can pass Stored Procedure to define validity.

SAP HANA row and column store table

SAP Developer
Updated on 18-Jun-2020 07:24:39

2K+ Views

SAP HANA Modeler Views can only be created on the top of Column based tables. Storing data in Column tables is not a new thing. Earlier it was assumed that storing data in Columnar based structure takes more memory size and not performance Optimized.With the evolution of SAP HANA, HANA used column-based data storage in Information views and presented the real benefits of columnar tables over Row based tables.Column StoreIn a Column store table, Data is stored vertically. So, similar data types come together as shown in the example above. It provides faster memory read and writes operations with help ... Read More

Checking data disk, log disk and Trace disk in SAP HANA

SAP Expert
Updated on 06-Mar-2020 05:36:24

377 Views

In SAP HANA Studio, you can use System Monitor to view details of your SAP HANA system at a glance. It tells about Data Disk, Log disk, Trace Disk, Alerts on resource usage with priority.To open System Monitor, select HANA system in System pane and click on the icon as shown below −Once you scroll on the right side, you can see all the information of your HANA system as you mentioned including CPU% and used memory.

Different Nodes option in a Calculation view in SAP HANA

SAP ABAP Expert
Updated on 12-Mar-2020 08:10:53

728 Views

In SAP HANA Calculation View, following nodes are available −JoinUnionProjectionAggregationRank

Using different Projection options in Calculation view in SAP HANA

SAP Expert
Updated on 12-Mar-2020 08:13:11

438 Views

When you set data category as CUBE, the default node is aggregation. When you set data category as Dimension, default node is Projection.You can change the Default node by selecting Star Join checkbox.When you finish selection for data category, you get a default node under Scenario pane. Check the below snapshot:

Advertisements