- Design / Prototype
- Create Dictionary Objects
- Core Data Services (CDS)
- Business Service
- Business Object Behavior
- Create a Fiori App
- Source (GitHub) for Data Model/Behaviour/Service
- Source (GitHub) for User Interface (Fiori Elements App)
Business Service Definition
Service scope is confirmed using Service Definition.
We can provide the list of entity sets that need exposure.
![](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768,h_193/https://aditheos.com/wp-content/uploads/2022/08/INTELIRA-PB-BS-SD-1-1024x257.jpg)
![](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_587,h_313/https://aditheos.com/wp-content/uploads/2022/08/INTELIRA-PB-BS-SD-2-1.jpg)
@EndUserText.label: 'Phone Book'
define service ZINTLRA_UI_PB_HEAD {
expose ZINTLRA_C_PB_HEAD as Contact;
expose ZINTLRA_C_PB_ITEM as PhoneNumber;
expose ZINTLRA_I_PB_USER as User;
expose ZINTLRA_I_PB_CAT as Category;
expose ZINTLRA_I_PB_TAG as Tag;
}
Business Service Binding
We bind the service definition to the corresponding protocol using the Service Binding
![](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768,h_272/https://aditheos.com/wp-content/uploads/2022/08/INTELIRA-PB-BS-SB-1-1024x362.jpg)
Provide the Protocol / Bind Type
Tag the Service Definition
![](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768,h_665/https://aditheos.com/wp-content/uploads/2022/08/INTELIRA-PB-BS-SB-11-1024x886.jpg)
Add more service definitions if required and Activate
Use Publish button on the right side to Publish the service
![](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768,h_376/https://aditheos.com/wp-content/uploads/2022/08/INTELIRA-PB-BS-SB-2-1024x501.jpg)
App Preview from Service Binding
Right-click on the root node in the Published Service and select App preview
![](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_719,h_490/https://aditheos.com/wp-content/uploads/2022/08/INTELIRA-PB-BS-SB-3.jpg)
App Preview URL just for reference
https://<hostname>:<port>/sap/bc/adt/businessservices/odatav2/feap?feapParams=<params>&sap-ui-language=EN#/?sap-iapp-state–history=1&sap-iapp-state=3
![](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_385/https://aditheos.com/wp-content/uploads/2022/08/INTELIRA-PB-BS-SB-4-1024x385.jpg)