Interface

管理 ABAP 接口 (Interfaces)

williamcorrea23 6a926c1 2 files · 2.4 KB Updated

File contents

Interface Skill

说明

管理 ABAP 接口 (Interfaces)

使用场景

场景1: create

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

Skill 调用:

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

CLI 命令对照

Skill 工具 CLI 命令
interface_create sapcli interface create <object_name>
interface_read sapcli interface read <object_name>
interface_write sapcli interface write <object_name>
interface_activate sapcli interface activate <object_name>

williamcorrea23/sap-router-skill/tree/main/bundled/skills/altumsisy-sapcli-skill/skills/adt-core/interface commit 6a926c1ae7

Frequently asked questions

npx skillmds@latest add williamcorrea23/interface