Articles on Trending Technologies

Technical articles with clear explanations and examples

Details available under M_BLOCKED_TRANSACTIONS System View in SAP HANA

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

The following information is available under SAP HANA M_BLOCKED_TRANSACTIONS System View

Read More

M_Expensive statement in SAP HANA

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

This can be checked using system view M_EXPENSIVE_STATEMENTS.SELECT * FROM M_EXPENSIVE_STATEMENTSIn SAP HANA, the M_EXPENSIVE_STATEMENTS view provides convenient access to the most expensive statements that were executed on the system. A statement is considered being expensive if its runtime exceeds a particular threshold. Please note that the expensive statements trace needs to be activated first in the Performance → Expensive Statements Trace screen in the SAP HANA studio. Click Configure the Trace Configuration dialog

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 453 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

Disk utilization and configuration details view in SAP HANA

SAP Expert
SAP Expert
Updated on 12-Mar-2020 376 Views

You can make use of M_DISKS System View which provides information about disk configuration and utilization of the host machine.SELECT * FROM M_DISKS;

Read More

Checking System limits in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Mar-2020 639 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

Difference between SAP PI/PO and ESB

Nikitha N
Nikitha N
Updated on 12-Mar-2020 1K+ Views

SAP PI/PO is more relevant to use when your entire landscape is of SAP modules. SAP Process Integration is a part of the SAP NetWeaver platform. It is called SAP NetWeaver Exchange Infrastructure XI in NetWeaver 7.0 ehp2 and older versions. SAP NetWeaver Process Integration is a part of the NetWeaver software component and is used for the exchange of information in company’s internal system or with external parties.SAP PI/XI enables you to set up cross-system communication and integration and allows you to connect SAP and non-SAP systems based on a different programming language like Java and SAP ABAP. It ...

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

What is Common Locale Data Repository (CLDR) in Java 9?

raja
raja
Updated on 12-Mar-2020 601 Views

Internationalization enhancements for Java 9 include enabling of CLDR Locale Data by Default.There are four distinct sources for locale data identified by using the below keywords:CLDR: The locale data provided by a Unicode Common Locale Data Repository (CLDR) project.HOST: The current user’s customization of an underlying operating system’s settings. Depending on the operating system, formats like date, time, number, and currency can be supported.SPI: The locale-sensitive services implemented in installed SPI providers.COMPAT (JRE): The locale data that is compatible with releases prior to Java 9. The JRE can still be used as a value but deprecated, and removed in the ...

Read More
Showing 54551–54560 of 61,297 articles
Advertisements