SAP ABAP Expert has Published 141 Articles

Difference between SAP ERP and SAP S/4 HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 07:00:55

1K+ Views

SAP S/4 HANA stands for SAP Business Suite for SAP HANA and it provides simplified user experience, business processes and data models.SAP S/4 HANA is built on following features −Simplified data modelsFiori User interfaceGuided Configuration

Vendors for SAP HANA appliance manufacturing

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:59:50

175 Views

SAP HANA appliance, SAP has partnered with top IT hardware vendors to provide SAP HANA appliance and licensed is provides by SAP.  To provide installation and configuration of SAP HANA platform, there are total 11 vendors for HANA appliance manufacturing.IBMDellHPLenovoCiscoFujitsuNECHuaweiUnisysHitachiSGI

Checking all alert types in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:52:28

153 Views

This can be checked in Alerts tab under SAP HANA Administration. From drop down, you need to select “All Alerts” as shown below −You can also check occurrence of each alert raised in HANA by double click on Alert description. It shows you date and time when alert was previously ... Read More

Configuring SMTP in SAP HANA for alerting

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:50:43

489 Views

You can configure SMTP in Alerts tab under SAP HANA Administration. Click on Configure button and you need to enter the below information −Sender EmailSMTP serverSMTP PortRecipient email

Defining threshold values for alerting in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:49:42

191 Views

You can define this under Configure → Configure Check Thresholds. You have an option to define Low, Medium and High values for these parameters.

Checking version of SAP HANA system

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:48:31

3K+ Views

In SAP HANA Studio, select HANA system and right click. Select last option Properties from the list as below −In Properties window, navigate to Version history and you can see the version of your SAP HANA system.

SQL query to check SAP HANA system version

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:47:09

2K+ Views

Other option to check the version of SAP HANA database-Select * from "SYS"."M_DATABASE";Go to SQL editor and run the above command.Go to Result tab and you can see the version of your SAP HANA system.

SAP HANA Release/version with date

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:45:59

177 Views

From the below table you can match SAP HANA Revision/Version with Release details −

Different table symbol in SAP HANA database

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:45:11

301 Views

In SAP HANA Studio, you can check the table type from table symbol under Schema. In below snapshot you can see the different symbol for row table and a column table.TEST_Row − Row store table.SHOPFACT − Column store tableTo change the table type, you can use alter table command.Alter table ... Read More

Running an OLTP query in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:43:32

143 Views

When you have to run an OLTP query just to display the specific records, In row based storage, when you run a Select statement all the different datatypes come together so it will be much faster to run a SELECT statement in Row based storage.Select * from FCT_SALES where Country=’US’;When ... Read More

Previous 1 ... 6 7 8 9 10 ... 15 Next
Advertisements