You are on page 1of 11

IMPLEMENTING JOIN ENGINE IN ATTRIBUTE VIEW

Join engine:

 This engine is used when we execute any Attribute View in HANA or run native SQL on more
than one table with join condition.
 If there are any calculations involved either in Attribute View or in native SQL then Join
Engine will use Calculation Engine for calculations or fetch the result.

How to create attribute view with customer:

Go to remote desktop connection<start<click on saphana studio


Right click on sub package<new<click on attribute view

Provide name AT_CUSTOMER<provide label<select subtype as standard <click finish


Click on plus icon to add objects

Search for table KNA1<click on table<click ok


Select required output columns

Again click on plus icon<enter table T005T<click ok


Connect kna1 land1 to T005T LAND1 to get output as LANDX <select LANDX as output
column

Join type as text join<language as SPRAS

Again click on plus object<select T005U table<click ok


Join KNA1 LAND1 to T005U LAND1 because regions are specified with country

Join type as text join <language as SPRAS

Join KNA1 REGIO to T005U BLAND<select output column as BEZEI

Join type as text join <language as SPRAS


Click on data foundation<click on free space<properties<column engine is join engine

Click on semantics<select key attribute as kunnr


Provide label mapping

Click save and validate<click save and activate


<assign an object<click finish

Click on data preview


Click raw data<to get output

Output in different language:


Go to best system<right click on system<click on properties
Click additional properties<select locale<click apply<click ok

Click save and validate<click save and activate<click on data preview<click on raw data

You might also like