> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/agent-release-notes/abap-technologies/abap-agent.md).

# ABAP Agent

## 2026 Release Notes

<table><thead><tr><th width="99.203125">Version</th><th width="179.5234375">Date</th><th>Changes</th></tr></thead><tbody><tr><td>1.3</td><td>June 3, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added a Windows installer with automatic configuration migration.</li><li>Added <code>slabapcli setup status</code> health checks and clearer setup/RFC diagnostics.</li><li>Added credential verification, secure credential entry, SAP Basis filtering, and Footprints context filtering.</li><li>Added ENHO non-code change handling and improved Function Group change detection.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Improved Footprints accuracy and collection performance.</li><li>Fixed watcher reliability, Function Group include unique IDs, and deleted Function Module unique ID formatting.</li></ul><p><strong>Important Notes:</strong> New SAP table access may be required for <code>CVERS</code>, <code>TDEVC</code>, and <code>ENHINCINX</code>.</p></td></tr><tr><td>1.1.0.70</td><td>March 10, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Enable multi-pipeline support with migration and cross-process locks.</li><li>Disable SSL certificate.</li><li>Filter out not-used modules from the build modifications.</li><li><strong>Limitations:</strong> Existing customers using older versions need to manually upgrade using the <code>slabacli setup migrate</code> command.</li></ul></td></tr></tbody></table>

## 2025 Release Notes

<table><thead><tr><th width="100.64453125">Version</th><th width="180.75390625">Date</th><th>Changes</th></tr></thead><tbody><tr><td>1.0.0.56</td><td>November 27, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for <code>labId</code>.</li></ul></td></tr><tr><td>1.0.0.55</td><td>November 18, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where usage data collected through RFC failed to detect used IWSV objects (OData Services).</li><li>Fixed an issue where the initial buildmap did not include modules or packages belonging to IWSV (OData Services used by Fiori apps) or WAPA (Fiori app components).</li></ul></td></tr><tr><td>1.0.0.54</td><td>November 6, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Prevented execution on unsupported Windows versions.</li></ul></td></tr><tr><td>1.0.0.51</td><td>October 20, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added proxy support.</li></ul></td></tr><tr><td>1.0.0.50</td><td>June 22, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Improved execution tracking: the Watcher now correctly captures the TCode or program invoked during a test script, ensuring complete and accurate execution data.</li></ul></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/agent-release-notes/abap-technologies/abap-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
