Explain ABAP Cloud / RAP release deltas
explain_abap_releaseCheck whether an ABAP, CDS, or RAP feature exists in a target release for writing or reviewing ABAP. Look up curated changes from 2502 to 2608 and ABAP Platform 2025.
Instructions
Look up what changed in ABAP Cloud, CDS, ABAP SQL, RAP, EML, ABAP Unit, ATC and the development tools across the 2502 to 2608 release trains plus ABAP Platform 2025 (SAP_BASIS 816), from a dated knowledge base bundled with this package. Each row carries an original summary, an optional syntax sketch, the release and ABAP release, the products it was verified for, the cited SAP source URL, and a confidence flag ("confirmed" = fact-checked, "reported" = single-source). Use this when you are about to write or review ABAP and need to know whether a language, CDS or RAP feature exists in the target release — for example before using CDS table entities as draft persistence, BUFFER ON, RAP change documents, global side effects, or a feature-control attribute. Filter by sinceRelease to see only what is new since the customer's current level. Rows flagged pre-2502 exist to stop an agent presenting an established feature (business events, late numbering, prechecks, bgPF) as a 2025-26 novelty. It does not connect to any SAP system, does not read release notes live, and is not a complete changelog — it is a curated snapshot (curated 2026-09-10) and the target system's own release notes stay authoritative. For released-API state of a specific object use check_released_api; for Clean Core levels and ATC vocabulary use search_sap_knowledge. Example: explain_abap_release({ "sinceRelease": "2605", "kind": "rap" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict to one facet: "language", "cds", "sql", "rap", "testing", "atc", "tooling" or "eml". Use it to answer "what is new in RAP" without wading through tooling rows. | |
| limit | No | Maximum rows to return, 1 to 200; defaults to 60. Raise it only when you really want a full release dump. | |
| topic | No | Free-text topic matched against row ids, titles, keywords and summaries, e.g. "draft table entity", "side effects", "change documents". Omit it to browse a whole release or facet. | |
| product | No | Restrict to one product: "btp" (SAP BTP ABAP environment), "s4hc-public", "s4hc-private" or "onprem". Rows list the products their source actually verified. | |
| sinceRelease | No | Return only rows at this release or newer, chronologically: pre-2502, 2502, 2505, 2508, platform-2025, 2511, 2602, 2605, 2608. Use the customer's current level, e.g. "2508", to see what upgrading buys them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deltas | Yes | Matching release-delta rows, newest release first. | |
| scopeNote | Yes | Dated-knowledge caveat to repeat to the user. | |
| truncated | Yes | True when more rows matched than were returned. | |
| matchCount | Yes | How many rows matched before the limit was applied. | |
| curatedDate | Yes | Date the bundled knowledge base was curated. |