In 2026, ABAP development has undergone its most significant tooling shift since the introduction of ABAP Development Tools for Eclipse. At its core are three components that SAP announced at Sapphire 2026 as generally available or scheduled for the second quarter of 2026.
The first component is the ABAP Language Server. It acts as an abstraction layer that provides ABAP development capabilities independently of the specific development environment. This allows different IDEs to utilize the same functions.
The second component is the ABAP MCP Server. It builds on the Language Server and uses the Model Context Protocol, an open standard that allows AI agents to interact with external tools and systems in a structured way. The ABAP MCP Server provides ABAP development capabilities as tools for agents, both with and without embedded AI. It runs in the core layer and offers the same tools in both ABAP Development Tools for Eclipse and the new version for Visual Studio Code.
The third component is the expanded choice of IDEs. ABAP Development Tools are now also available for Visual Studio Code. According to SAP, Eclipse remains the recommended environment for full-scale ABAP development until the VS Code version achieves feature parity. Both share the same codebase and the same MCP server.
1. Accompanying components. Three additional elements complete the picture. First, the ABAP-specific language model introduced in January 2026, which was trained on a vast amount of ABAP and CDS code and is available via the GenAI Hub. Second, an ABAP Custom Code Transformation Agent focused on migrating from SAP ECC to SAP S/4HANA, with availability planned for the second quarter of 2026. Third, the provision of ABAP AI capabilities for SAP S/4HANA Cloud Private Edition for releases from 2021 onwards, also scheduled for the second quarter of 2026.
2. What is not changing. Important for context: The tools used to develop ABAP are changing. The mechanics by which ABAP changes reach the landscape are not. A change still creates a transport request, which is moved to downstream systems via the Change and Transport System or git-based CTS. This is the crucial point of this article: modern, partially agentic code generation meets an unchanged transport and release mechanism.
1. ABAP opens up to the agent ecosystem. Until now, ABAP development was largely confined to the closed world of ABAP Development Tools for Eclipse. The ABAP MCP Server changes that. Through the Model Context Protocol, external coding agents can execute ABAP development tasks directly. SAP explicitly mentions assistants outside its own portfolio. This moves ABAP development into the same ecosystem where developers are already working with UI5 and CAP.
For SAP Application Lifecycle Management, this is a double-edged sword. On one hand, productivity increases because agents take over routine tasks and provide context-aware support. On the other hand, the surface area through which code enters the landscape expands, and with it, the area that governance must cover.
2. The migration lever. The Custom Code Transformation Agent targets one of the biggest pain points for the SAP community: adapting custom ABAP code during the migration from ECC to S/4HANA. With the end of maintenance for the classic ERP system, many organizations are under time pressure regarding this topic. An agent that analyzes custom code and generates transformation suggestions can change the effort involved. However, it also changes the question of who is responsible for the correctness of the transformed code.
3. License and access model. The AI capabilities of SAP Joule for developers require an additional license. SAP has extended free access to these capabilities until September 2026, which should be read as a signal to accelerate adoption before a paid model is introduced. For planning purposes, this means: the tools are available, and the long-term cost model is part of the decision.
The task for SAP ALM managers is not to prevent the use of new tools, but to integrate them into the existing change and release process in a controlled manner. Four approaches are suitable for this.
1. Consciously manage agent and IDE selection. Since the ABAP MCP server is open to various agents, selecting authorized agents and models becomes a governance decision. Organizations should define which coding agents and IDE variants are approved, rather than leaving this to the individual preferences of developers. This aligns with the necessary whitelist and sandbox practices already required for MCP servers.
2. Maintain the transport as a mandatory checkpoint. The transport remains the point at which a change is controlled as it enters the landscape. This is precisely where established governance applies: code reviews, ATC checks during transport release, downgrade protection, and the four-eyes principle. These controls must be effective regardless of whether the code was created by a human or with the assistance of an agent. The transport is the layer that separates AI generation from landscape integrity.
3. Ensure AI involvement is traceable. If an agent was involved in a change, this should be documented in a traceable manner. This is not a bureaucratic hurdle, but the foundation for auditability. During subsequent error analysis or audits by external auditors, the question of how a change originated is part of the end-to-end audit trail from requirement to deployment.
4. Treat the migration agent as a suggestion, not a decision. The Custom Code Transformation Agent generates transformation proposals. These proposals must be reviewed, tested, and approved like any other change. An automated transformation that flows into a transport unchecked merely shifts the risk rather than eliminating it. Test coverage and impact analysis remain mandatory.
1. Responsibility for AI-assisted code. The central open question is accountability. When an agent generates or transforms ABAP code, the responsibility for its correctness remains with the human who approves the change. This assumes that the individual understands and can evaluate the code. An organization that deploys agents productively without maintaining review competence assumes a risk that remains initially invisible in the transport log.
2. The expanded surface area for generation. Opening up to external agents and a second IDE increases the number of ways in which code is created. Every additional route is an extra path that must be incorporated into governance. A toolchain that is open but unregulated creates a gap between what is technically possible and what is controlled.
3. Speed versus verifiability. Agentic tools promise speed. However, speed without corresponding verification creates exactly the risk that end-to-end change processes are designed to avoid. The most difficult task in AI-supported development governance is not determining whether an agent's proposal works technically, but ensuring the organization retains the freedom to reject it, even if the tool has already marked it as complete. Those who do not actively exercise this choice cede control to the tool.
4. Tool sprawl as a new form of technical debt. Freedom of choice regarding IDEs and agents is an advantage for developers, but it can lead to a fragmented landscape where different teams use different tools and models. Without conscious standardization, a new variant of tool sprawl emerges—a problem many organizations already recognize in change management.
1. Define approved tools and agents. An organization must define which IDE variants and coding agents are approved for use via the ABAP MCP server and document this decision.
2. Leave transport as a control point untouched. Code reviews, ATC checks during release, downgrade protection, and the four-eyes principle apply regardless of how the code was generated.
3. Log AI involvement. If an agent was involved, this must be part of the change record and the audit trail.
4. Maintain review expertise. Anyone developing with AI support needs developers who can understand and take responsibility for the generated code. Agents do not replace human judgment; they accelerate the preparation for it.
5. Treat migration suggestions as changes. The output from the Custom Code Transformation Agent must go through the same testing, impact assessment, and approval process as any other change.
6. Plan for the license and cost model. The free trial phase is limited. A robust plan must account for the long-term model.
The following table shows how the new generation layer and the established transport governance layer are distributed. It clarifies that while agentic tools change code generation, control over transport and the audit trail remains with the governance layer.
ToolABAP AI AssistanceIDE ChoiceMCP Agent ConnectionATC Gate at Transport ReleaseTransport/Change GovernanceAudit Trail Req-to-DeployADT for EclipseFullEclipseFullVia SystemNoNoADT for VS CodeFullVS CodeFullVia SystemNoNoExternal Coding Agents via ABAP MCP ServerFullBothFullNoNoNoSAP Cloud ALM (Change and Deploy)NoN/ANoPartiallyPartiallyPartiallyChaRM (SAP Solution Manager)NoN/ANoFullFullFullOrchestration Layer¹NoN/APartiallyFullFullFull¹ Solutive AG is the initiator of the Change Orchestration Institute. The assessment in the table is a self-disclosure by the provider and is not part of an editorially independent validation. AI assistance and IDE choice are intentionally outside the scope of a change and transport governance layer and are covered by SAP development tools.
The table illustrates the division of labor. SAP development tools, including agentic connectivity via the ABAP MCP server, are strong in generation and AI assistance. However, by design, they are not the layer that approves transports, prevents downgrades, or provides a seamless audit trail. This task belongs to change and transport governance, whether via ChaRM, Cloud ALM within its current limitations, or an orchestration layer. Full coverage of the ABAP change chain combines both layers.
The new toolchain necessitates concrete steps.
The first consequence concerns tool strategy. Organizations should actively decide which IDE variant and which agents are approved, rather than leaving the choice to individual preference. A documented decision is the foundation for all further control.
The second consequence concerns transport governance. Existing transport controls must be reviewed to ensure they remain effective when code is created with agent support. In most cases, they remain effective because they are applied at the transport level, not the generation level. That is precisely the good news: the established control point remains effective.
The third consequence concerns migration. Anyone intending to use the Custom Code Transformation Agent for an S/4HANA migration should embed the output into the verified change process from the start, including test coverage and impact analysis. Automated transformation without verification shifts risk into the production landscape.
The fourth consequence concerns competence. Productive use of agentic tools requires the team to have the ability to understand and take responsibility for the generated code. This competence is the actual prerequisite for ensuring that the speed of these tools becomes an advantage rather than a risk.
First key takeaway: With ADT for VS Code, the ABAP Language Server, and the ABAP MCP server, ABAP development has become agentic in 2026 and is now open to external coding agents. While code generation is changing, the mechanics of transport are not. Recommendation: View the agentic toolchain as a supplement to the lifecycle, not as a replacement for transport governance.
Second key takeaway: The transport remains the critical control point. Code reviews, ATC checks at release, downgrade protection, and the four-eyes principle apply regardless of whether a human or an agent generated the code. Recommendation: Confirm existing transport controls and document AI involvement in the audit trail.
Third key takeaway: The Custom Code Transformation Agent for ECC-to-S/4HANA migration is a real lever against the time pressure of the maintenance deadline, but its output is a suggestion, not a decision. Recommendation: Consistently subject migration suggestions to testing, impact analysis, and approval, and consciously standardize the authorized tools and agents.
SAP. "Entering the New Era of Agentic AI for ABAP Development". community.sap.com, SAP Sapphire 2026, May 2026. SAP. "ABAP AI, Chapter 3: We go agentic". community.sap.com, May 2026. SAP. "ABAP development tools for Visual Studio Code: Your Questions Answered". community.sap.com, June 2026. SAP. "Introducing the Next Era of ABAP Development". community.sap.com, SAP TechEd 2025. SAP Help Portal. "ABAP Development Tools for Visual Studio Code". help.sap.com/docs/abap-cloud. Accessed June 2026. SAP News Center. Interview with Sonja Liénard on the ABAP platform, news.sap.com, May 2026. SAPinsider. "SAP ABAP Development Tools". sapinsider.org, 2026.
"Agentic AI in SAP Change Management: Pipeline Architecture and the Governance Gap", "MCP Server Governance for SAP: Whitelist, Sandbox, and Audit", "SAP DevOps and CI/CD for ABAP: gCTS and Project Piper in the 2026 Reality Check", "SAP Solution Manager Migration", "SAP Cloud ALM Q1 2026: Retrofit App and ATC Integration".
Christian Steiger is a co-founder and managing director of Solutive AG and has been working with SAP Application Lifecycle Management, change orchestration, and transport governance in complex landscapes for over 15 years. His focus areas include bridging SAP Basis practice with modern governance architectures, migrating SolMan landscapes beyond 2027, and integrating SAP change processes into hybrid toolchains.
*The Change Orchestration Institute is an independent knowledge resource for SAP ALM, change orchestration, and AI governance. Initiator and research partner: Solutive AG, solutive.ag/kontakt.*