Anil SAP Gupta has Published 97 Articles

Creating a Delivery unit in SAP HANA using HANA Application Lifecycle Management

Anil SAP Gupta

Anil SAP Gupta

Updated on 25-Jun-2020 08:11:58

354 Views

To create a delivery unit in SAP HANA, you have to navigate to SAP HANA Application Lifecycle Management.Next is to select PRODUCTS tab → Select Delivery Units tabTo create a new Delivery unit, click on the Create button. Enter the details as shown in the below window and click on ... Read More

Adding LCM Administrator role to a user profile in SAP HANA

Anil SAP Gupta

Anil SAP Gupta

Updated on 25-Jun-2020 08:06:57

344 Views

To add a role to user profile, open user profile in HANA Studio by navigating to Security folder. Go to Roles tab and click on “+” sign. In search window you have to search for this role − “sap.hana.xs.lm.roles::Administrator”

Authentication options in SAP HANA while adding new system

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:31:22

170 Views

There are different authentication methods that you can use −Authentication by Operating System UserAuthentication by database userConnect using SSL

Using an Aggregate function in SAP HANA

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:30:49

465 Views

You can use an aggregate function to get the same. Common aggregation functions are −Average() − returns the average of the numeric values in a given columnSelect Average (Sales) from table_name where Column1=’ABC’; 

Components in SAP HANA multi-system architecture

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:22:54

522 Views

Each HANA system contains multiple serves inside, which are responsible to perform different functions. Index Server is heart of SAP HANA system which contains SQL/MDX processor for handling SQL statements. Key component includes −Index ServerPreprocessorName ServerStatistics ServerHANA XS EngineSAP Host AgentSAP Solution Manager Diagnostic AgentSAP HANA Studio + RepositorySAP HANA ... Read More

Creating virtual tables from remote source in SAP HANA

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:22:11

3K+ Views

When a remote source is added, you can see all the existing tables under that data source in HANA Studio. Next is to create virtual table mapping to data in the remote data sources in SAP HANA Studio. This can be done using GUI option.To add a table as a ... Read More

Content of property_orcl.ini file in SAP HANA Smart Data Access

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:21:19

960 Views

When you create a new remote data source, SAP HANA Smart data access parse the respective property configuration file. With the use of config file- features, function mappings, data type mappings, and other properties will be linked together with the data source. This decides the communication between the SAP HANA ... Read More

Different ODBC connection types under SAP HANA Smart data access SDA

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:20:45

767 Views

You can check the following example to create a new remote source −CREATE REMOTE SOURCE TEST_11g ADAPTER “odbc” CONFIGURATION FILE ‘property_orcl.ini’ CONFIGURATION ‘DSN=oral11g_lnx’ WITH CREDENTIAL TYPE ‘PASSWORD’ USING ‘user=username;password=password′;In above SQL statement, can be one of −  ASEODBC, IQODBC, TDODBC, HIVEODBC, ODBC. Obviously, ASEODBC is for Sybase ASE as ... Read More

Connecting to MSSQL, MaxDB using SAP HANA Smart Data Access

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:20:14

546 Views

In SAP HANA SPS07, following data sources are supported under Smart data access −Sybase ASESAP Sybase IQTeradata 13.0 or higherApache Hadoop 2.3MSSQL 11Oracle 12cWhen you click on the Adapter name while creating a new remote data source, you can see a list of all supported databases.You can also see in ... Read More

Resetting a customized Perspective in SAP HANA Studio

Anil SAP Gupta

Anil SAP Gupta

Updated on 22-Jun-2020 09:18:26

552 Views

Yes, if you customize a perspective, and you want to reset it, you can select Reset PerspectiveHere you have an option that allows you to perform following options on a Perspective −Customize PerspectiveSave PerspectiveReset PerspectiveClose PerspectiveClose All Perspective

Advertisements