Include

管理 ABAP 包含文件 (Include Programs)

williamcorrea23 5f51c7f 2 files · 2.4 KB Updated

File contents

Include Skill

说明

管理 ABAP 包含文件 (Include Programs)

使用场景

场景1: create

用户需求: "执行 include 的 create"

Skill 调用:

{
  "tool": "include_create",
  "parameters": {
    "object_name": "EXAMPLE_OBJECT"
  }
}

CLI 命令对照

Skill 工具 CLI 命令
include_create sapcli include create <object_name>
include_read sapcli include read <object_name>
include_write sapcli include write <object_name>
include_activate sapcli include activate <object_name>

williamcorrea23/sap-router-skill/tree/main/bundled/skills/altumsisy-sapcli-skill/skills/adt-core/include commit 5f51c7f73c

Frequently asked questions

npx skillmds@latest add williamcorrea23/include