How about building a Fiori app using AI to create it for you? So if you liked it, let’s continue.
What is the Joule?
It is a generative AI used by SAP to interact with SAP applications.
Initially you need to obtain a free SAP BTP Trial account, but there is already a tutorial
teaching you how to do this at this link .
We will also need to sign the SAP Build Code under test, at this link .
Enter the BTP cockpit environment after you have created your account, using the link .
Next, we will enter the SAP build code:
Inside the build app we will build our application:
Let’s create the developer area, click to open in a new window in the option shown:
When you click, the BAS (Business Application Studio) will open and then, after loading the
page, click on the diamond icon (Joule icon) and enter what you want to create the service
and data models, remembering that the Joule AI initially only understands English:
Run to validate your application:
If the error below occurs saying that the port is in use:
Go to the terminal tab and add a new port:
cds pull –from http://localhost:4005 -u bob
Just run it again, but let’s first create our interface ( UI ):
Follow the step by step:
Let’s insert some automatic records, optional step:
Example application ready, let’s run it:
Wow.. You’ve managed to finish your AI-powered app. It’s still new and under development,
but can you already see the possibilities? Amazing, isn’t it?
Ao abrir a aplicação:
The actions are working:
If you click start you will see that there were other records, as I asked it to create some
example records according to the steps above.
How nice that you made it this far!
At another time we will make applications with greater complexity.