sap-btp-cloud-transport-management

Configure and manage SAP Cloud Transport Management landscapes, import queues, and destinations on SAP BTP.

Updated May 18, 2026
One-click install
npx skills add https://github.com/Melik1986/axon-erp-api --skill sap-btp-cloud-transport-management-melik1986
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sap-btp-cloud-transport-management
Source: https://github.com/Melik1986/axon-erp-api/tree/main/cursor/skills/sap-btp-cloud-transport-management
Command: npx skills add https://github.com/Melik1986/axon-erp-api --skill sap-btp-cloud-transport-management-melik1986

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Moving MTAs, ABAP references, and application content between SAP BTP environments requires correctly configured transport landscapes, destinations, and import queues, and misconfiguration causes failed deployments and broken CI/CD flows. ## Core Features & Use Cases - Initial Setup Guidance: Walks through entitlements, subscription, role collections, and service instance/key creation for Cloud Transport Management. - Landscape & Destination Configuration: Covers transport nodes, routes, forward modes, and 8 destination types including Cloud Foundry MTA deployment and BTP ABAP environment endpoints. - Import Operations & Troubleshooting: Documents import methods, scheduling, automatic import, transport request statuses, and fixes for common errors like "Not Found" and "Forbidden". - Use Case: A DevOps engineer sets up a DEV → TEST → PROD landscape for MTA deployments, configures OAuth2ClientCredentials destinations, and schedules automatic imports in the production queue. ## Quick Start Ask the assistant to set up a three-node Cloud Transport Management landscape with destinations and an import schedule for your BTP subaccounts.

Frequently Asked Questions about sap-btp-cloud-transport-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up SAP Cloud Transport Management on SAP BTP?▼

Configure entitlements in the global account, subscribe to the service in your subaccount, assign role collections like TMS_LandscapeOperator_RC, then create a service instance and key in a Cloud Foundry space for API access.

How do I configure a destination for MTA deployment to Cloud Foundry?▼

Create an HTTPS destination pointing to https://deploy-service.cf.<domain>/slprot/<space-guid>/slp using BasicAuthentication with a SpaceDeveloper user, or OAuth2Password for custom identity providers. Using the space GUID avoids URL-encoding issues.

What content types does Cloud Transport Management support?▼

It supports MTA archives (.mtar) for Cloud Foundry, BTP ABAP references to Git repositories, application content (.zip), and SAP HANA XS classic delivery units (.tgz). Neo environment transport is deprecated.

Why does MTA deployment fail with Not Found or Forbidden errors?▼

Not Found usually means a wrong Cloud Foundry domain or unencoded special characters in org/space names; use the space GUID instead. Forbidden means the user lacks the SpaceDeveloper role or authenticates through the wrong identity provider.

What are the storage and file size limits in Cloud Transport Management?▼

The standard plan allows 50 GB total storage with 1 GB per file and 30-day retention; the free plan allows 500 MB with 500 MB per file and 7-day retention. Uploads are blocked at maximum capacity, with warnings at 85%.

Can Cloud Transport Management integrate with CI/CD pipelines?▼

Yes, use the export service plan with SAP Continuous Integration and Delivery or Project Piper. The API supports file upload, node export, and node upload operations, with asynchronous import monitoring via Get transport action.