SAP ABAP Expert has Published 141 Articles

Running OLAP queries in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:41:56

213 Views

When you have to run an OLAP query that perform sum of Sales in table with where clause in Country=’US’.Select Sum(Sales) from FCT_SALES where Country=’US’; It storage type is a column based storage in memory cells all the values for Sales will come together in database and when an aggregation ‘Sum’ ... Read More

SAP HANA Modeling on top of row and column base tables

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:40:38

199 Views

In SAP HANA, Data modeling can only be performed on Column store tables. You can’t select Row store tables while create data modeling views on top of HANA database. In below pic, you can see it only shows all column store tables to add in Data Foundation layer of a ... Read More

Different platforms where SAP HANA Studio can be installed

SAP ABAP Expert

SAP ABAP Expert

Updated on 24-Feb-2020 06:39:46

111 Views

SAP HANA studio client is available to run on variety of platforms. Following Operating systems can be used to run HANA Studio client tool:Microsoft Windows x32 & x64 versions with availability for −Windows XPWindows VistaWindows 7Windows 8SUSE Linux Enterprise Server SLES 11: x86 64-bit versionRed Hat Enterprise Linux (RHEL) 6.5Mac ... Read More

Defining validity of initial password in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 21-Feb-2020 08:02:30

148 Views

This can be defined under Password policy → Miscellaneous

Create User SQL in SAP HANA database

SAP ABAP Expert

SAP ABAP Expert

Updated on 21-Feb-2020 07:52:45

2K+ Views

You can achieve this by running the below SQL query −>CREATE USER TEST password “Welcome1$$”  VALID FROM ‘2017-12-05 11:00:00’ UNTIL ‘2018-12-08 12:00:00’; CREATE USER DUMMY password “Welcome1$$”  VALID FROM NOW UNTIL FOREVER;Note that password passed in this SQL should meet password policy of SAP HANA system otherwise user creation ... Read More

Checking existing password policy of SAP HANA system

SAP ABAP Expert

SAP ABAP Expert

Updated on 21-Feb-2020 07:49:33

473 Views

You can check this information under New User in SAP HANA. The below snapshot shows the New User dialog in SAP HANA Studio and the password rule that is displayed when hovering over the password field.

Setting password expire notification in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 21-Feb-2020 07:48:45

613 Views

Parameter    password_expire_warning_timeDefault Value 14 (days)Parameter definitionNotification is transmitted via the database client (ODBC or JDBC) and it is up to the client application to provide this information to the user.If you enter the value 0, the user does not receive notification that his or her password is due to expire.The ... Read More

Using SAP HANA Cockpit for HANA Administration

SAP ABAP Expert

SAP ABAP Expert

Updated on 21-Feb-2020 07:42:24

192 Views

SAP HANA Cockpit with Fiori-based Launchpad shows the content in the form of tiles arranged in groups. Using these tiles, you can access individual applications and can also access app-specific data for immediate review.You can also perform a drill on these tiles to see the detailed information about specific applications. ... Read More

Using Roles tab in SAP HANA system

SAP ABAP Expert

SAP ABAP Expert

Updated on 21-Feb-2020 07:39:46

91 Views

Roles tab is used to view the existing roles in HANA system and you can also create a new role in HANA system to add to user’s profile as per requirement.

Using database view in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 21-Feb-2020 07:31:51

534 Views

A view in a database is defined as Virtual table which derives its data from one or more columns of one table or multiple tables. A view can be created using tables of one or more database and is stored in database where it is created.You can find views in ... Read More

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