Table

管理透明表 (Transparent Tables)

williamcorrea23 16cabe8 2 files · 2.3 KB Updated

File contents

Table Skill

说明

管理透明表 (Transparent Tables)

使用场景

场景1: create

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

Skill 调用:

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

CLI 命令对照

Skill 工具 CLI 命令
table_create sapcli table create <object_name>
table_read sapcli table read <object_name>
table_write sapcli table write <object_name>
table_activate sapcli table activate <object_name>

williamcorrea23/sap-router-skill/tree/main/bundled/skills/altumsisy-sapcli-skill/skills/adt-ddic/table commit 16cabe8f1e

Frequently asked questions

npx skillmds@latest add williamcorrea23/table