Code smarter as Joule for Developers brings AI into everyday ABAP work. Learn how agentic flows work in VS Code and ADT using third party orchestrators as side-by-side solution bringing it to even lower releases. Learn how ABAP MCP servers and the ad...
Using the new application job interface IF_APJ_RT_RUN the development of application jobs has become easier and improved scheduling capabilities have been made availableAndre Fischer
Migrating custom code during an ECC to SAP S/4HANA Cloud Private Edition system conversion can be a complex and time-consuming journey. In this session, you will learn how ABAP AI capabilities in SAP Joule for Developers, the S/4HANA Custom Code Migr...
Traditionally, all ABAP programming was done on-premises, in the SAP GUI, using SE80 or similar. Many years back another option was presented – namely “ABAP in the Cloud”. To this day many programmers do not know such a thing even exists, or why it i...
SQLAlchemy is Python's standard database toolkit and ORM. Alembic provides version-controlled schema migrations. sqlalchemy-hana is the open-source dialect that brings SAP HANA support to both toolsIn this session, we will explain how sqlalchemy-hana...
Deep dive into how SAP Business Data Cloud powers the Autonomous Enterprise and what ingredients SAP delivers for this. The session with the CTO of SAP BDCBjoern Friedmann, SAP
Efficiently storing data is only the first step. This session explores how Parquet and Iceberg help organizations turn raw data into reliable, governed, reusable data products with better performance, consistency, and portability across engines and w...
This session is about making it real. We will walk through the end-to-end process of exposing curated, enterprise APIs as governed MCP tools that AI agents can securely discover and invoke — configuring authentication, defining policy guardrails, tes...
Agentic automation needs more than isolated tools - it needs AI agents that can act on real enterprise data, across SAP and non-SAP systems, under real governance. In this deep-dive session, we show how Joule Studio and SAP Integration Suite work tog...
Every demo shows an agent calling SAP. Almost none of them show what sits in between.That layer is where the interesting problems live. Which APIs do you actually expose, and to whom. What happens when the agent asks for a customer that exists three ...
Now that the title caught your attention, let's talk about how to increase personal productivity by contextualizing Joule Work Desktop. JWD is powerful: it compliantly reads your email, your calendar, and with the right MCP connector, your personal k...
Learn why AI applications should not depend on one model and how you can enable your application to support multiple models using AI Core services and features like, prompt optimization, evaluation and Orchestration fallbacks.Franziska Dobrigkeit, SA...
Three production applications. Thirty days. Zero lines of code written by me.One is a full music library platform wired to eleven external APIs — with a Jarvis-style voice HUD, a karaoke mode, and an AI assistant that knows which song you're looking ...
Join us for a hands-on walkthrough of the pro-code development flow in Joule Studio, designed for professional developers who want full control over solution building from their local IDE.The session will cover:Architecture — Developer entry points (...
What happens when intent-based development meets a classic arcade game? In this session, we’ll use JouleBert, a whimsical Qbert-inspired Easter egg, as a practical case study in combining the web-based development experience in Joule Studio with an A...
CAP is made up of both art and science in equal measure. Our development landscapes may be changing, a fool with a tool is still a fool, but best practices, timeless principles and core enterprise business requirements continue to shape how CAP is ev...
You probably already know that you can extend the model of a multi-tenant CAP application (like new fields or entities, UI annotations and translations), but did you know that you can also add tenant-specific custom business logic in a secure way? Th...
Can I use AI to build a mobile application — and can that application then use AI to help my business users?In this session, we'll answer that question with a hands-on look at Mobile Development Kit (MDK), combining the MDK MCP Server with AI tools a...
In this session we’ll take a look at how you can take cross service connections and business logic to the next level, by making sure you only have to write it once, and then re-use throughout all your CAP applications through the power of plugins, an...
In this session we will show an easy way to start an asynchronous process using BGPF (e.g. the calculation of an inventory entry) and an easy way how to update the UI with the result of the calculation using Event driven side effects when the asynchr...
In this demo session, we will show you how to develop embedded analytical applications using ABAP Development tools and generator wizards. We will touch the development of Multidimensional Analysis, Review Booklets as well as developing custom hierar...
This technical session examines how SAP Business Data Cloud (SAP BDC) provides the trusted, governed data fabric that supplies enterprise AI with complete business data, semantics, and context across SAP and non-SAP landscapes. It shows how BDC, toge...
Most technical professionals underestimate what reputation does for their career. Not the vague "personal brand" kind. The kind where people reach out to you before you reach out to them. Where you get invited to speak. Where your name carries weight...
Data movement, serialization, and format conversion create hidden costs and latency across modern data architectures. This session explores how Apache Arrow enables high-performance data interchange that reduces unnecessary copying, improves applicat...
Discover how SAP Integration Suite helps organizations accelerate AI adoption by simplifying integration development with AI-powered capabilities and enabling secure, standardized connectivity between AI agents and enterprise applications through MCP...
AI has changed the software industry but what about the integration space? In this roundtable we will cover how AI has actually changed the way we design, build, test, and operate integrations. We’ll cover the tools that help us in our daily workflow...
Intelligence lives in the real-time flow of information across every system, application, and AI agent. Advanced Event Mesh acts as the nervous system of the modern enterprise, enabling seamless, event-driven interactions at scale. Discover how combi...
This session is designed to demystify how AI coding tools actually consume resources and to give you practical strategies to work more efficiently without sacrificing quality or output. Through live demonstrations, side-by-side comparisons, and hands...
Discover how SAP Managed n8n, integrated with SAP's line-of-business solutions, empowers business users and citizen developers to build agentic workflows through intent-based development. You'll learn how the SAP Managed n8n, as part of Joule Studio,...
Hear directly from Oli Morris, from the n8n developer relations team, to really understand how n8n works under the hood, including how data flows and gets transformed throughout a workflow. Also learn the kinds of automation teams build with it, espe...
Beyond mastering your craft, building a solid reputation is the most effective way to unlock new opportunities, relationships, and career growth.In this interactive session, successful community members share their personal journeys: why reputation m...
From the mouth of an n8n Elite Partner and former SAP Developer Hero, learn how customers have used n8n in their landscapes (before its embedding in Joule Studio). Discover the strong points of n8n, and its limits – which processes have held up in pr...
Tabular Foundation Models (TFMs) allow us to make predictions over tabular data without needing to train a model with domain-specific data. What this means in practice is one model for virtually infinite predictions. In this talk, we'll cover what ma...
A customer e-mail arrives. Ten minutes later a quotation exists in S/4. This session follows that single flow end to end, from inbox and e-mail through the extracted request and the variant configuration to the finished quotation, in a working sales ...
Enterprise applications rarely own all the data they need. The SAP Cloud Application Programming Model (CAP) addresses this with support for data federation, which provides access to remote data as if it were local. This talk introduces the basic con...
You have a running ECC system. It works, and it is not going anywhere this year. You have also decided you want to start building with CAP — but most guides seem to assume you already finished a migration you have not started.Sebastiano Marchesini — ...
UI5 has long given us two ways to build views: XML views: declarative, but strongly-typed and JS views, which are code (and thus type-checkable) but imperative, hand-wiring controls with `new Button({...})`. What if you didn't have to choose? The JSX...
At reCAP 2026 I showed how to build code-based AI agents with CAP. In this session I broaden that story to building AI agents on the platform in general. I start from CAP and show the way I built agents before, the new @AGent syntax that makes this a...
SAP Fiori elements is at the center of AI-driven app development. See how Building Blocks and the Fiori MCP Server accelerate UI development with the power of AI. What's new? By combining this with ABAP Development Tools for Visual Studio Code, we un...
Overview and fundamentals of CDS associations and join techniques with a focus on how to use them effectively in real-world. It highlights common pitfalls and design patterns that directly impact query behavior, automatic optimizations and runtime ef...
In this presentation, we will show you the development and use of customer-specific authorisation objects in the SAP BTP ABAP Environment with the innovation delivered in release 2608 for maintaining restriction types at the IAM application levelAndr...
The SAP BTP ABAP Environment offers partner different ways for developing and delivering ABAP based solutions to their customer. This session focuses on an overview about the delivery options, customer like testing before delivery as well as on the c...
Empower yourself to build your own GenAI use cases in ABAP. The ABAP AI SDK powered by ISLM brings the key capabilities of SAP AI Core directly into ABAP without leaving your ABAP stackMatthias Iacsa
Data product governance is a new capability in SAP Business Data Cloud that introduces a structured, auditable process for controlling access to data products across your organization. Rather than relying on direct permissions and manual sharing, gov...
As organizations adopt more engines, clouds, and AI workloads, consistent access control and governance become increasingly important. This session explains how Apache Polaris provides an open catalog layer that simplifies governance, improves intero...
SAP HANA Data Lake Files (HDLF) is an enterprise-grade object storage service built natively into SAP HANA Cloud, designed to help data engineers and developers store, manage, and access large volumes of unstructured and semi-structured data at scale...
Discover the latest innovations in Edge Integration Cell, the next-generation hybrid integration runtime of SAP Integration Suite. It enables you to manage APIs and run integration scenarios within your private landscape. In this session, we’ll explo...
It's spooky season, so let's end the Devtoberfest integration track on a scary note. In this session, I'll take you on a guided tour of a veritable chamber of horrors filled with SAP Cloud Integration anti-patterns and worst practices. Enter at your ...