SAP HANA Articles

Page 30 of 58

Data Preview option in HANA Modeling view in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 18-Jun-2020 641 Views

Once HANA Modeling view is activated, you can use Data Preview option to analyze the data in HANA Modeling view. To see Data Preview, you can right-click on View name → Data PreviewYou can also click on the icon as shown in below snapshot:

Read More

Checking column properties in an Attribute view in SAP HANA

John SAP
John SAP
Updated on 18-Jun-2020 286 Views

This can be easily checked in Details pane. You need to select column name for which you want to check Properties of a column → right click → Properties

Read More

Performance Analysis of an Attribute view in SAP HANA

SAP Developer
SAP Developer
Updated on 18-Jun-2020 468 Views

In SAP HANA Modeling, you have an option of switching to Performance Analysis mode. This is used to check if Joins in Attribute view are meeting with performance optimized joins and cardinality based on data in the table.You can see 2 options when you select Performance Analysis mode:Join Details:This defines Join type used and proposed cardinality based on data in the tableData Source Details:Defines table type, partition type and a number of rows in tables.

Read More

Use of Data Foundation in Attribute view in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 18-Jun-2020 432 Views

When you enter the Attribute name, Type, and Subtype and click on Finish, it will open three work panesScenario pane that has Data Foundation and Semantic Layer.Details Pane shows attribute of all tables added to Data Foundation and joining them.Output pane where we can add attributes from Detail pane to filter in the report.You can add Objects to Data Foundation, by clicking on ‘+’ sign written next to Data Foundation. You can add multiple Dimension tables and Attribute Views in the Scenario Pane and join them using a Primary Key.

Read More

Difference between Copy and Derived view in SAP HANA

John SAP
John SAP
Updated on 18-Jun-2020 365 Views

Following are the key points about using Derived view in SAP HANAThe derived attribute view will be similar in all the characteristics as the base view (except the name) It is not possible to edit any semantic/data foundation design in the derived attribute view. When there is any change in the base view, the changes will be reflected in the derived attribute view too. This helps reduce extra efforts of replicating the changes in the derived view.When you want to define an Attribute view on the top of an existing object as copy, you can use Copy From option. This can be ...

Read More

Using Time subtype of an attribute view in SAP HANA

SAP Developer
SAP Developer
Updated on 18-Jun-2020 343 Views

Time subtype Attribute View is a special type of Attribute view that adds a Time Dimension to Data Foundation. To know more about the difference between Standard Attribute view and Time Attribute view, you can refer this SAP thread:https://archive.sap.com/discussions/thread/3253551

Read More

Creating a copy of an existing Attribute view in SAP HANA

SAP Expert
SAP Expert
Updated on 18-Jun-2020 581 Views

Yes, it is possible to create a copy of an existing Attribute view. While passing View name and View type, you can select the option of “Copy From” and this will enable Browse option from which you can select any of existing view to copy.

Read More

Creating an Attribute view in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 18-Jun-2020 293 Views

To create a new Attribute view, select the Package name under which you want to create an Attribute View. Right Click on Package → Go to New → Attribute ViewClick on Attribute View, and this will open a new Window. You need to pass Attribute View name and description. From the drop-down list, choose View Type and subtype. In subtype, there are three types of Attribute views − Standard, Time, and Derived.Once you finish the wizard, you can see view is created under the specified package.

Read More

Adding a package to Delivery unit in SAP HANA

SAP Developer
SAP Developer
Updated on 18-Jun-2020 583 Views

In SAP HANA, Delivery unit is known as single unit, which can be mapped to multiple packages and can be exported as a single entity so that all the packages assigned to Delivery Unit can be treated as a single unit.Delivery units can be used to export all the packages that make a delivery unit and the relevant objects contained in it to a HANA Server or to the local Client location.The user should create Delivery Unit prior to using it. This can be done through HANA Modeler -> Delivery Unit -> Select System and Next -> Create -> Fill ...

Read More

Creating a new table in SAP HANA

SAP Expert
SAP Expert
Updated on 18-Jun-2020 3K+ Views

New tables can be created using the two methods given below −Using SQL editorUsing GUI optionThe new table can be created using SQL Create Table statement –Create column Table Test1 (    ID INTEGER,    NAME VARCHAR(10),    PRIMARY KEY (ID) );When you run this SQL query, you get a message like this:The statement 'Create column Table Test1 ( ID INTEGER, NAME VARCHAR(10), PRIMARY KEY (ID) )' successfully executed in 5 ms 136 μs (server processing time: 4 ms 432 μs) - Rows Affected: 0To create a table using GUI, you need to right-click on any schema name -> New ...

Read More
Showing 291–300 of 573 articles
« Prev 1 28 29 30 31 32 58 Next »
Advertisements