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 ↗
Logout

Creating Custom Inbound API in SAP S/4HANA Cloud, public edition

SAP now offers new capabilities for integration using the developer extensibility offered in the 3 System Landscape to allow customers to create custom APIs using released ABAP objects. We will learn how to create such a custom inbound API in this tutorial.

Overview

🎓 intermediate 6 min. SAP S 4hana CloudIntermediateABAP Extensibility

You will learn

  • How to identify objects to be consumed
  • How to create a projection view
  • How to create a behavior definition for the CDS projection
  • How to create a service definition
  • How to create a service binding
  • How to create a communication scenario and to test the API
  • Test your knowledge
Unknown U Unknown February 10, 2023
Created by February 10, 2023
Contributors

Prerequisites

Prerequisites

  • Before you start developing, the Eclipse environment and ADT has to be installed. The documentation on https://tools.hana.ondemand.com/#abap provides the steps to setup your development environment.
  • You would need your user to have the Developer role (Business role template ‘SAP-BR-DEVELOPER’) assigned to it.
  • You have created an ABAP Package under the ZCUSTOM-DEVELOPMENT ‘super package’ and has a Transport Layer attached to it.

Steps

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps

Learn more →