SAP Joule:
der neue KI-Assistent in der SAP S/4HANA Cloud Public Edition Release 2402


Wolfgang Schiek
Head of Sales
<style>
/* Webflow Blog Styles */
:root {
--content-max-width: 1500px;
--bg-color: #ffffff;
--font-sans: Inter, sans-serif;
--font-display: 'Mona Sans', sans-serif;
--font-sans-stretch: normal;
--font-display-stretch: normal;
}
.blog-content {
font-family: var(--font-sans);
font-stretch: var(--font-sans-stretch);
color: #000000;
line-height: 1.2;
}
figcaption {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 0.875rem;
font-weight: 500;
font-style: normal;
color: #000000;
line-height: 1.5;
letter-spacing: 0;
margin: 0.5rem 0 0 0;
text-align: center;
}
/* Image Widths and Galleries */
.offset-block {
padding-left: 50px;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
font-family: var(--font-display);
font-stretch: var(--font-display-stretch);
}
.blog-content p a, .blog-content li a, .blog-content .text-link {
color: #f0567f;
text-decoration: underline;
font-weight: 500;
transition: color 0.2s ease;
}
.blog-content p a:hover, .blog-content li a:hover, .blog-content .text-link:hover {
color: #f0567f;
}
.blog-content h1 {
font-family: 'Mona Sans Expanded', sans-serif;
font-stretch: 125%;
font-size: 48px;
line-height: 1.2;
margin: 0 0 1rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h2 {
font-family: 'Mona Sans Expanded', sans-serif;
font-stretch: 125%;
font-size: 36px;
line-height: 1.2;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 500;
letter-spacing: 0;
}
.blog-content h3 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 26px;
line-height: 1.2;
margin: 0 0 0.5rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h4 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 23px;
line-height: 1.1;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h5 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 23px;
line-height: 1.1;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h6 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
line-height: 1.2;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content .kpi-text {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 2.125rem;
line-height: 1.2;
margin: 0 0 1rem 0;
color: #000000;
font-weight: 700;
text-align: center;
}
.blog-content p {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
margin: 0 0 1rem 0;
}
.blog-content p a, .blog-content li a, .blog-content h1 a, .blog-content h2 a, .blog-content h3 a, .blog-content h4 a {
color: #f0567f;
text-decoration: underline;
font-weight: 500;
transition: all 0.2s ease-in-out;
}
.blog-content p a:hover, .blog-content li a:hover, .blog-content h1 a:hover, .blog-content h2 a:hover, .blog-content h3 a:hover, .blog-content h4 a:hover {
color: #f0567f;
}
.blog-content blockquote {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 22px;
font-style: italic;
font-weight: 400;
border-left: 0px solid #0066cc;
background-color: #f2f5f8;
padding: 0px;
margin: 1.5rem 0;
color: #000000;
}
.blog-content q {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
font-style: italic;
font-weight: 400;
border-left: 0px solid #94a3b8;
background-color: #f2f5f8;
padding: 0px;
quotes: "«" "»" "‹" "›";
color: #000000;
}
.custom-container {
max-width: var(--content-max-width);
margin: 0 auto;
padding: 60px 60px 70px 70px;
}
.custom-button:hover {
background-color: #fdc300 !important;
color: #000000 !important;
transform: scale(1.03) !important;
}
.faq-item {
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 15px;
margin-bottom: 1rem;
}
.faq-question {
font-weight: bold;
color: #1a1a1a;
margin-bottom: 0.5rem;
}
.faq-answer {
color: #333333;
}
.box-style-standard {
background-color: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 20px;
color: #333333;
margin: 1.5rem 0;
}
.box-style-info {
background-color: #eff6ff;
border: 1px solid #3b82f6;
border-radius: 8px;
padding: 20px;
color: #1e40af;
margin: 1.5rem 0;
}
.box-style-warning {
background-color: #fffbeb;
border: 1px solid #f59e0b;
border-radius: 8px;
padding: 20px;
color: #92400e;
margin: 1.5rem 0;
}
@media (max-width: 991px) {
.offset-block { padding-left: 20px; }
.blog-content h1 { font-size: 44px; }
.blog-content h2 { font-size: 34px; }
.blog-content h3 { font-size: 24px; }
.blog-content p { font-size: 19px; }
.custom-container { padding: 40px 40px 40px 40px; }
}
@media (max-width: 479px) {
.offset-block { padding-left: 15px; }
.blog-content h1 { font-size: 38px; }
.blog-content h2 { font-size: 32px; }
.blog-content h3 { font-size: 22px; }
.blog-content p { font-size: 20px; }
.custom-container { padding: 15px 15px 15px 15px; }
}
/* Blog Lightbox */
.blog-lightbox-trigger { text-decoration: none !important; }
.blog-lightbox-trigger img { transition: opacity 0.2s ease; }
.blog-lightbox-trigger:hover img { opacity: 0.85; }
.blog-lightbox-overlay {
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.85); z-index: 99999; display: flex;
align-items: center; justify-content: center; cursor: zoom-out;
animation: blogLbFadeIn 0.2s ease;
}
.blog-lightbox-overlay img {
max-width: 90vw; max-height: 90vh; border-radius: 8px;
box-shadow: 0 20px 60px rgba(0,0,0,0.5); object-fit: contain;
}
@keyframes blogLbFadeIn { from { opacity: 0; } to { opacity: 1; } }
</style>
<div class="blog-content">
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Vollgepackt mit Innovationen und Verbesserungen, damit Kunden und ihre SAP-Systeme noch besser laufen als bisher – so die jüngste <a href="https://news.sap.com/germany/2024/02/sap-s-4hana-cloud-public-edition-release-2402/">Message</a> seitens SAP zum aktuellen und insgesamt 31. SaaS-ERP-Release in der SAP-Historie des Cloud-ERP. Diesmal mit an Bord und nicht nur der heimliche Star des <a href="https://pages.community.sap.com/topics/s4hana-cloud/product-releases?url_id=text-de-newscenter:CRM-DX24-AAA-2486692_03">2402-Releases</a>: Künstliche Intelligenz (KI) im Allgemeinen bzw. der KI-gestützte Assistent Joule im Speziellen.</p>
</div>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h2 style="font-size: 36px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-stretch: 125%; font-weight: 500; margin: 0 0 0.75rem 0; letter-spacing: 0; text-align: left;">SAP Joule: „The next Big Thing“ in der Geschichte transformativer Business Technologie</h2>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Unbestritten ist: KI stellt einiges auf den Kopf, hat bereits heute vieles ins Rollen gebracht und auch in Zukunft die Kraft und das unbestrittene Potenzial, Geschäftsprozesse durch Automation effizienter zu gestalten. Dadurch können Anwender bessere und intelligentere Entscheidungen treffen, schneller handeln sowie Ergebnisse auf ein neues Level heben. Genau an dieser Stelle setzt das neue Release von GROW with SAP nun an.</p>
</div>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h2 style="font-size: 36px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-stretch: 125%; font-weight: 500; margin: 0 0 0.75rem 0; letter-spacing: 0; text-align: left;">Ask me anything: Die Power von Large-Language-Modellen (LLM) in SAP-Systemen</h2>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Der hauseigene „Assistent“ dafür heißt <a href="https://www.sap.com/products/artificial-intelligence/ai-assistant.html">SAP Joule</a>, arbeitet KI-gestützt, nutzt natürliche Sprache, wird in das gesamte <a href="https://www.cloudcomputing-insider.de/was-ist-die-sap-cloud-platform-a-7dac27a21587224ade1f029efdee790a/">SAP-Cloud-Portfolio</a> integriert und ist über das <a href="https://accounts.sap.com/saml2/idp/sso?SAMLRequest=fZFfS8MwFMW%2FSsn72vTf1l3WQrduUFARFRHfrmnGAm1Sc1PUb29aEfRBIU8359zf4dwd4dCPUE%2Fuou%2Fk6yTJBe9DrwmWj5JNVoNBUgQaB0ngBNzX11eQhBxGa5wRpmc%2FLP87kEhap4xmQduU7Ol%2BdTwW9Skpmjxe1%2Fk6Swu%2B3h94vtns65Qf84IFjc%2BkNM6ukl2cGwmiCIUwk3YUEo6hMANkWRrNkZNIdWNEZFjwKC15VMl8Vs8jmmSryaF2fsSTbMVT%2Fx5iDvEGku0zq3bzBmhnpa2EUnpA8ZJtMd1ieEGNodGdHFB3M3K38L7Vi3WEG19S29yaXomPoO5783awEp0smbOTZMHJ2AE9%2F69a4zBeilbd2rxIYdI0SqHOSnYsqr6gvw9WfQI%3D&RelayState=XS-EE8AF28D516A5643806BC0577BA30E58&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=nMLN7gUdWjLqkxXtYfmwgR%2BytVEghkNjOxqQotX2ckylUIMp%2FxKAsdnHin2qnCqoq8BCjVIjdkqMNAvpHVEGlf%2FVya2qXRT%2Bn85%2F8%2Ffizm5ZS7vrhNK3Sx3%2ByWLsEAGRM59GNPu0zMKRDQ8zLRdC5LYNldtlCQZBy07y7EUwoA4%3D">SAP Early Adopter Care-Programm</a> nutzbar. Wer daran teilnimmt, hat nun die Möglichkeit, Fragen in natürlicher Sprache in den Chat einzugeben oder zu diktieren.</p>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Aktuell stehen drei Anwendungsszenarien zur Verfügung, die Anwender im Alltag effektiv unterstützen und eine vollkommen neue User Experience (UX) und gleichzeitig Prozessautomatisierung ermöglichen:</p>
<ul style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; padding-left: 1.5rem; list-style-type: disc;">
<li style="margin-bottom: 0.5rem;"><strong>Navigational:</strong> hilft bei der Suche nach bestimmten Funktionen im System: „Ich suche das neue Tool für die Mitarbeitendenbewertung.“</li>
<li style="margin-bottom: 0.5rem;"><strong>Transactional:</strong> führt Anfragen durch: „Welche Termine stehen heute im Kalender?“</li>
<li style="margin-bottom: 0.5rem;"><strong>Informational:</strong> erfragt Daten aus bestehenden Dokumenten: „Wann läuft die Deadline für die neuen Bestellungen ab?“</li>
</ul>
</div>
<figure style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69d51e9251a82de5ae57011d_S_4HANA_Cloud_public_edition_gross.jpg" class="blog-lightbox-trigger" onclick="event.preventDefault();var o=document.createElement('div');o.className='blog-lightbox-overlay';o.innerHTML='<img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69d51e9251a82de5ae57011d_S_4HANA_Cloud_public_edition_gross.jpg" alt="">';o.onclick=function(){this.remove()};document.body.appendChild(o)" style="display: block; cursor: zoom-in;"><img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69d51e9251a82de5ae57011d_S_4HANA_Cloud_public_edition_gross.jpg" alt="Stets zu Diensten: KI-Assistenten wie Joule helfen SAP-Anwendern unter anderem dabei, Routineaufgaben schneller und intelligenter zu erledigen." class="blog-img-74e23de8-ca9e-4ee8-b394-34046c0b7e1f" style="max-width: 100%; width: auto; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a><figcaption style="font-size: 0.875rem; line-height: 1.5; margin-top: 0.5rem 0 0 0; color: #000000; font-weight: 500; font-style: normal; font-family: 'Mona Sans', sans-serif; text-align: center;">Stets zu Diensten: KI-Assistenten wie Joule helfen SAP-Anwendern unter anderem dabei, Routineaufgaben schneller und intelligenter zu erledigen.</figcaption></figure>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h2 style="font-size: 36px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-stretch: 125%; font-weight: 500; margin: 0 0 0.75rem 0; letter-spacing: 0; text-align: left;">Embedded AI: Wie Joule und Anwender miteinander agieren können</h2>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Die nächste gute Nachricht ist: Die KI ist in den Lösungen verfügbar, mit denen Anwender der SAP S/4HANA Cloud Public Edition – die heute übrigens schon mehr als 900 Best-Practice-Scope-Items bereitstellt – täglich arbeiten. Eine davon ist zum Beispiel die automatische Vervollständigung von Kundenaufträgen oder auch die automatisierte Materialinspektion. Beide helfen, Abläufe zu beschleunigen und Anwender im Alltag zu entlasten. Oder anders formuliert: Sie bieten die technologische Unterstützung, die vielerorts dringend benötigt wird, schließlich ist ein erklärtes Zieler aller S/4HANA-Nutzer, Prozesse maximal zu automatisieren und menschliche Interaktion zu minimieren. Dazu drei konkrete Anwendungsfälle, bei welchen KI-Assistent Joule Nutzer unterstützen kann:</p>
<ul style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; padding-left: 1.5rem; list-style-type: disc;">
<li style="margin-bottom: 0.5rem;">Ein Unternehmen erhält über die unterschiedlichsten Kanäle seine Bestellungen, via Website, E‑Mail, PDF & Co. Mit der neuen AI-Funktionalität haben Anwender nun die Möglichkeit, einen <strong>Bot</strong> einzusetzen, der wiederum eine Inbox monitort, in der alle Bestellungen auflaufen. Diese vielen verschiedenen Dokumente wandelt die KI nun automatisch in offizielle Sales Orders um. Im nächsten Schritt werden diese Business-Dokumente genehmigt und der Prozess nimmt bis zur Auslieferung und Rechnungsstellung automatisiert seinen Lauf.</li>
<li style="margin-bottom: 0.5rem;">Ein anderes Beispiel ist der <strong>Document Extraction Service</strong> – einer der vielen SAP Business-Technology-Platform (BTP)-Services: Dabei wird ein Bild einer beispielsweise Eingangsrechnung gemacht, welches dann ebenfalls automatisch seinen Weg durchs System und den Sales-Prozess geht.</li>
<li style="margin-bottom: 0.5rem;">Ein drittes Anwendungsszenario basiert auf „built-in Machine Learning (ML) capabilities“, eine Technologie, deren Einsatz sich vor allem im Umfeld von Predictive Analytics eignet. Gibt es im System beispielsweise viele verschiedene Angebote (quotes), kann die KI nun dabei helfen herauszufinden – inklusive genauer Prozentangaben –, welche der Angebote mit hoher Wahrscheinlichkeit in Angeboten (orders) resultieren. Dafür scannt die so genannte <strong>Predictive Analytics Library</strong> sämtliche Unternehmensdaten, filtert Besonderheiten und Einflüsse heraus (wie z. B. Stammkunde, Rabatte, Zahlungsmoral etc.) und präsentiert konkrete Ergebnisse, die den Sales-Prozess von A bis Z dabei unterstützen, dass das Angebot zu einem erfolgreichen Abschluss kommt.</li>
</ul>
</div>
<figure style="text-align: center; margin: 1.5rem 0;"><a href="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69d51e93d92896d18bc56c45_AI-capabilities.png" class="blog-lightbox-trigger" onclick="event.preventDefault();var o=document.createElement('div');o.className='blog-lightbox-overlay';o.innerHTML='<img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69d51e93d92896d18bc56c45_AI-capabilities.png" alt="">';o.onclick=function(){this.remove()};document.body.appendChild(o)" style="display: block; cursor: zoom-in;"><img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69d51e93d92896d18bc56c45_AI-capabilities.png" alt="Cloud-ERP goes SAP Business AI und die Vorteile sprechen für sich: schnelleres Arbeiten, intelligentere Einblicke, bessere Geschäftsergebnisse und die volle Kontrolle über Entscheidungsfindung und Datenschutz für SAP-Geschäftsanwendungen." class="blog-img-4d69a50b-3ce7-49c1-ab45-69e4bbb6e37f" style="max-width: 100%; width: auto; height: auto; border-radius: 8px; display: block; margin: 0 auto;"></a><figcaption style="font-size: 0.875rem; line-height: 1.5; margin-top: 0.5rem 0 0 0; color: #000000; font-weight: 500; font-style: normal; font-family: 'Mona Sans', sans-serif; text-align: center;">Cloud-ERP goes SAP Business AI und die Vorteile sprechen für sich: schnelleres Arbeiten, intelligentere Einblicke, bessere Geschäftsergebnisse und die volle Kontrolle über Entscheidungsfindung und Datenschutz für SAP-Geschäftsanwendungen.</figcaption></figure>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h2 style="font-size: 36px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-stretch: 125%; font-weight: 500; margin: 0 0 0.75rem 0; letter-spacing: 0; text-align: left;">Just scratching the surface: KI-Nutzen im neuen SAP‑S/4HANA-Release liegt auf der Business AI</h2>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">SAP hat 1992 SAP R/3 auf den Markt gebracht und damit quasi die Unternehmenssoftware für Client-Server-Systeme erfunden. Heute findet der nächste große Wurf statt, indem Unternehmen – unterstützt durch KI und bereitgestellt über die SAP S/4HANA Cloud – ihre Betriebsabläufe und ihre Geschäftsmodelle wieder neu definieren und grundlegend verändern können. Dies Vorteile können in der Praxis schnell und einfach umgesetzt werden, denn: Das aktuelle Release inklusive natürlich der KI-Komponenten wird allen GROW-Kunden über automatisierte Updates bereitgestellt.</p>
</div>
</div>
</section>
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="offset-block">
<h3 style="font-size: 26px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 700; margin: 0 0 0.5rem 0; letter-spacing: 0; text-align: left;">Link zu offiziellem SAP-Dokument:</h3>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;"><strong>Auf einen Blick:</strong> <a href="https://help.sap.com/doc/ce01d82756b947a1a043a5d5a3204226/2402.500/en-US/WN_CE2402_EN.pdf">„What’s new in SAP S/4HANA Cloud in 2402“</a></p>
</div>
</div>
</section>
</div>
Weitere Beiträge


Die Product-Compliance-Highlights im SAP Cloud ERP Release 2602: für mehr Kontrolle, Genauigkeit und Effizienz bei globalen Compliance-Prozessen
09.04.2026
|
SAP Cloud ERP


Wie SAP Integrated Product Development (IPD) 2026 die Produktentwicklung im Mittelstand auf das nächste Level hebt
24.03.2026
|
SAP Cloud ERP

Cloud first, Two-Tier ready: Die SAP-ERP-Erfolgsstory der Stern-Wywiol Gruppe
19.03.2026
|
Kundenreferenzen






