Create HTML5 based SuccessFactors extension app on SAP Cloud Platform trial account – Part 1
Overview
Create HTML5 based SuccessFactors extension app on SAP Cloud In this blog series, i want to focus on how you can use SuccessFactors API’s from SAP API HUB as an end point URL to create sample extension application just for learning purposes. The whole idea is showcase how you can develop extension application on SAP Cloud Platform trial account consuming OData API’s from SAP API HUB. Especially when you don’t have access to SuccessFactors instance to quickly create some sample application for learning purposes.
This blog series is in continuation of what my Colleague Murali Shanmugham has already written to create HTML5 based SuccessFactors extension application blog series . With focus on developing extension application on extension account paired with you company SuccessFactors instance.
Note:- The SAP API Business Hub provides an API Sandbox to try out APIs. The API Sandbox is intended solely for evaluation purposes and should not be relied on for any productive use.
If you plan to do all these steps, you need to have access to a SAP Cloud Platform trial account.
SAP API Business HUB
Click here to sign-up for free SAP Cloud Platform trial account.
- Logon to SAP Cloud Platform trial account and navigate to Service’s tab, search for WEB IDE and select SAP Web IDE Full-Stack.
Note:- If SAP Web IDE Full-Stack is not enabled, go head and activate it.The reason, we use SAP Web IDE Full-Stack is because it allows to use SAP API HUB as a Data source to consume SuccessFactors OData.
10. Let’s try to do unit testing. Click on Application -> Run -> Run as -> Web Application
Select Index.html, if prompted for selection from the dialog box.
11. You should see Output as displayed below
Go through this blog to learn how to deploy HTML5 application development on SAP Cloud Platform trial account using SAP SuccessFactors instance. Go through this blog to learn more about HTML5 application development on SAP Cloud Platform productive account paired SAP SuccessFactors instance.
Reference Links:-
SAP SuccessFactors Extensions on SAP Cloud Platform – for Developers
Want to learn more about SuccessFactors extension account
Create HTML5 based SuccessFactors extension app on SAP Cloud Platform trial account – Part 1