0% found this document useful (0 votes)
39 views

SAP Build and Joule

Uploaded by

Masarath Sultana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

SAP Build and Joule

Uploaded by

Masarath Sultana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 41

Table of Contents

Build AI-enabled intelligent data apps.................................................................... 1


Overview ......................................................................................................................1
Note .............................................................................................................................1
Reference Material .......................................................................................................1
System Setup ...............................................................................................................2
Create a new project .....................................................................................................3
Use Joule Generative AI for generating project components ...........................................5
Provide the Prompt in the Joule .....................................................................................9
Create Backend logic with Joule for Book Entities Authors ........................................... 11
Accept the entities to add them to the Storyboard ....................................................... 12
Provide prompt for adding mock data into entities ....................................................... 24
Provide the prompt for adding records into Header and Item tables ............................. 34
Run Application to display the list report ..................................................................... 41

Build AI-enabled intelligent data apps


Overview
• Learn how SAP Cloud Programming Model Leveraged with Joule
• Full-Stack development,processautomation

Note
I followed this SAP tutorial to gain hands-on experience with Joule, but I couldn’t get the
output due to limitations on my system,

as I was using the Trial version and not the paid Enterprise BTP version.

Reference Material
DA181 - Build AI-enabled intelligent data apps

https://github.com/SAP-samples/teched2024-DA181
System Setup
Create a new project
Use Joule Generative AI for generating project components
Provide the Prompt in the Joule
“Create a risk management app with risks and mitigations. Each risk may refer to one or
more mitigations. Add realistic properties to each entity, risks should include a property
impact and criticality which should be an integer. Impacts should be in range of 1 to
20000 dollars. Mitigation should include a counter”
Create Backend logic with Joule for Book Entities Authors
Accept the entities to add them to the Storyboard
Provide prompt for adding mock data into entities
Provide the prompt for adding records into Header and Item tables
Run Application to display the list report

You might also like