sap-se54

Automate SAP SE54 table maintenance dialog generation via GUI scripting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the creation of SAP SE54 table maintenance dialogs via SAP GUI Scripting, reducing manual setup time and errors.

Core Features & Use Cases

  • Existence check for an existing maintenance dialog
  • Generation of maintenance dialogs with authorization group, function group, maintenance type, and screen number
  • Object Directory handling for FUGR/TOBJ and login gating for SAP GUI
  • Transport entry management via centralized TR handling

Quick Start

Follow the steps to generate a SE54 dialog for a given table: login to SAP, check existence, then generate with your auth group and function group.

Frequently Asked Questions about sap-se54

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

FAQPage Schema
How do I automate SAP SE54 table maintenance dialog generation?

Automate SE54 table maintenance dialog generation by using SAP GUI scripting to check existence and create dialogs with authorization group, function group, maintenance type, and screen number. This reduces manual setup time and errors.

Do I need SAP GUI scripting enabled to create maintenance dialogs for ABAP tables?

Yes, SAP GUI scripting is required to automate SE54 maintenance dialog generation. You must handle SAP GUI login prerequisites and object directory handling for FUGR/TOBJ before generating the maintenance dialog.

What steps are involved in generating a maintenance dialog in SE54?

Generating a maintenance dialog involves logging into SAP, checking for an existing maintenance dialog, then creating one with your specified authorization group and function group. The process handles transport entries and object directory assignments.

Can I check if an ABAP table maintenance dialog already exists before creating one?

Yes, existence checking is a core feature. The automation verifies whether a maintenance dialog already exists for the specified ABAP table before attempting to generate a new one, preventing duplicate creation.

How does object directory handling work when creating SE54 maintenance dialogs?

Object directory handling manages FUGR and TOBJ entries during SE54 maintenance dialog generation. This process ensures proper transport entry management through centralized TR handling when creating or updating maintenance dialogs.

Why use VBScript templates for SAP table maintenance dialog creation?

VBScript templates drive the SAP GUI scripting interaction to automate SE54 maintenance dialog creation. They standardize the generation process, reducing manual configuration errors for ABAP table maintenance dialogs.