SAP HANA Articles

Page 26 of 58

Enabling Web dispatcher in SAP HANA Studio

Anil SAP Gupta
Anil SAP Gupta
Updated on 25-Jun-2020 2K+ Views

To enable SAP Web dispatcher, you have to change Instance Value 0 to 1 in sapwebdisp in SAP HANA Studio → Configuration tab. This will enable ICM Web dispatcher and it uses ICM Method to load or read the data from SAP HANA system. Note that this method of data load supports large volume of data.

Read More

Using Delivery unit in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 25-Jun-2020 641 Views

In SAP HANA system, delivery units are used to transport repository objects between different HANA systems and is used by Lifecycle Manager LCM.To create a Delivery unit, you have to navigate to SAP HANA Modeler Perspective → Delivery Unit

Read More

Role Required to use LCM in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 25-Jun-2020 251 Views

In SAP HANA system, delivery units are used to transport repository objects between different HANA systems and is used by Lifecycle Manager LCM.To create a Delivery unit, you have to navigate to SAP HANA Modeler Perspective → Delivery Unit

Read More

Different mapping options in SAP HANA while importing data from flat file

Anil SAP Gupta
Anil SAP Gupta
Updated on 25-Jun-2020 346 Views

In SAP HANA, using file import you can load data to an existing table or can create a new table with the same column names as in the flat file.While using import wizard, you can define the mapping of columns. Following options are available −One to OneMap by NameUsing Map by Name option, you can map columns in CSV files to the columns in an existing table.

Read More

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

Anil SAP Gupta
Anil SAP Gupta
Updated on 25-Jun-2020 374 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 Create.

Read More

Adding LCM Administrator role to a user profile in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 25-Jun-2020 364 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”

Read More

Execution time while running a SQL query in HANA Studio

John SAP
John SAP
Updated on 22-Jun-2020 848 Views

When a SQL query is executed, you can see the confirmation that the query is executed in time duration and also with server processing time. In this scenario, you can see the time taken by SAP HANA processor to create a new table in the HANA database as below −“Statement 'Create Table Demo_HANA ( ID INTEGER, NAME VARCHAR(10), PRIMARY KEY (ID) )' successfully executed in 3 ms 117 µs  (server processing time − 2 ms 458 µs) - Rows Affected − 0”

Read More

Create table SQL query in SAP HANA

John SAP
John SAP
Updated on 22-Jun-2020 9K+ Views

In below SQL query, you can see a create table command in SQL editor to create a new table with name-“Demo_HANA” in schema name AA_HANA11 with column names- ID and NAME and corresponding data types. In the below example, we have defined ID as “Primary Key” which means it is unique and not null.Create Table Demo_HANA ( ID INTEGER, NAME VARCHAR(10), PRIMARY KEY (ID) );

Read More

Viewing data in a table in SAP HANA database

John SAP
John SAP
Updated on 22-Jun-2020 2K+ Views

When the data is entered, you can see the data in this row-based table by going to the Data Preview option. To see the data, right-click on table name → Open Data PreviewWhen you run Data Preview of a table, you can see full data under the Raw Data tab. You can also view distinct values and perform some analysis.

Read More

Using DSN name while using a remote source in SAP HANA

John SAP
John SAP
Updated on 22-Jun-2020 460 Views

In below SQL statement you have to define orcl_DSN_Name −CREATE REMOTE SOURCE Source_Name ADAPTER “odbc” CONFIGURATION FILE ‘property_orcl.ini’ CONFIGURATION ‘DSN=oral_DSN_Name’ WITH CREDENTIAL TYPE ‘PASSWORD’ USING ‘user=username;password=password′;In this SQL statement- can be as per remote data source and take these values- TDODBC, HIVEODBC, ASEODBC, IQODBC and ODBC.In above statement, is used to specify the connection information for data source where you need to mention the DSN name for your ODBC remote source system. You have to create a System DSN/User DSN to access the data source using ODBC connection. To create an ODBC DSN in system, you need to ...

Read More
Showing 251–260 of 573 articles
« Prev 1 24 25 26 27 28 58 Next »
Advertisements