+ All Categories
Home > Documents > FIORI Tiles on HANA View

FIORI Tiles on HANA View

Date post: 11-Jan-2016
Category:
Upload: ahmed-khan
View: 44 times
Download: 2 times
Share this document with a friend
Description:
FIORI Tiles on HANA View
Popular Tags:
11
Development of FIORI Tiles on HANA Views. Step 1. Create a Calculation view in HANA STUDIO for your requirement. Step 2. In HANA Studio, open perspective and choose “SAP HANA Development”.
Transcript
Page 1: FIORI Tiles on HANA View

Development of FIORI Tiles on HANA Views.

Step 1.

Create a Calculation view in HANA STUDIO for your requirement.

Step 2.

In HANA Studio, open perspective and choose “SAP HANA Development”.

Page 2: FIORI Tiles on HANA View

Step 3.

a) Click on File and choose “New Project”.

b) Choose “XS project” and click “Next”.

Page 3: FIORI Tiles on HANA View

c) Give Project Name and click “Next”.

Page 4: FIORI Tiles on HANA View

d) Click on “Add Workspace”, choose HANA system and give your Workspace Name and click “Finish”.

Page 5: FIORI Tiles on HANA View

e) Now, choose your Workspace and click “Next”.

Page 6: FIORI Tiles on HANA View

f) Leave the entries blank and click on “Finish”.

Page 7: FIORI Tiles on HANA View
Page 8: FIORI Tiles on HANA View

Step 4.

Page 9: FIORI Tiles on HANA View

Right click on the project and select New XS OData File. Give file name as “ARAgingODataService” and click on Finish.

Page 10: FIORI Tiles on HANA View

Step 5.

Write code in .xsodata file and “Activate” it by Right click -> Team ->Activate.

service { "A_KIM/CV_AR_AGING_CAT_V1.calculationview" as "AR_Aging_oData" keys generate local "KEYDT" aggregates always (SUM of "ZTOTAL_AR");}

annotations{ enable OData4SAP;}

Page 11: FIORI Tiles on HANA View

Recommended