Import Business Rules with Custom Business Object
Use Business Rules Import option to import template rules project that will be used to create business rule models on custom business object.
Overview
You will learn
- How to import template business rules project
- How to import CDS views from backend S/4HANA cloud system
Prerequisites
Steps
Intro
Data object is the reusable entity of Enterprise Rules Model which is the vocabulary on which business rules are modelled.
In this tutorial, a template business rules project is made available in GitHub. This project has the result data object already created. You will import the CDS view based on custom business object Bonus Plan from the S/4HANA cloud system.
For more information, you can read the help documentation:
Download the template business rules project zip from the GitHub.

download template
In Manage Rules Application, click the Import icon and select Upload Project from File System option.

open import dialog Browse to the file location to select the downloaded business rules project zip.
Click Import to import the project in business rules application.

import template Business rules project template will be imported and seen in Manage Rules Application.
The project will be in
Inactivestatus.
view imported template rules Click the project to navigate into the details.
Click Edit to make changes to the default system.

edit project Modify the project Name and Description.
Click the drop down of System property.
Select the system added in Configure System.
Save the changes.

select system
Switch to Data Objects tab for Local Data Objects.
You can see the result data object already created.
Click the
PERCENTAGE_TTdata object.
view data object See the Type field and the Attributes.
Click Edit and then Activate the data object.
After you click edit button, the options to validate and activate will appear in top-right corner of the screen.

edit data object Repeat the steps above to activate
PERCENTAGEdata object as well.
activated data object
Click Import > Managed System to import the CDS views from S/4HANA cloud system.

import data object In the Import Dialog, select the S/4HANA System from the drop-down.
Enter the Name of the CDS view corresponding to Custom Data Object based on the Bonus Plan.
Click Go.
This will search all the CDS view with the given name in the S/4HANA cloud system.
From the options, select your CDS view and click Import.

import data object You will see the data objects imported.
You can change the name, label and description of the data object, if needed.
Go to the Annotation of the data object and its attributes to see how it is mapped to the backend S/4HANA system view.

imported data object Each CDS view is imported into 2 data objects. One is of type structure (name ends with
TT) and other is of type table. Table data object refers to the structure data object.Click the data object with name ending with
TT(structure type).In the data object page, click Edit (on top-right corner) and then click Activate to save and activate data object.

activate CDS view Repeat the same to Activate all the data objects.

activated CDS view
Resources
Discussion
Share feedback on this tutorial or join the conversation in SAP Community.