SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Prepare to Develop the SAP SuccessFactors Extension

Business scenario and preparation steps to develop the SAP SuccessFactors extension.

Overview

🎓 beginner 10 min. SAP Cloud Application Programming ModelBeginnerSAP BTP Cloud Foundry Environment

You will learn

  • The business scenario proposed to build an SAP SuccessFactors extension
  • The extension architecture
  • The extension data model
  • How to get prepared to develop the extension complying to the prerequisites and steps below
Alessandro Biagi A Alessandro Biagi March 21, 2023
Created by September 28, 2022
Contributors

Prerequisites

Prerequisites

  • Get an SAP Business Technology Platform trial account following this tutorial
  • Setup SAP Business Application Studio in your trial account following this tutorial
  • Create an SAP HANA Cloud database instance in your trial account following this tutorial (please, be aware that everything in trial accounts shut down overnight – applications, databases etc., so make sure you start your database instance before deploying your solution)
  • Setup the SAP Work Zone Standard Edition (formerly SAP Launchpad Service) in your trial account following this tutorial
  • Have access to an SAP SuccessFactors tenant with admin credentials (unfortunately there’s no trial for that one, so make sure you’re granted such access by other means)

IMPORTANT UPDATE: As of January, 12th, 2023, SAP Launchpad Service has been re-branded to SAP Work Zone Standard Edition. As it’s been just a product renaming, there’s no impact on the functionality, hence not requiring any changes in the procedures described in this tutorial series. Therefore, wherever you read SAP Launchpad Service in the tutorials, please read SAP Work Zone Standard Edition.

Steps

Step 1 Understand the business scenario

You will build a simple project management application on top of SAP SuccessFactors following these business rules:

  1. Each project is composed by members (team) and activities;
  2. The project team (members) is made of SAP SuccessFactors employees;
  3. Each project member has an specific role in the project;
  4. Each project activity is assigned to a specific project member;
  5. Projects and activities have one status each (i.e. not started, in progress, overdue, completed etc.);
  6. And last, but not least, whenever a team member is assigned to a project, a special assignment is registered to the employee background to signal that such employee has participated in the project, acting in a specific role, as part of the employee’s professional experience.
Step 2 Understand the application architecture
+
Step 3 Understand the data model
+
Step 4 Perform initial preparation
+
Step 5 Check your knowledge
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Understand the business scenario 2. Understand the application architecture 3. Understand the data model 4. Perform initial preparation 5. Check your knowledge

Learn more →