In previous Blogs I've shown you how you can set up your SAP Web IDE on Hana Cloud.
| |
part 2 |
|
part 3 |
|
part 4 |
|
part 5this part ![]() |
|
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 Repository
For the Deployment Options, Select GM6 system and if authentication is needed provide user ID/Pwd. Keep Deploy a new application selected and click Next
Enter a name, e.g. Z_TimeApproval (the name needs to start with Z), enter any description and click Browse. Note: In Package field, $TMP is defaulted by the system if your system only supports local object creation. Click Next
Click Finish to deploy your application to the SAPUI5 ABAP Repository
Wait for the successful feedback. Click on OK. You have successfully deployed your app to the ABAP repository
Test your application at the ABAP system
Go to SAP Logon and logon to the GM6 system.
Enter the transaction code SE80
Click 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.
Click 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.)