SAP ABAP Expert

SAP ABAP Expert

115 Articles Published

Articles by SAP ABAP Expert

Page 6 of 12

Checking transaction list waiting for lock-in SAP HANA

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

M_BLOCKED_TRANSACTIONS System View is used to provide a transaction list waiting for locks.You can run the following SQL query in the editor −SELECT * FROM M_BLOCKED_TRANSACTIONS;Details available under M_BLOCKED_TRANSACTIONS System View in SAP HANA

Read More

Different License types in SAP HANA

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

HANA Support two types of license −Temporary License KeyPermanent License KeyTo check your system license, you have to select HANA system in Studio → right click → PropertiesThis will open Properties of your HANA system. Navigate to License option and there you can check license type in use −

Read More

Generating time data in SAP HANA

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

To generate time data and replicate your data, follow below steps −In the SAP HANA Studio in the Modeler perspective, on the Quick Launch tab, select the relevant SAP HANA system and choose Generate Time Data.In the field Calendar Type, select Gregorian.Enter the period for which you want to generate data. You should generate time data for all years for which data can occur in your application (Ex: 1999 to 2020).Select Granularity Day → Finish

Read More

Checking information about basic I/O operations on I/O subsystems in SAP HANA

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

You can make use of M_VOLUME_IO_TOTAL_STATISTICS System View which shows information about basic I/O operations on I/O subsystems (paths).

Read More

Maximum Table name length in SAP HANA

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

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

Read More

Adding multiple views in SAP HANA Analytic Privilege

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

Different Nodes option in a Calculation view in SAP HANA

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

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

Read More

Getting error while running SAP oData service "HTTP Open failed: PLUGIN_NOT_ACTIVE

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

To fix this, you need to run T-Code: SMICM and this will open ICM Monitor Service Display. You need to maintain port number 80000 for HTTP in SMICM.

Read More

Checking create time for all users in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 27-Feb-2020 1K+ Views

This can be found using following SQL command −SELECT * from USERS;

Read More
Showing 51–60 of 115 articles
« Prev 1 4 5 6 7 8 12 Next »
Advertisements