6
openSAP Introduction to Software Development on SAP HANA How to Import Delivery Units 1. Download the delivery units from the public SDN http://help.sap.com/openSAP/HANA1/openSAP_HANA1_Week_01_Delivery_Units.zip a. Choose a local folder to store the files on your front-end workstation (for example, C:\temp) 2. Connect to the assigned SAP HANA system via your locally installed SAP HANA studio: a. If you have not already installed the SAP HANA studio and client, please install the SAP HANA studio and client first (Version SPS5, Revision 48): http://scn.sap.com/community/developer-center/hana b. Connect to the SAP HANA back end from your local SAP HANA studio by using the IP address of the SAP HANA back end you started in Amazon: (System number: 00 User: SYSTEM Password: manager)

OpenSAP HANA1 Week 01 How to Import Delivery Units

Embed Size (px)

Citation preview

Page 1: OpenSAP HANA1 Week 01 How to Import Delivery Units

openSAPIntroduction to Software Development on SAP HANAHow to Import Delivery Units

1. Download the delivery units from the public SDN

http://help.sap.com/openSAP/HANA1/openSAP_HANA1_Week_01_Delivery_Units.zip

a. Choose a local folder to store the files on your front-end workstation (for example, C:\temp)

2. Connect to the assigned SAP HANA system via your locally installed SAP HANA studio:

a. If you have not already installed the SAP HANA studio and client, please install the SAPHANA studio and client first (Version SPS5, Revision 48):

http://scn.sap.com/community/developer-center/hana

b. Connect to the SAP HANA back end from your local SAP HANA studio by using the IPaddress of the SAP HANA back end you started in Amazon:

(System number: 00 User: SYSTEM Password: manager)

Page 2: OpenSAP HANA1 Week 01 How to Import Delivery Units

Copyright/Trademark

Right-click in the menu Add System…

Choose “Next >”.

Choose “Finish”.

Page 3: OpenSAP HANA1 Week 01 How to Import Delivery Units

Copyright/Trademark

3. Start the import of the delivery units:

a. In the menu, choose “File” “Import”.

b. Choose “SAP HANA Content” ”Delivery Unit” and choose “Next”.

Page 4: OpenSAP HANA1 Week 01 How to Import Delivery Units

Copyright/Trademark

c. Choose the “Browse…” button and select the delivery packages to be imported from thefolder you chose for the download (for example, C:\tmp). Import the packages in followingorder:

1. HANA_DEMOCONTENT_EPM2. HANA_DEV_WORKSHOP3. HANA_DEV_WORKSHOP_UIS

(the workshop solutions and templates based upon SAP HANA UI Integration Services.Make sure your server has the SAP HANA UI Integration Services already installed asdescribed in Appendix A at the end of this document).

d. After you have imported all three delivery units, you will find the schemaSAP_HANA_EPM_DEMO and the content packages workshop and workshop-uis in theNavigator View of the SAP HANA studio.

Page 5: OpenSAP HANA1 Week 01 How to Import Delivery Units

Copyright/Trademark

APPENDIX A: INSTALLING SAP HANA UI INTEGRATION SERVICES

SAP HANA UI Integration Services (UIS) is a set of Eclipse-based and browser-based tools, as well asclient-side APIs, which enable you to integrate standalone SAP HANA Extended Application Services (XS)applications into web user interfaces to support end-to-end business scenarios. These user interfaces arereferred to as application sites. Pre-built SAP HANA client applications components that are integrated intoapplication sites are referred to as widgets.

To use SAP HANA UI Integration Services, perform the following steps:

1. Import and Activate the UIS Delivery Unit.

a. In the “File” menu, choose “Import”...

b. Select the import source “SAP HANA Content” “Delivery Unit”, and choose “Next”.

c. Select the target system for the delivery unit.

Page 6: OpenSAP HANA1 Week 01 How to Import Delivery Units

Copyright/Trademark

d. Choose the “Server” option. In the dropdown list of available files, select“<path>/HANA_UI_INTEGRATION_SVC.tgz”, and choose “Finish”.

2. Assign the Necessary UIS Roles.

a. Follow exercise 3 section 2 to assign yourself and other users to the following roles:

i. sap.hana.uis.db::SITE_DESIGNER: to design application sitesii. sap.hana.uis.db::SITE_USER: to use application sites