plugins/sap-btp-intelligent-situation-automation/skills/sap-btp-intelligent-situation-automation/SKILL.md
This archived skill provides legacy guidance for SAP BTP Intelligent Situation Automation data export, unsubscription, and configuration review. It should be used only when maintaining existing ISA tenants, exporting data before access is removed, or understanding historical situation automation setups. The skill covers Event Mesh integration, destination configuration, system onboarding, user management with role collections, automatic situation resolution, unsubscription, and troubleshooting for existing deployments. Keywords: SAP BTP, Intelligent Situation Automation, ISA, situation handling, SAP S/4HANA, SAP S/4HANA Cloud, Event Mesh, Business Event Handling, situation automation, situation dashboard, analyze situations, SAP_COM_0345, SAP_COM_0376, SAP_COM_0092, SituationAutomationKeyUser, SituationAutomationAdminUser, Cloud Connector, cf-eu10, CA-SIT-ATM, business situations, situation types, situation actions
npx skillsauth add secondsky/sap-skills sap-btp-intelligent-situation-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Service Status: ARCHIVED / DEPRECATED as of September 24, 2025
SAP BTP Intelligent Situation Automation service was deprecated on September 24, 2025. Its 6-month end-of-service window reached March 24, 2026; remaining access may exist only where contract commitments still apply.
Immediate Action Required:
SAP Intelligent Situation Automation was a BTP service that enabled automatic handling of business situations from SAP S/4HANA and SAP S/4HANA Cloud systems. It leveraged SAP Event Mesh for real-time event communication and allowed organizations to define automated actions for resolving situations.
Documentation Source: https://github.com/SAP-docs/btp-intelligent-situation-automation
Last Verified: 2026-05-31
⚠️ SERVICE DEPRECATED - Use only for:
Do NOT use this skill for:
SAP is working towards a GenAI-based capability in the Situation Handling Extended framework. Updates will be provided when available for consumption. For more information, see the SAP community announcement about the deprecation.
Data Export & Unsubscription (DEPRECATED SERVICE)
├─ Export data → references/operations.md#data-export
└─ Unsubscribe → DEPRECATION NOTICE section
Legacy Documentation (For Reference Only)
├─ Understanding existing setup → references/setup-guide.md
├─ API configurations → references/onboarding.md
├─ Role assignments → references/security-roles.md
├─ Automation rules → references/operations.md
└─ Error troubleshooting → references/troubleshooting.md
Migration Planning
├─ Review Situation Handling Extended framework
├─ Contact SAP for migration options
└─ Support component: CA-SIT-ATM
| System | Version | Notes | |--------|---------|-------| | SAP S/4HANA Cloud | Current | Full support | | SAP S/4HANA | 2021 FPS0+ | On-premise, requires Cloud Connector |
| Setting | Value | |---------|-------| | Region | Europe (Frankfurt) | | Technical ID | cf-eu10 | | Provider | AWS | | Environment | SAP BTP Cloud Foundry |
| Service | Purpose | |---------|---------| | Intelligent Situation Automation | Main application (standard plan) | | SAP Event Mesh | Event communication between S/4HANA and BTP | | Cloud Connector | On-premise S/4HANA connectivity (optional) |
| Scenario | Code | Purpose | |----------|------|---------| | Business Situation Integration | SAP_COM_0345 | Situation API access | | Business Situation Master Data Integration | SAP_COM_0376 | Situation type data | | Enterprise Event Enablement | SAP_COM_0092 | Event channel setup | | Purchase Requisition Integration | SAP_COM_0102 | Contract ready action | | Physical Inventory Document Integration | SAP_COM_0107 | Inventory monitoring action |
| API | Purpose | |-----|---------| | Business Situation - Read | Read situation data | | Business Situation Type - Read | Read situation type data | | Purchase Requisition Integration API | Contract ready action | | Physical Inventory Document Integration API | Inventory monitoring action |
| Role | Type | Access | |------|------|--------| | SituationAutomationKeyUser | Key User | Full application access | | SituationAutomationAdminUser | Admin | System onboarding only | | RuleRepositorySuperUser | Rules | Business rule authoring |
Key users with SituationAutomationKeyUser role can access:
saas/isa/cons
sap/s4/beh/businesssituation/v1/BusinessSituation/*
sap/s4/beh/businesssituationtype/v1/BusinessSituationType/*
{
"topicRules": {
"publishFilter": [],
"subscribeFilter": ["saas/isa/cons/*"]
}
}
To connect to a different S/4HANA system:
Troubleshooting: If onboarding fails, hover over info icon for details. Use Retry after fixing issues.
| Template | Code | Required Scenario | |----------|------|-------------------| | Contract is Ready as Source of Supply | PROC_CONTRACTREADYTOUSE_V3 | SAP_COM_0102 | | Physical Inventory Monitoring | MAN_PHYSICAL_INVENTORY_MONITOR | SAP_COM_0107 |
Use the Manage Situation Actions application to create custom actions beyond standard SAP actions.
Export all stored data using the endpoint:
[https://<subdomain>.<region>.intelligent-situation-automation.cloud.sap/exportdata](https://<subdomain>.<region>.intelligent-situation-automation.cloud.sap/exportdata)
Intelligent Situation Automation uses the Audit Log service to track:
View logs via the Audit Log Viewer in Cloud Foundry.
For any questions or concerns about the deprecation:
| Issue | Cause | Solution | |-------|-------|----------| | Server error on app access | Missing role assignment | Assign required role collections | | No Action Applied | Rule conditions don't match | Revise rule and reactivate | | No Automation Configuration Found | No automation exists for situation type | Create automation in Manage Situation Automation |
saas/isa/cons⚠️ SERVICE DEPRECATED: No further updates expected as the service is deprecated.
Documentation Source:
Final Verification: 2025-11-27
Maintenance Status: ARCHIVE ONLY - Skill maintained for historical reference and unsubscription guidance.
references/setup-guide.md - Complete setup and configuration guidereferences/onboarding.md - System onboarding and configurationreferences/security-roles.md - Role templates and permissionsreferences/operations.md - Operations and monitoring guidereferences/external-links.md - External documentation and SAP notesreferences/troubleshooting.md - Common issues and resolutionSkill Version: 1.1.0 Status: ARCHIVED / DEPRECATED Last Updated: 2026-05-31 License: GPL-3.0 Maintainer: SAP Skills Team | https://github.com/secondsky/sap-skills
Version History:
tools
--- name: sapui5 description: "This skill should be used when developing SAP UI5 applications, including creating freestyle apps, Fiori Elements apps, custom controls, testing, data binding, OData integration, routing, and troubleshooting. Use when building enterprise web applications with SAP UI5 framework, implementing MVC patterns, configuring manifest.json, creating XML views, writing controllers, setting up data models (JSON, OData v2/v4), implementing responsive UI with sap.m controls, bui
development
Use this skill when working with the UI5 Linter (@ui5/linter) for static code analysis of SAPUI5/OpenUI5 applications and libraries. Covers setup, configuring linting rules, running the linter to detect deprecated APIs, global variable usage, CSP violations, and manifest issues. Supports autofix for deprecated API usage, global references, event handlers, and manifest properties. Includes CI/CD integration, pre-commit hooks, and UI5 2.x migration preparation.
tools
Manages SAPUI5/OpenUI5 projects using the UI5 Tooling CLI (@ui5/cli). Use when initializing UI5 projects, configuring ui5.yaml or ui5-workspace.yaml files, building UI5 applications or libraries, running development servers with HTTP/2 support, creating custom build tasks or server middleware, managing workspace/monorepo setups, troubleshooting UI5 CLI errors, migrating between UI5 CLI versions, or optimizing build performance. Supports both OpenUI5 and SAPUI5 frameworks with complete configuration and extensibility guidance.
development
This skill should be used when the user asks to "write a SQLScript procedure", "create HANA stored procedure", "implement AMDP method", "optimize SQLScript performance", "handle SQLScript exceptions", "debug HANA procedure", "create table function", or mentions SQLScript, SAP HANA procedures, AMDP, EXIT HANDLER, or code-to-data paradigm. Comprehensive SQLScript development guidance for SAP HANA database programming including syntax patterns, built-in functions, exception handling, performance optimization, cursor management, and ABAP Managed Database Procedure (AMDP) integration.