Custom Business Configurations App for Table Maintenance
The Custom Business Configurations app is an SAP Fiori application that developers and administrators use to maintain customizing or configuration tables in SAP BTP ABAP environments. It works in conjunction with a Business Configuration Maintenance Object, which defines the RAP business object and its UI layout that the app renders for table maintenance. Developers create these maintenance objects — for example, using the Generate ABAP Repository Objects Wizard — and the app then exposes them as editable configuration entries grouped in a standard list view. The UI layout specifics, such as field labels and display properties, are developed separately and are reflected directly in how the app presents each Business Configuration Maintenance Object to the end user.
Tutorials that teach this
Docs explaining this concept
- Doc Business Configuration Maintenance Object
- Doc Creating Business Configuration Apps with ABAP RESTful Application Programming Model and Custom Business Configurations App
- Doc Develop UI-Specifics
- Doc Generating a Business Configuration Maintenance Object with the Generate ABAP Repository Objects Wizard
- Doc Grouping
Prerequisites
- Concept Customizing Transport Requests in SAP BTP ABAP Environment
- Concept SAP BTP ABAP Environment Overview
- Concept Using SAP Fiori Launchpad App Finder and Search
- Concept Business Configuration Maintenance Object
- Concept ABAP RAP Business Configuration Apps A **Business Configuration App** built with the ABAP RESTful Application Programming Model (RAP) is a Fiori-based maintenance application that allows users to view and edit business configuration data. Developers use it to expose a [Business Configuration Maintenance Object](https://help.sap.com/docs/btp/sap-business-technology-platform/d9cb8ca3c1284001aa16acbddbfe13ce?locale=en-US&state=PRODUCTION&version=Cloud) through a structured UI, with the layout of that object rendered in the [Custom Business Configurations app](https://help.sap.com/docs/btp/sap-business-technology-platform/8951a06d9df7452e96023b63cd5b2042?locale=en-US&state=PRODUCTION&version=Cloud). Development tasks span both common RAP capabilities and UI-specific concerns, such as controlling how the maintenance object's data is presented and interacted with in the Fiori UI.