This post will discuss the development approach you should follow for an SAP Business Technology Platform (SAP BTP)–based development, including the essential steps involved.
SAP BTP is the primary platform to build extension applications for your core line of business (LoB) solutions (SaaS or on-premise), integrate intersystem processes, and develop innovative net new use cases. As far as the core development process is concerned, a bulk of development is done for extension use cases. So, we’ll focus on the development approach in the context of extension use cases, although a similar approach is applicable for net new applications as well.
In the following sections, we’ll also discuss the dependencies on these steps and how different SAP BTP services help developers build a solution following this development approach. On a broad scale, for extension application development in SAP BTP, you need to follow five steps, as shown in the figure below.
Next, we’ll discuss each of the steps in detail.
In this step, you connect the SAP BTP system with other backend LoB solutions such as SAP S/4HANA or SAP SuccessFactors. Extensibility provides an easy way to connect these backend systems to SAP BTP subaccounts. You can go to your SAP BTP subaccount, then navigate to System Landscape > Systems, and click the Add System button, as shown the top screen of this figure.
In this example, we’re registering an SAP S/4HANA Cloud system, but you can adopt other SAP cloud systems as well. You can generate the integration token to be used in the corresponding cloud LoB solution to seamlessly register the SAP BTP system, as shown in the bottom screen of the previous figure, by using the Maintain Extension on SAP BTP app on SAP S/4HANA Cloud. This way, you can connect your SAP BTP system to SAP cloud backend systems almost like Bluetooth pairing.
In addition, you need to know the APIs, events, and integration contents for integrating these backend systems to SAP BTP. APIs and events are the real backbone of the extension framework that enables LoB processes to be extended on SAP BTP as a side-by-side extension. For this, you use SAP API Business Hub as the centralized portal to access all the content for whitelisted APIs, events, and so on. The figure below shows SAP API Business Hub, which can be accessed via https://api.sap.com/.
SAP Business Accelerator Hub not only arranges all the whitelisted APIs and their documentations but also allows you to test the APIs much like a Swagger file of an API. In addition, you can connect to a test system and run the end-to-end flow. For particular APIs, this provides code snippet samples to show how the APIs should be used. SAP Event Mesh and SAP Integration Suite, advanced event mesh comprise the full-scale event bus offering. SAP Business Accelerator Hub is the one-stop shop to find the relevant allowlisted evented that can be integrated in the extension process.
Once you’ve set up connectivity, you’re now ready to build apps in SAP BTP. SAP BTP provides a host of services to support developers in building applications. A range of low code/no code (LC/NC) and pro-code tools are provided. The LC/NC tools are extremely helpful for power business users to develop business functionality in SAP BTP without going deep into technical details.
The figure below shows SAP’s latest low-code/no-code solution SAP Build Apps. When you launch SAP Build Apps from the SAP BTP cockpit, it will open the lobby from where you can launch the low-code/no-code editor.
Although low-code/no-code platforms are popular, it’s often not possible in a practical setting to realize the full scope of requirements on such platforms, and you may need to develop custom code on a deeper technical level. SAP Business Application Studio, as shown in the next figure, comes in handy in many SAP BTP-based developments such as SAP Cloud Application Programming Model, SAP Fiori elements, SAPUI5 development, mobile development kit (MDK), SAP HANA-based development, SAP Build Process Automation, and many more.
This editor also provides “what you see is what you get” (WYSIWYG) editors to visually model UX and core data services (CDS)-based data models. SAP Business Application Studio also comes with configurable plug-ins that you can customize based on your need to configure your dev space, provides powerful command-line functionality via console, and can be integrated with code repositories such as GitHub. SAP Business Application Studio provides full-scale support to develop the solution, test the solution locally, and deploy to SAP BTP.
SAP Business Application Studio is the cloud development environment. However, in certain scenarios, developers might want to have local development environments. In such cases, Microsoft’s Visual Studio Code can be used. For ABAP development, SAP recommends using Apache Eclipse with the ABAP Development Tools (ADT) extension.
SAP BTP supports a variety of programming models where you can develop the core application. If the requirement suits more to the open-source technologies, then you can adapt SAP Cloud Application Programming Model, which supports languages such as Java and Node.js. On the other hand, if you want to leverage existing expertise in ABAP, you can adopt the ABAP RESTful application programming model. SAP Cloud Application Programming Model and ABAP RESTful application programming model provide an open yet opinionated framework to develop stateless cloud applications. SAP Cloud Application Programming Model is opinionated in the sense that it abstracts low-level coding and gives higher-level APIs to let developers concentrate on business applications and also provides out-of-the box support for SAP Best Practices such as SAP HANA and SAP Fiori. Yet SAP Cloud Application Programming Model is open as it’s based on open-source technology and lets you leverage open standards and frameworks to handle things in your own way.
In addition, other open-source programming models such as Spring Boot can be realized. Plus, cloud-native development can be done in the SAP BTP, Kyma runtime following microservice principles.
Once the core applications are built, you need to provide channels through which these apps can be accessed. Following are the key channels:
SAP BTP gives you plenty of choices in deployment platforms for your apps. For the web frontend, there are two flavors:
In a development cycle, you’ll first go for the core development and then configure your apps so that you can launch them via SAP BTP launchpad or SAP Work Zone via SAP Fiori tiles or user interface (UI) cards.
At its core, SAP BTP provides you with a choice of runtimes to deploy the apps in diverse technology platforms. You can either develop microservices in the SAP BTP, Cloud Foundry environment using open-source technologies (Java, Node.js, Python, etc.) or using the SAP BTP, ABAP environment for deploying ABAP-based developments, or you can choose to use cloud-native microservices and deploy them in the SAP BTP, Kyma runtime. Additionally, if your functionality can be met on an FaaS model, then you can choose the serverless runtime as well.
Below highlights which type of applications are best suited to which type of runtime.
SAP BTP provides various tools to operate applications on the platform. First, you can use the SAP BTP cockpit to do almost all the administrative tasks such as user management, role management, deploying and running applications, maintaining connectivity and security, and so on. The SAP BTP cockpit provides an effective UX to end users to operate your cloud applications seamlessly.
In addition, the SAP BTP, Cloud Foundry runtime and the SAP BTP, Kyma runtime provide CLI support, which is very powerful and comes in handy to automate administrative jobs. For example, when you operate production-scale DevOps, you may have set a pipeline for automated testing and deployments. For such capabilities, you can use the CLI commands to write the deployment scripts.
Editor’s note: This post has been adapted from a section of the book SAP Business Technology Platform by Smitha Banda, Shibaji Chandra, and Chun Aun Gooi.