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> |