Found 1044 Articles for SAP

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.

Component Name in SAP HANA architecture

SAP Expert
Updated on 18-Jun-2020 07:50:33

108 Views

The following table lists all the key server components in HANA, the corresponding services, and OS process details.

Checking System limits in SAP HANA

Anil SAP Gupta
Updated on 12-Mar-2020 10:26:47

358 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

Different Engine types in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

378 Views

In SAP HANA, following engine types are available:Join Engine: This is used for attribute viewsOLAP engine: This is used for analytic viewsCalculation Engine: This is used for calculation views

Checking topology of SAP HANA

SAP ABAP Expert
Updated on 18-Jun-2020 07:42:40

564 Views

The topology of SAP HANA system is maintained by Name Server. This is used to manage all the running components and data stored in each component.

Maximum number of columns in a table in SAP HANA

SAP Developer
Updated on 12-Mar-2020 10:15:15

675 Views

The maximum number of columns in a table is 1000.

Maximum Column name length in SAP HANA

SAP Expert
Updated on 12-Mar-2020 10:17:03

692 Views

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

Maximum Table name length in SAP HANA

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

911 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

Advertisements