sap-se01

Automate SAP transport request creation, release, and deletion via SE01 GUI scripting.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-se01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-se01
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-dev-core/skills/sap-se01
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-se01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

SAP teams spend manual, error-prone steps to create, release, and delete transport requests (TRs) in SE01. This Skill automates and orchestrates those GUI-based actions to speed TR workflows.

Core Features & Use Cases

  • Create TRs using SE01 GUI scripting with a supported description, then resolve TRKORR via SE16N on E070.
  • Release and Delete modes to manage TR lifecycles, with explicit user confirmations and safety checks.
  • Supports argument-driven operation: W (Workbench) and C (Customizing), with optional TR rendering and object-type-aware naming.
  • Prerequisites and environment preparation: active SAP GUI session and access to SAP_DEV_CORE resources.

Quick Start

Invoke the skill with a create command and a short description to create a new transport request.

Frequently Asked Questions about sap-se01

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

FAQPage Schema
How do I automate SAP transport request creation in SE01?

Automate SAP transport request creation by invoking the skill with a create command and description. It drives SE01 GUI scripting via predefined VBS templates to generate Workbench or Customizing TRs and resolves the TRKORR through SE16N on table E070.

What's the best way to release or delete SAP transport requests via GUI scripting?

Release or delete SAP transport requests by triggering the respective modes in the skill. It orchestrates SE01 GUI scripting to manage TR lifecycles, applying explicit user confirmations and safety checks before executing destructive actions like deletion.

Do I need an active SAP GUI session to manage transport requests with SE01 scripting?

Yes, managing transport requests with SE01 scripting requires an active SAP GUI session. You also need configured SAP_DEV_CORE shared resources to provide the predefined VBS templates that drive the automation workflows.

How does TRKORR resolution work when creating transport requests in SE01?

TRKORR resolution works by querying the E070 table through SE16N after SE01 GUI scripting creates the transport request. This extracts the generated TRKORR identifier, enabling argument-driven operations for Workbench or Customizing TRs.

Can I specify Workbench or Customizing types when creating SAP transport requests?

Yes, you can specify Workbench or Customizing types when creating SAP transport requests. The skill supports argument-driven operation using W for Workbench and C for Customizing, with optional TR rendering and object-type-aware naming.

Why use SE01 GUI scripting instead of manual SAP transport request management?

Use SE01 GUI scripting to eliminate manual, error-prone steps required to create, release, and delete transport requests. It orchestrates TR workflows through automated VBS templates, accelerating the process while enforcing safety checks and user confirmations.