SAP HANA Articles

Page 37 of 58

Checking System limits in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Mar-2020 632 Views

M_SYSTEM_LIMITS is a view to getting SAP HANA system limits. You can query this view to find the limitations of HANA system −SELECT * FROM M_SYSTEM_LIMITS;It will provide you details about Database Limitation Schema Limitations Tables and View Limitation Indexes and Constraints SQL SQL Script

Read More

Maximum Column name length in SAP HANA

SAP Expert
SAP Expert
Updated on 12-Mar-2020 1K+ Views

Maximum column name length supported in a table in SAP HANA is 127 chars.

Read More

Maximum number of columns in a table in SAP HANA

SAP Developer
SAP Developer
Updated on 12-Mar-2020 1K+ Views

The maximum number of columns in a table is 1000.

Read More

Maximum Table name length in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 12-Mar-2020 1K+ Views

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

Read More

Maximum table count in a schema in SAP HANA

SAP Expert
SAP Expert
Updated on 12-Mar-2020 560 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

Read More

Using an Analytic Privilege for specific time in SAP HANA

SAP Expert
SAP Expert
Updated on 12-Mar-2020 188 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.

Read More

Adding multiple views in SAP HANA Analytic Privilege

SAP ABAP Expert
SAP ABAP Expert
Updated on 12-Mar-2020 420 Views

Yes, you can define Analytic Privilege for multiple views in a single object. When you add multiple HANA views, you can find all Attributes: Select attributes to assign analytic privileges.

Read More

Consuming Attribute/Analytic view in a Calculation view in SAP HANA

John SAP
John SAP
Updated on 12-Mar-2020 335 Views

You can use Calculation View without Star Join to consume Attribute and Analytic view in SAP HANA. To use these views, you can add Projection node and add the views to the projections.In this, you can see how to create a Calculation view without Star Join. To add Project node, you can simply drag it from the right side.

Read More

Using different Projection options in Calculation view in SAP HANA

SAP Expert
SAP Expert
Updated on 12-Mar-2020 696 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:

Read More
Showing 361–370 of 573 articles
« Prev 1 35 36 37 38 39 58 Next »
Advertisements