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

Generate a RAP Business Service With The Wizard

Generate a RAP business service in SAP BTP ABAP Environment using the ABAP Repository Objects Wizard

Overview

🎓 beginner 10 min. ABAP DevelopmentBeginnerSAP BTP ABAP Environment

You will learn

  • โœ”How to generate the artifacts you need to create a RAP business service. (RAP is the ABAP RESTful Application Programming Model)
  • โœ”You can then implement your business logic much more quickly than if you had to create each artifact by hand
Unknown U Unknown May 27, 2025
Created by March 9, 2023
Contributors

Prerequisites

Prerequisites

Steps

Intro

Throughout this tutorial, object names may include a suffix or group number, such as ####. Always replace this with your own group number or initials. For more information, see the links at the end of this tutorial.


Step 1 Create package
โ€”

  1. Create a new package for this tutorial, by choosing New > ABAP Package.

    step1a-new-package
    step1a-new-package

  2. Enter the following then follow the wizard, choosing a new transport request:

    • Name: ZRAP_TRAVEL_####
    • Description: Travel data generated
    • Request description: Travel service RAP Generator

    step1a-create-package
    step1a-create-package
    ย 
    step1b-new-tr
    step1b-new-tr

Step 2 Create database table
+
Step 3 Generate objects from table
+
Step 4 Test your business service
+
Step 5 Test yourself
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 6
1. Create package 2. Create database table 3. Generate objects from table 4. Test your business service 5. Test yourself 6. More information

Learn more →