Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
dobrints
Advisor
Advisor
Hello and welcome to my blog post. In this article I will share some cool new SAP BTP functionality available for you when extending SAP solutions with automated configurations.

Have you ever heard of the extension capabilities of SAP BTP and wondered whether you could try it out for your own SAP SuccessFactors, SAP S/4HANA Cloud or SAP Marketing Cloud system? Well look no further!

In this blog, I will show you how you can use the trial offering of SAP BTP to extend your SAP solution. For our demonstration, I will use an SAP SuccessFactors system. So let's prepare:

  • Make sure you have a trial account in SAP BTP. If you do not have one, you can head over to our SAP BTP Trial Page to start your own trial experience.

  • You will also need an SAP SuccessFactors system


Now that all the prerequisites are met, you can start with the configuration.

Register a new system



  1. Access your Trial account, and in the cockpit, navigate to the Systems page under the System Landscape category. Then click the Register System button.

  2. In the Register System dialog box, enter a name for the system, and then select its type. In addition to the familiar system type options, SAP SuccessFactors, SAP S/4HANA Cloud and SAP Marketing Cloud system types are now also available on trial. For this demonstration, let's select SAP SuccessFactors.


  3. Click Register.

    A new row will appear with a token that you can use to complete your system registration.

  4. Copy the token and go to the Provisioning screen of your SAP SuccessFactors system, and from there navigate to the Extension Management Configuration page.


  5. Enter the token, click Add and your system registration should be completed shortly.


Back in the cockpit, you can now see that your system is in status Registered.


Now the system is registered – that is, you have connected your trial account to your SAP SuccessFactors system. But we are not done yet – you need to configure the entitlements to make the SAP SuccessFactors HXM Suite OData APIs accessible in the trial subaccount. So let’s continue:

Configure entitlements



  1. In the cockpit, navigate to the Entity Assignment page under the Entitlements category.

  2. Select the trial subaccount and click Configure Entitlements.


  3. In the window that opens search for SAP SuccessFactors Extensibility.

  4. To the right, you should be able to see a drop-down with the names of all the systems of type SAP SuccessFactors that you have registered. Select the relevant one, and then select the api-access plan checkbox.

  5. Click the Add 1 service plan button and then save your changes.


We are almost ready. You just need to create a service instance of the SAP SuccessFactors Extensibility service and thus allow applications running on SAP BTP to consume the SAP SuccessFactors HXM Suite OData APIs.

Create a service instance



  1. Navigate to the automatically created space in the subaccount and open the Service Marketplace page under the Services category.

  2. Search for SAP SuccessFactors Extensibility, and click Create.


  3. In the creation wizard, enter a name for your new service instance and click Create.



Shortly, you should be able to see your new service instance in status Created on the Instances page, under the Services category.


If you now navigate to your subaccount and open the Destinations page under the Connectivity category, you will be able to see that a destination of type OAuth2SAMLBearerAssertion with the same name as the service instance has been created with all the details needed for the communication with your SAP SuccessFactors system.



Next steps - how to use this service instance



  1. For the OAuth2SAMLBearerAssertion flow to work, you will need to configure single-sign on between the subaccount in SAP BTP and SAP SuccessFactors. See this documentation

  2. Optionally, bind the new service instance to your deployed application.

  3. Consume the destination from your application using the Destination service


"I have made a mistake in my setup! I need to clean up the registered system."


Maybe you have mistakenly integrated your productive SAP SuccessFactors system instead of your test system? And now you want to clean this up and reconfigure everything with the correct system?

No problem! We now offer the functionality for you to deregister a system.

In the cockpit, go back to the Systems page, and in the Actions column click the thrash bin button to deregister the system.


Oh no! We still have configurations that are using this system. We will need to clean those up too before we can continue.

  1. First delete the previously created service instance.

  2. Then remove the Entity Assignment of type SAP SuccessFactors Extensibility that uses the system we want to delete as a resource provider.


Now let us try to delete the System again. This time we get a confirmation window. Just click Deregister, and your system's status should change to Deregistering.


Shortly, the deregistration will finish, and the system will be removed from the list.

Conclusion


In this short demonstration, we managed to register our SAP SuccessFactors system in our trial account in SAP BTP. Then we created a destination which we could use through an application deployed in our account to call SAP SuccessFactors HXM Suite OData APIs using the OAuth2SAMLBearerAssertion flow.

And finally, we saw how we could deregister the system.

The steps covered the configuration for extending SAP SuccessFactors but the process is very similar for SAP S/4HANA Cloud and SAP Marketing Cloud, so go ahead and try that as well.

More Resources


For more information about trial accounts in SAP BTP, see Trial Accounts

Check also the official documentation for extending SAP solutions:
5 Comments