fix(ddic): create 命令消费 JSON description(--description 优先→JSON→回退名);upload testclasses XML 包裹通道(S4T 三轮实证);SKILL 错误速查表 +4 条 NW740 实证(ADT 创建不持久化文本/classes 激活空响应/unknown comments/STRG+comptype 陷阱)

This commit is contained in:
吴让宇
2026-09-14 10:37:43 +08:00
parent 43037e2379
commit 66ec30fc99
6 changed files with 72 additions and 4 deletions
+1
View File
@@ -192,6 +192,7 @@ CDS View:
upload_parser.add_argument("--type", required=True, choices=type_choices, help="对象类型")
upload_parser.add_argument("--path", required=True, help="本地源代码文件路径 (.abap)")
upload_parser.add_argument("--corr_nr", default=None, help="传输请求编号")
upload_parser.add_argument("--part", default=None, choices=["testclasses"], help="写入局部测试类 include(仅 class 类型,ABAP Unit 局部测试类通道)")
# ── syntax-check (远程对象语法检查,不上传不激活) ──
sc_parser = subparsers.add_parser("syntax-check", help="语法检查(远程对象,不上传不激活)")