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

Create Business Configuration Maintenance Object

Create a Business Configuration Maintenance Object using the ABAP Repository Object Generator.

Overview

🎓 beginner 30 min. ABAP ExtensibilityBeginnerSAP BTP ABAP EnvironmentABAP DevelopmentABAP PlatformSAP S 4hana Cloud ABAP Environment

You will learn

  • โœ”How to generate a Business Configuration Maintenance Object
Patrick Winkler P Patrick Winkler July 20, 2026
Created by March 9, 2023
Contributors

Prerequisites

Prerequisites

Steps

Intro

This tutorial shows you how to create an SAP Fiori based Table Maintenance app using the ABAP RESTful Application Programming Model (RAP) and the Custom Business Configurations (CUBCO) app. This tutorial is based on a simplified error code database model: a table to store the error codes and a table to store the language-dependent error code descriptions.

You first create the database tables and then use the ABAP Repository Generator to create the required repository objects.

Hint: For more information, see the documentation for this programming model.

Hint: Do not forget to replace all occurrences of the ### placeholder with your ID of your choice in the subsequent exercise steps. To do this, you can use the ADT function Replace All (Ctrl+F).


Step 1 Create Package
โ€”

  1. Open your ABAP Development Tools, log on to your ABAP system, right-click ZLOCAL (or $TMP) and choose New > ABAP Package.

    New package
    New package

  2. Create a new package:

    • Name: Z_ERROR_CODES_###
    • Description: Error Codes ###
    • Super package: ZLOCAL
    • Select Add to favorite packages

    Enter new package
    Enter new package

    Click Next >. Confirm the basic package properties by clicking Next > again.

  3. If change recording is not enabled, you cannot enter a new transport request. Instead, simply click Finish.

Step 2 Create Data Elements
+
Step 3 Create Database Tables
+
Step 4 Create Business Configuration Maintenance Object
+
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 5
1. Create Package 2. Create Data Elements 3. Create Database Tables 4. Create Business Configuration Maintenance Object 5. Test yourself

Learn more →