Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

What Is Currency Conversion Currency Conversion Currency Conversion

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

_SYS_REPO:

Whatever the objects are there in the system is available in repository. This schema contains
the list of Activated objects, Inactive Objects, Package details and Runtime Objects information
etc.
Also _SYS_REPO user must have SELECT privilege with grant option on the data schama.
Read more about "GRANT SELECT PRIVILEGE ON _SYS_REPO"
_SYS_BI:This schema stores all the metadata of created column Views. It contains the tables
for created Variables, Time Data (Fiscal, Gregorian), Schema Mapping and Content Mapping
tables.
_SYS_STATISTICS:
This schema contains all the system configurations and parameters.
_SYS_XS:
This schema is used for SAP HANA Extended Application Services.
What is currency conversion ??
To do currency conversion we need to have tcurr, tcurc, tcurx,tcurf,tcurt,tcurv tables and we
can't create currency conversion on top of attribute view as it is made to define attribute
properties not for measures.
What are the different engines available in HANA?
In HANA there are mainly 3 types of engines.

Join Engine: used for attribute views

OLAP engine: used for analytic views

Calculation Engine: used for calculation views

Text Join in SAP HANA:


Text Join is used to fetch the description based on user's session language. Once we implement
the text join in SAP HANA, it automatically find out user's language and give description in that
language.

Can we call an analytic view or calculation view inside another calculation view?

Yes. We can call all the views (attribute, analytic and calculation view) inside a calculation view.
Note: Calculation views are composite views and can be used to combine other views. It can
consume other Analytical, Attribute, other Calculation Views & tables. It can perform complex
calculations not possible with other views.
Qs. What are the different types of calculation view? Which one would you prefer?
There are 2 types of calculation view possible.
1.

Graphical calculation view


Scripted calculation view
Graphical calculation views are created using the graphical editor. Scripted calculation views are
created using SQL Editor.
Graphical based calculation views offer better performance compared to SQL based calculation
views.But in scenarios where graphical calculation views cannot implement business logic, we
need to use scripted calculation view. Complex calculations which are not possible thru
graphical approach, can be creat

You might also like