Quantcast
Channel: SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 789

Setup your SAP Web IDE on HANA Cloud Platform Part 6

$
0
0

In previous Blogs I've shown you how you can set up your SAP Web IDE on Hana Cloud.

 

 

 

part 1

  • Opening SAP Web IDE for the first time
  • Entering the Git User Settings
part 2
  • Installing and configuring the HANA Cloud Connector
part 3
  • Connecting to the remote system
part 4
  • Test the SAP Web IDE
part 5this part
  • Deploy your application to the ABAP Repository
  • Test your application at the ABAP system
  • Import your application from SAP Gateway to SAP Web IDE

We have now configured and tested our SAP Web IDE on HANA Cloud.In the this part I will show you how you can deploy your application to the ABAP Repository.

 

Deploy the application to the ABAP Repository

Go back to SAP Web IDE. You may want to close other open tabs and windows.Select the project, right-click and select Deploy> Deploy to SAPUI5 ABAP Repository27.pngFor the Deployment Options, Select GM6 system and if authentication is needed provide user ID/Pwd. KeepDeploy a new application selected and click Next48.pngEnter a name, e.g.  Z_TimeApproval (the name needs to start with Z), enter any description and clickBrowse. Note:  In Package field, $TMP is defaulted by the system if your system only supports local object creation. Click Next49.pngClick Finish to deploy your application to the SAPUI5 ABAP Repository50.png
Wait for the successful feedback. Click on OK. You have successfully deployed your app to the ABAP repository
51.png52.png

Test your application at the ABAP system

Go to SAP Logon and logon to the GM6 system.53.pngEnter the transaction code SE8054.pngClick on Repository Browser. Choose BSP_Application and enter the first letters of your uploaded application name (here: Z_TIME). The system will show you your application. Double Click on it.55.png56.pngClick on the arrow in front of your application, choose Pages with Flow Logic, and open it. Here you can see one file:index.html. Right click on it and choose Test. This will open your default browser with your application. (Your complete Source code of your Application you can find under PageFragments.)57.png58.png

Import your application from SAP Gateway to SAP Web IDE

Click File >Import> Application from SAPUI5 ABAP RepositoryUpdate: you have not to create the folder anymore, this happens automatically28.pngSelect the system where the app had been deployed to.Search for the app, e.g. Z_TimeApprovalSelect the app and click OK.29.PNGA message indicates the import has finished.30.PNG31.pngRun the application and verify the application is running

  1. Select the file index.html of the application
  2. Click on the Run

32.PNG

If authentication is required, enter your User Name and PW for your SAP Gateway system.The Application Preview is started, the application is loading and data is fetched from the OData Service.


The Application will also start in Full Size Mode, if you want to change this, look at part 4.

78.PNG

 

 

 

More Web IDE stuff published by Technology RIG

 

 

See you

Claudi


Viewing all articles
Browse latest Browse all 789

Trending Articles