If you plan to do all these steps, you need to have access to a SAP Cloud Platform trial account.
Note:- SAP Cloud Platform trial account is not suited for productive extension development. It should be only used only for learning purposes.
Try out USER API by setting various parameters as shown. It is always better to explore API before you start development. Assuming that the USER API meets all of out requirement, let’s proceed to next step to build sample prototype with SAP API HUB as end point URL for SuccessFactors OData API.
Refer this blog to learn more about SAP SuccessFactors APIs on SAP API Business Hub
Logon to SAP Cloud Platform trial account.
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.
2. Click on, Go to Service.
3. You will see SAP WEB IDE initial screen.
4. Click on File-> New -> Project from Template
5. Choose SAP Fiori Master-Detail Application template and click on Next
6. Provide a name to your project “SuccessFactorsextApps” and click on Next
7. On the Data Connection tab, select SAP API Business Hub as a source for OData service, select SAP SuccessFactors Foundation/Platform as API package from the dropdown and User management API from the list of API’s. Finally click on Next button.
8. Fill out details as shown below for Application Settings, Data Binding – Object and Data Binding – Line Item sections. Finally click on Next or Finish button to complete the template wizard.Basically, we are settings all the fields that needs to be displayed on master and details tabs of the template. On the left hand of the list display user details and users direct reports on the detail screen.
9. Sample App is created under WEB IDE Work space.
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

12. You will notice that some of the column labels, title for master and detail screen are not set.
edit i18n.properties file under webapp/i18n folder and change field labels as highlighted below.

Save the changes and re-run the application to check the label changes.
13. Deploying the sample extension application to SAP Cloud Platform trial account will not work as it is without making changes to extension application which is not the focus of this blog. It is always recommended to connect to SAP SuccessFactors instance before deploying application to SAP Cloud Platform account.
Follow this blog on how use API Management service to replace extension application built using SAP API HUB with that of SuccessFactors instance.
Summary
Motive behind this blog was to showcase how to use SAP API HUB for SuccessFactors extension application development for learning when you don’t have access to SAP SuccessFactors instance. This approach is not recommend for any productive application development.
Extension application development for SuccessFactors is no different from any other LOB or on-premise SAP solution extension but when you use extension package for SuccessFactors, it offers lot of advantages. That is Extensibility Foundation provides you with the tools to setup and manage the integration between SAP Cloud Platform and SAP SuccessFactors. Using SuccessFactors provisioning, you can trigger the automated configuration procedure for SAP Cloud Platform extension package for SAP SuccessFactors, and thus creates an SAP Cloud Platform subaccount, configures security settings and integrated extension management.
Go through this blog to get understanding of Success-factors application development on SAP Cloud Platform.
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:-