Skip to content

Learn Once, Apply Everywhere: Pro-Code Extensions Across SAP Solutions

License

Notifications You must be signed in to change notification settings

SAP-samples/teched2023-AD266

REUSE status

AD266 - Learn Once, Apply Everywhere: Code-First Extensions Across SAP Solutions

Description

This repository contains the material for the SAP TechEd 2023 session AD266 - Learn Once, Apply Everywhere: Code-First Extensions Across SAP Solutions.

Overview

This session dives into how tools such as SAP Cloud Application Programming Model, SAP Cloud SDK, and others can be used to develop applications that connect to SAP applications of any kind through APIs.

SAP Cloud Application Programming Model or CAP is a framework of languages, libraries, and tools for building enterprise-grade services and applications. It guides developers through proven best practices and accelerates the development process.

SAP Cloud SDK is a set of libraries and tools for developers to build cloud-native applications on the SAP Business Technology Platform (SAP BTP). CAP internally uses the SAP Cloud SDK for service consumption.

Over the course of this workshop, you will create an application that consumes both an OpenAPI and an OData service.

For the OData part, you will learn how to fetch data from SAP SuccessFactors Goal Plan API by using CAP's Remote Services. You will also add functionality to create goals and sub-goals and delete them by interacting with the SuccessFactors service via the application.

For the OpenAPI part, you will learn how to use the SAP Cloud SDK to conveniently interact with the service in a type-safe manner.

You could then follow similar steps to connect to any other SAP application that exposes an API and easily build extensions for them in the cloud.

Requirements

The requirements to follow the exercises in this repository are:

  • Java 17
  • Maven 3.9
  • Node 18+
  • NPM 9+
  • cdsdk 7.0+
  • cf cli 7.7+

Exercises

Useful Links

Contributing

Please read the CONTRIBUTING.md to understand the contribution guidelines.

Code of Conduct

Please read the SAP Open Source Code of Conduct.

How to obtain support

Support for the content in this repository is available during the actual time of the online session for which this content has been designed. Otherwise, you may request support via the Issues tab.

License

Copyright (c) 2023 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

About

Learn Once, Apply Everywhere: Pro-Code Extensions Across SAP Solutions

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published