@mcp-abap-adt/core 2.4.2 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/handlers/compact/high/compactLifecycleUtils.d.ts +4 -0
- package/dist/handlers/compact/high/compactLifecycleUtils.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactLifecycleUtils.js +23 -0
- package/dist/handlers/compact/high/compactLifecycleUtils.js.map +1 -0
- package/dist/handlers/compact/high/compactMatrix.d.ts +4 -0
- package/dist/handlers/compact/high/compactMatrix.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactMatrix.js +31 -0
- package/dist/handlers/compact/high/compactMatrix.js.map +1 -0
- package/dist/handlers/compact/high/compactObjectTypes.d.ts +3 -0
- package/dist/handlers/compact/high/compactObjectTypes.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactObjectTypes.js +31 -0
- package/dist/handlers/compact/high/compactObjectTypes.js.map +1 -0
- package/dist/handlers/compact/high/compactRouter.d.ts +11 -0
- package/dist/handlers/compact/high/compactRouter.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactRouter.js +254 -0
- package/dist/handlers/compact/high/compactRouter.js.map +1 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts +725 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -0
- package/dist/handlers/compact/high/compactSchemas.js +390 -0
- package/dist/handlers/compact/high/compactSchemas.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts +63 -0
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerActivate.js +27 -0
- package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +36 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +15 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +31 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +15 -0
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +63 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.js +26 -0
- package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts +95 -0
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerCreate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts +41 -0
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDelete.js +15 -0
- package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +43 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.js +15 -0
- package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +32 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.js +15 -0
- package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGet.d.ts +43 -0
- package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGet.js +15 -0
- package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerLock.d.ts +61 -0
- package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerLock.js +26 -0
- package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +18 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.js +15 -0
- package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +92 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.js +57 -0
- package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +47 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.js +15 -0
- package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +28 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +15 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +42 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +40 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +36 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +106 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +31 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +61 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.js +26 -0
- package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +89 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.js +15 -0
- package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts +85 -0
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerValidate.js +40 -0
- package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -0
- package/dist/lib/config/IServerConfig.d.ts +1 -1
- package/dist/lib/config/IServerConfig.d.ts.map +1 -1
- package/dist/lib/config/ServerConfigManager.d.ts +1 -1
- package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
- package/dist/lib/config/ServerConfigManager.js +7 -3
- package/dist/lib/config/ServerConfigManager.js.map +1 -1
- package/dist/lib/config/yamlConfig.js +1 -1
- package/dist/lib/handlers/HandlerExporter.d.ts +5 -0
- package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -1
- package/dist/lib/handlers/HandlerExporter.js +4 -0
- package/dist/lib/handlers/HandlerExporter.js.map +1 -1
- package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts +11 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.js +218 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/index.d.ts +1 -0
- package/dist/lib/handlers/groups/index.d.ts.map +1 -1
- package/dist/lib/handlers/groups/index.js +3 -1
- package/dist/lib/handlers/groups/index.js.map +1 -1
- package/dist/server/EmbeddableMcpServer.d.ts +1 -1
- package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
- package/dist/server/EmbeddableMcpServer.js +4 -0
- package/dist/server/EmbeddableMcpServer.js.map +1 -1
- package/dist/server/launcher.js +3 -0
- package/dist/server/launcher.js.map +1 -1
- package/docs/development/roadmaps/COMPACT_FACADE_ROUTER_ROADMAP.md +71 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +657 -30
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +540 -0
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +533 -22
- package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +14 -5
- package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +101 -4
- package/docs/user-guide/HANDLERS_MANAGEMENT.md +50 -4
- package/docs/user-guide/README.md +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,540 @@
|
|
|
1
|
+
# Compact Tools - MCP ABAP ADT Server
|
|
2
|
+
|
|
3
|
+
Generated from code in `src/handlers/compact/high` (not from docs).
|
|
4
|
+
|
|
5
|
+
- Group: Compact
|
|
6
|
+
- Total tools: 22
|
|
7
|
+
|
|
8
|
+
## How It Works
|
|
9
|
+
|
|
10
|
+
Compact is a facade over existing high-level/runtime handlers.
|
|
11
|
+
You call one compact tool by intent and route by typed payload fields.
|
|
12
|
+
|
|
13
|
+
## Start Here
|
|
14
|
+
|
|
15
|
+
Pick tool by intent:
|
|
16
|
+
|
|
17
|
+
- Create object -> `HandlerCreate`
|
|
18
|
+
- Read object -> `HandlerGet`
|
|
19
|
+
- Update object -> `HandlerUpdate`
|
|
20
|
+
- Delete object -> `HandlerDelete`
|
|
21
|
+
- Validate object/binding -> `HandlerValidate`
|
|
22
|
+
- Activate object(s) -> `HandlerActivate`
|
|
23
|
+
- Lock object -> `HandlerLock`
|
|
24
|
+
- Unlock object -> `HandlerUnlock`
|
|
25
|
+
- Check run (syntax) -> `HandlerCheckRun`
|
|
26
|
+
- ABAP Unit run/status/result -> `HandlerUnitTestRun|HandlerUnitTestStatus|HandlerUnitTestResult`
|
|
27
|
+
- CDS Unit status/result -> `HandlerCdsUnitTestStatus|HandlerCdsUnitTestResult`
|
|
28
|
+
- Runtime profile run/list/view -> `HandlerProfileRun|HandlerProfileList|HandlerProfileView`
|
|
29
|
+
- Runtime dump list/view -> `HandlerDumpList|HandlerDumpView`
|
|
30
|
+
- Service binding list/validate -> `HandlerServiceBindingListTypes|HandlerServiceBindingValidate`
|
|
31
|
+
- Transport create -> `HandlerTransportCreate`
|
|
32
|
+
|
|
33
|
+
Request contract:
|
|
34
|
+
|
|
35
|
+
- CRUD: `HandlerCreate|HandlerGet|HandlerUpdate|HandlerDelete` with required `object_type`.
|
|
36
|
+
- Lifecycle: `HandlerValidate|HandlerActivate|HandlerLock|HandlerUnlock|HandlerCheckRun` with compact lifecycle params.
|
|
37
|
+
- Action-specific tools above use narrow typed payloads.
|
|
38
|
+
|
|
39
|
+
## Routing Matrix
|
|
40
|
+
|
|
41
|
+
Source of truth: `src/handlers/compact/high/compactMatrix.ts`.
|
|
42
|
+
Facade dispatch is deterministic by `object_type` and CRUD operation.
|
|
43
|
+
|
|
44
|
+
| object_type | CRUD |
|
|
45
|
+
| --- | --- |
|
|
46
|
+
| `BEHAVIOR_DEFINITION` | `create`, `get`, `update`, `delete` |
|
|
47
|
+
| `BEHAVIOR_IMPLEMENTATION` | `create`, `get`, `update`, `delete` |
|
|
48
|
+
| `CDS_UNIT_TEST` | `create`, `get`, `update`, `delete` |
|
|
49
|
+
| `CLASS` | `create`, `get`, `update`, `delete` |
|
|
50
|
+
| `DATA_ELEMENT` | `create`, `get`, `update`, `delete` |
|
|
51
|
+
| `DOMAIN` | `create`, `get`, `update`, `delete` |
|
|
52
|
+
| `FUNCTION_GROUP` | `create`, `get`, `update`, `delete` |
|
|
53
|
+
| `FUNCTION_MODULE` | `create`, `get`, `update`, `delete` |
|
|
54
|
+
| `INTERFACE` | `create`, `get`, `update`, `delete` |
|
|
55
|
+
| `LOCAL_DEFINITIONS` | `create`, `get`, `update`, `delete` |
|
|
56
|
+
| `LOCAL_MACROS` | `create`, `get`, `update`, `delete` |
|
|
57
|
+
| `LOCAL_TEST_CLASS` | `create`, `get`, `update`, `delete` |
|
|
58
|
+
| `LOCAL_TYPES` | `create`, `get`, `update`, `delete` |
|
|
59
|
+
| `METADATA_EXTENSION` | `create`, `get`, `update`, `delete` |
|
|
60
|
+
| `PACKAGE` | `create`, `get` |
|
|
61
|
+
| `PROGRAM` | `create`, `get`, `update`, `delete` |
|
|
62
|
+
| `RUNTIME_DUMP` | - |
|
|
63
|
+
| `RUNTIME_PROFILE` | - |
|
|
64
|
+
| `SERVICE_BINDING` | `create`, `get`, `update`, `delete` |
|
|
65
|
+
| `SERVICE_DEFINITION` | `create`, `get`, `update`, `delete` |
|
|
66
|
+
| `STRUCTURE` | `create`, `get`, `update`, `delete` |
|
|
67
|
+
| `TABLE` | `create`, `get`, `update`, `delete` |
|
|
68
|
+
| `TRANSPORT` | `create` |
|
|
69
|
+
| `UNIT_TEST` | `create`, `get`, `update`, `delete` |
|
|
70
|
+
| `VIEW` | `create`, `get`, `update`, `delete` |
|
|
71
|
+
|
|
72
|
+
Unsupported combinations return deterministic error:
|
|
73
|
+
- `Unsupported <operation> for object_type: <TYPE>`
|
|
74
|
+
|
|
75
|
+
## Action Recipes
|
|
76
|
+
|
|
77
|
+
Preferred dedicated compact tools and minimal payloads:
|
|
78
|
+
|
|
79
|
+
| Goal | Tool | Required fields |
|
|
80
|
+
| --- | --- | --- |
|
|
81
|
+
| Run ABAP Unit | `HandlerUnitTestRun` | `tests[]` |
|
|
82
|
+
| Unit status | `HandlerUnitTestStatus` | `run_id` |
|
|
83
|
+
| Unit result | `HandlerUnitTestResult` | `run_id` |
|
|
84
|
+
| CDS unit status | `HandlerCdsUnitTestStatus` | `run_id` |
|
|
85
|
+
| CDS unit result | `HandlerCdsUnitTestResult` | `run_id` |
|
|
86
|
+
| List binding types | `HandlerServiceBindingListTypes` | none |
|
|
87
|
+
| Validate binding | `HandlerServiceBindingValidate` | `service_binding_name`, `service_definition_name` |
|
|
88
|
+
| Create transport | `HandlerTransportCreate` | `description` |
|
|
89
|
+
| Run profiling (class/program) | `HandlerProfileRun` | `target_type` + target name |
|
|
90
|
+
| List profiler traces | `HandlerProfileList` | none |
|
|
91
|
+
| Read profiler trace | `HandlerProfileView` | `trace_id_or_uri`, `view` |
|
|
92
|
+
| List dumps | `HandlerDumpList` | none |
|
|
93
|
+
| Read dump | `HandlerDumpView` | `dump_id` |
|
|
94
|
+
|
|
95
|
+
## Minimal Payload Contracts
|
|
96
|
+
|
|
97
|
+
- `HandlerCreate|Get|Update|Delete`: always require `object_type`, plus object-specific fields.
|
|
98
|
+
- Dedicated action tools above expose narrow payloads.
|
|
99
|
+
- Common required pairs:
|
|
100
|
+
- unit tests status/result: `run_id`
|
|
101
|
+
- dump details: `dump_id`
|
|
102
|
+
- profiler details: `trace_id_or_uri` + `view` (`hitlist|statements|db_accesses`)
|
|
103
|
+
- service binding validate: `service_binding_name` + `service_definition_name`
|
|
104
|
+
- class profiling: `class_name`
|
|
105
|
+
- program profiling: `program_name`
|
|
106
|
+
|
|
107
|
+
### Quick Examples
|
|
108
|
+
|
|
109
|
+
- Run profiling for class:
|
|
110
|
+
- `HandlerProfileRun` + `{ "target_type":"CLASS", "class_name":"ZCL_FOO" }`
|
|
111
|
+
- Read one profiler trace:
|
|
112
|
+
- `HandlerProfileView` + `{ "trace_id_or_uri":"...", "view":"hitlist" }`
|
|
113
|
+
- Read one dump:
|
|
114
|
+
- `HandlerDumpView` + `{ "dump_id":"...", "view":"summary" }`
|
|
115
|
+
|
|
116
|
+
- List dumps:
|
|
117
|
+
- `HandlerDumpList` + `{ "top":20, "orderby":"CREATED_AT desc" }`
|
|
118
|
+
- List profiler traces:
|
|
119
|
+
- `HandlerProfileList` + `{}`
|
|
120
|
+
- Validate service binding:
|
|
121
|
+
- `HandlerServiceBindingValidate` + `{ "service_binding_name":"ZSB_FOO", "service_definition_name":"ZSD_FOO" }`
|
|
122
|
+
|
|
123
|
+
## Navigation
|
|
124
|
+
|
|
125
|
+
- [Compact Group](#compact-group)
|
|
126
|
+
- [HandlerActivate](#handleractivate-compact)
|
|
127
|
+
- [HandlerCdsUnitTestResult](#handlercdsunittestresult-compact)
|
|
128
|
+
- [HandlerCdsUnitTestStatus](#handlercdsunitteststatus-compact)
|
|
129
|
+
- [HandlerCheckRun](#handlercheckrun-compact)
|
|
130
|
+
- [HandlerCreate](#handlercreate-compact)
|
|
131
|
+
- [HandlerDelete](#handlerdelete-compact)
|
|
132
|
+
- [HandlerDumpList](#handlerdumplist-compact)
|
|
133
|
+
- [HandlerDumpView](#handlerdumpview-compact)
|
|
134
|
+
- [HandlerGet](#handlerget-compact)
|
|
135
|
+
- [HandlerLock](#handlerlock-compact)
|
|
136
|
+
- [HandlerProfileList](#handlerprofilelist-compact)
|
|
137
|
+
- [HandlerProfileRun](#handlerprofilerun-compact)
|
|
138
|
+
- [HandlerProfileView](#handlerprofileview-compact)
|
|
139
|
+
- [HandlerServiceBindingListTypes](#handlerservicebindinglisttypes-compact)
|
|
140
|
+
- [HandlerServiceBindingValidate](#handlerservicebindingvalidate-compact)
|
|
141
|
+
- [HandlerTransportCreate](#handlertransportcreate-compact)
|
|
142
|
+
- [HandlerUnitTestResult](#handlerunittestresult-compact)
|
|
143
|
+
- [HandlerUnitTestRun](#handlerunittestrun-compact)
|
|
144
|
+
- [HandlerUnitTestStatus](#handlerunitteststatus-compact)
|
|
145
|
+
- [HandlerUnlock](#handlerunlock-compact)
|
|
146
|
+
- [HandlerUpdate](#handlerupdate-compact)
|
|
147
|
+
- [HandlerValidate](#handlervalidate-compact)
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
<a id="compact-group"></a>
|
|
152
|
+
## Compact Group
|
|
153
|
+
|
|
154
|
+
<a id="compact"></a>
|
|
155
|
+
### Compact
|
|
156
|
+
|
|
157
|
+
<a id="handleractivate-compact"></a>
|
|
158
|
+
#### HandlerActivate (Compact)
|
|
159
|
+
**Description:** Compact lifecycle activate operation. Activate objects by ADT type list or single object mapping.
|
|
160
|
+
|
|
161
|
+
**Source:** `src/handlers/compact/high/handleHandlerActivate.ts`
|
|
162
|
+
|
|
163
|
+
**Parameters:**
|
|
164
|
+
- `object_adt_type` (string, optional) - ADT object type code (e.g. CLAS/OC, PROG/P). Required for single-object activation form.
|
|
165
|
+
- `object_name` (string, optional) -
|
|
166
|
+
- `object_type` (any, optional) -
|
|
167
|
+
- `objects` (array, optional) -
|
|
168
|
+
- `preaudit` (boolean, optional) -
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
<a id="handlercdsunittestresult-compact"></a>
|
|
173
|
+
#### HandlerCdsUnitTestResult (Compact)
|
|
174
|
+
**Description:** Compact CDS unit test result. Reads run result by run_id.
|
|
175
|
+
|
|
176
|
+
**Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestResult.ts`
|
|
177
|
+
|
|
178
|
+
**Parameters:**
|
|
179
|
+
- `aggregate` (boolean, optional) -
|
|
180
|
+
- `all_db_events` (boolean, optional) -
|
|
181
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
182
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
183
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
184
|
+
- `all_procedural_units` (boolean, optional) -
|
|
185
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
186
|
+
- `amdp_trace` (boolean, optional) -
|
|
187
|
+
- `class_name` (string, optional) -
|
|
188
|
+
- `description` (string, optional) -
|
|
189
|
+
- `explicit_on_off` (boolean, optional) -
|
|
190
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
191
|
+
- `max_time_for_tracing` (number, optional) -
|
|
192
|
+
- `program_name` (string, optional) -
|
|
193
|
+
- `sql_trace` (boolean, optional) -
|
|
194
|
+
- `target_type` (string, required) - Profile execution target kind.
|
|
195
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
199
|
+
<a id="handlercdsunitteststatus-compact"></a>
|
|
200
|
+
#### HandlerCdsUnitTestStatus (Compact)
|
|
201
|
+
**Description:** Compact CDS unit test status. Reads run status by run_id.
|
|
202
|
+
|
|
203
|
+
**Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestStatus.ts`
|
|
204
|
+
|
|
205
|
+
**Parameters:**
|
|
206
|
+
- `aggregate` (boolean, optional) -
|
|
207
|
+
- `all_db_events` (boolean, optional) -
|
|
208
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
209
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
210
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
211
|
+
- `all_procedural_units` (boolean, optional) -
|
|
212
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
213
|
+
- `amdp_trace` (boolean, optional) -
|
|
214
|
+
- `class_name` (string, optional) -
|
|
215
|
+
- `description` (string, optional) -
|
|
216
|
+
- `explicit_on_off` (boolean, optional) -
|
|
217
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
218
|
+
- `max_time_for_tracing` (number, optional) -
|
|
219
|
+
- `program_name` (string, optional) -
|
|
220
|
+
- `sql_trace` (boolean, optional) -
|
|
221
|
+
- `target_type` (string, required) - Profile execution target kind.
|
|
222
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
<a id="handlercheckrun-compact"></a>
|
|
227
|
+
#### HandlerCheckRun (Compact)
|
|
228
|
+
**Description:** Compact lifecycle check-run operation. Runs syntax check without activation.
|
|
229
|
+
|
|
230
|
+
**Source:** `src/handlers/compact/high/handleHandlerCheckRun.ts`
|
|
231
|
+
|
|
232
|
+
**Parameters:**
|
|
233
|
+
- `session_id` (string, optional) -
|
|
234
|
+
- `session_state` (object, optional) -
|
|
235
|
+
- `version` (string, optional (default: active)) -
|
|
236
|
+
|
|
237
|
+
---
|
|
238
|
+
|
|
239
|
+
<a id="handlercreate-compact"></a>
|
|
240
|
+
#### HandlerCreate (Compact)
|
|
241
|
+
**Description:** Compact facade create operation. Routes by object_type to create supported ABAP object types.
|
|
242
|
+
|
|
243
|
+
**Source:** `src/handlers/compact/high/handleHandlerCreate.ts`
|
|
244
|
+
|
|
245
|
+
**Parameters:**
|
|
246
|
+
- `activate` (boolean, optional) -
|
|
247
|
+
- `application` (string, optional) -
|
|
248
|
+
- `class_name` (string, optional) -
|
|
249
|
+
- `conversion_exit` (string, optional) -
|
|
250
|
+
- `datatype` (string, optional) -
|
|
251
|
+
- `decimals` (number, optional) -
|
|
252
|
+
- `description` (string, optional) -
|
|
253
|
+
- `domain_name` (string, optional) -
|
|
254
|
+
- `fixed_values` (array, optional) -
|
|
255
|
+
- `function_group_name` (string, optional) -
|
|
256
|
+
- `function_module_name` (string, optional) -
|
|
257
|
+
- `length` (number, optional) -
|
|
258
|
+
- `lowercase` (boolean, optional) -
|
|
259
|
+
- `object_type` (any, required) -
|
|
260
|
+
- `package_name` (string, optional) -
|
|
261
|
+
- `program_name` (string, optional) -
|
|
262
|
+
- `program_type` (string, optional) -
|
|
263
|
+
- `sign_exists` (boolean, optional) -
|
|
264
|
+
- `source_code` (string, optional) -
|
|
265
|
+
- `transport_request` (string, optional) -
|
|
266
|
+
- `value_table` (string, optional) -
|
|
267
|
+
|
|
268
|
+
---
|
|
269
|
+
|
|
270
|
+
<a id="handlerdelete-compact"></a>
|
|
271
|
+
#### HandlerDelete (Compact)
|
|
272
|
+
**Description:** Compact facade delete operation. Routes by object_type to delete supported ABAP object types.
|
|
273
|
+
|
|
274
|
+
**Source:** `src/handlers/compact/high/handleHandlerDelete.ts`
|
|
275
|
+
|
|
276
|
+
**Parameters:**
|
|
277
|
+
- `class_name` (string, optional) -
|
|
278
|
+
- `domain_name` (string, optional) -
|
|
279
|
+
- `function_group_name` (string, optional) -
|
|
280
|
+
- `function_module_name` (string, optional) -
|
|
281
|
+
- `object_type` (any, required) -
|
|
282
|
+
- `program_name` (string, optional) -
|
|
283
|
+
- `transport_request` (string, optional) -
|
|
284
|
+
|
|
285
|
+
---
|
|
286
|
+
|
|
287
|
+
<a id="handlerdumplist-compact"></a>
|
|
288
|
+
#### HandlerDumpList (Compact)
|
|
289
|
+
**Description:** Compact runtime dump list. Returns runtime dumps with filters.
|
|
290
|
+
|
|
291
|
+
**Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
|
|
292
|
+
|
|
293
|
+
**Parameters:**
|
|
294
|
+
- `inlinecount` (string, optional) -
|
|
295
|
+
- `orderby` (string, optional) -
|
|
296
|
+
- `skip` (number, optional) -
|
|
297
|
+
- `top` (number, optional) -
|
|
298
|
+
- `user` (string, optional) -
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
|
|
302
|
+
<a id="handlerdumpview-compact"></a>
|
|
303
|
+
#### HandlerDumpView (Compact)
|
|
304
|
+
**Description:** Compact runtime dump view. Reads one dump by dump_id.
|
|
305
|
+
|
|
306
|
+
**Source:** `src/handlers/compact/high/handleHandlerDumpView.ts`
|
|
307
|
+
|
|
308
|
+
**Parameters:**
|
|
309
|
+
- `dump_id` (string, required) -
|
|
310
|
+
- `view` (string, optional (default: default)) -
|
|
311
|
+
|
|
312
|
+
---
|
|
313
|
+
|
|
314
|
+
<a id="handlerget-compact"></a>
|
|
315
|
+
#### HandlerGet (Compact)
|
|
316
|
+
**Description:** Compact facade read operation. Routes by object_type to get supported ABAP object types.
|
|
317
|
+
|
|
318
|
+
**Source:** `src/handlers/compact/high/handleHandlerGet.ts`
|
|
319
|
+
|
|
320
|
+
**Parameters:**
|
|
321
|
+
- `class_name` (string, optional) -
|
|
322
|
+
- `domain_name` (string, optional) -
|
|
323
|
+
- `function_group_name` (string, optional) -
|
|
324
|
+
- `function_module_name` (string, optional) -
|
|
325
|
+
- `object_type` (any, required) -
|
|
326
|
+
- `program_name` (string, optional) -
|
|
327
|
+
- `version` (any, optional) -
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
<a id="handlerlock-compact"></a>
|
|
332
|
+
#### HandlerLock (Compact)
|
|
333
|
+
**Description:** Compact lifecycle lock operation. Locks object for subsequent updates.
|
|
334
|
+
|
|
335
|
+
**Source:** `src/handlers/compact/high/handleHandlerLock.ts`
|
|
336
|
+
|
|
337
|
+
**Parameters:**
|
|
338
|
+
- `session_id` (string, optional) -
|
|
339
|
+
- `session_state` (object, optional) -
|
|
340
|
+
- `super_package` (string, optional) -
|
|
341
|
+
|
|
342
|
+
---
|
|
343
|
+
|
|
344
|
+
<a id="handlerprofilelist-compact"></a>
|
|
345
|
+
#### HandlerProfileList (Compact)
|
|
346
|
+
**Description:** Compact runtime profiling list. Returns available profiler traces.
|
|
347
|
+
|
|
348
|
+
**Source:** `src/handlers/compact/high/handleHandlerProfileList.ts`
|
|
349
|
+
|
|
350
|
+
**Parameters:**
|
|
351
|
+
- See schema reference `compactProfileListSchema` in source file
|
|
352
|
+
|
|
353
|
+
---
|
|
354
|
+
|
|
355
|
+
<a id="handlerprofilerun-compact"></a>
|
|
356
|
+
#### HandlerProfileRun (Compact)
|
|
357
|
+
**Description:** Compact runtime profiling run. Executes CLASS or PROGRAM with profiling enabled.
|
|
358
|
+
|
|
359
|
+
**Source:** `src/handlers/compact/high/handleHandlerProfileRun.ts`
|
|
360
|
+
|
|
361
|
+
**Parameters:**
|
|
362
|
+
- `aggregate` (boolean, optional) -
|
|
363
|
+
- `all_db_events` (boolean, optional) -
|
|
364
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
365
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
366
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
367
|
+
- `all_procedural_units` (boolean, optional) -
|
|
368
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
369
|
+
- `amdp_trace` (boolean, optional) -
|
|
370
|
+
- `class_name` (string, optional) -
|
|
371
|
+
- `description` (string, optional) -
|
|
372
|
+
- `explicit_on_off` (boolean, optional) -
|
|
373
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
374
|
+
- `max_time_for_tracing` (number, optional) -
|
|
375
|
+
- `program_name` (string, optional) -
|
|
376
|
+
- `sql_trace` (boolean, optional) -
|
|
377
|
+
- `target_type` (string, required) - Profile execution target kind.
|
|
378
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
379
|
+
|
|
380
|
+
---
|
|
381
|
+
|
|
382
|
+
<a id="handlerprofileview-compact"></a>
|
|
383
|
+
#### HandlerProfileView (Compact)
|
|
384
|
+
**Description:** Compact runtime profiling view. Reads one profiler trace by trace_id_or_uri.
|
|
385
|
+
|
|
386
|
+
**Source:** `src/handlers/compact/high/handleHandlerProfileView.ts`
|
|
387
|
+
|
|
388
|
+
**Parameters:**
|
|
389
|
+
- `auto_drill_down_threshold` (number, optional) -
|
|
390
|
+
- `id` (number, optional) -
|
|
391
|
+
- `trace_id_or_uri` (string, required) -
|
|
392
|
+
- `view` (string, required) -
|
|
393
|
+
- `with_details` (boolean, optional) -
|
|
394
|
+
- `with_system_events` (boolean, optional) -
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
<a id="handlerservicebindinglisttypes-compact"></a>
|
|
399
|
+
#### HandlerServiceBindingListTypes (Compact)
|
|
400
|
+
**Description:** Compact service binding list types. Returns available binding protocol types.
|
|
401
|
+
|
|
402
|
+
**Source:** `src/handlers/compact/high/handleHandlerServiceBindingListTypes.ts`
|
|
403
|
+
|
|
404
|
+
**Parameters:**
|
|
405
|
+
- `response_format` (string, optional (default: xml)) -
|
|
406
|
+
|
|
407
|
+
---
|
|
408
|
+
|
|
409
|
+
<a id="handlerservicebindingvalidate-compact"></a>
|
|
410
|
+
#### HandlerServiceBindingValidate (Compact)
|
|
411
|
+
**Description:** Compact service binding validate. Validates binding and service definition pair.
|
|
412
|
+
|
|
413
|
+
**Source:** `src/handlers/compact/high/handleHandlerServiceBindingValidate.ts`
|
|
414
|
+
|
|
415
|
+
**Parameters:**
|
|
416
|
+
- `description` (string, optional) -
|
|
417
|
+
- `package_name` (string, optional) -
|
|
418
|
+
- `service_binding_name` (string, required) -
|
|
419
|
+
- `service_binding_version` (string, optional) -
|
|
420
|
+
- `service_definition_name` (string, required) -
|
|
421
|
+
|
|
422
|
+
---
|
|
423
|
+
|
|
424
|
+
<a id="handlertransportcreate-compact"></a>
|
|
425
|
+
#### HandlerTransportCreate (Compact)
|
|
426
|
+
**Description:** Compact transport create. Creates a new transport request.
|
|
427
|
+
|
|
428
|
+
**Source:** `src/handlers/compact/high/handleHandlerTransportCreate.ts`
|
|
429
|
+
|
|
430
|
+
**Parameters:**
|
|
431
|
+
- `description` (string, required) -
|
|
432
|
+
- `owner` (string, optional) -
|
|
433
|
+
- `target_system` (string, optional) -
|
|
434
|
+
- `transport_type` (string, optional (default: workbench)) -
|
|
435
|
+
|
|
436
|
+
---
|
|
437
|
+
|
|
438
|
+
<a id="handlerunittestresult-compact"></a>
|
|
439
|
+
#### HandlerUnitTestResult (Compact)
|
|
440
|
+
**Description:** Compact ABAP Unit result. Reads run result by run_id.
|
|
441
|
+
|
|
442
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnitTestResult.ts`
|
|
443
|
+
|
|
444
|
+
**Parameters:**
|
|
445
|
+
- `format` (string, optional) -
|
|
446
|
+
- `run_id` (string, required) -
|
|
447
|
+
- `with_navigation_uris` (boolean, optional (default: false)) -
|
|
448
|
+
|
|
449
|
+
---
|
|
450
|
+
|
|
451
|
+
<a id="handlerunittestrun-compact"></a>
|
|
452
|
+
#### HandlerUnitTestRun (Compact)
|
|
453
|
+
**Description:** Compact ABAP Unit run. Starts a test run and returns run_id.
|
|
454
|
+
|
|
455
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnitTestRun.ts`
|
|
456
|
+
|
|
457
|
+
**Parameters:**
|
|
458
|
+
- `context` (string, optional) -
|
|
459
|
+
- `duration` (object, optional) -
|
|
460
|
+
- `risk_level` (object, optional) -
|
|
461
|
+
- `scope` (object, optional) -
|
|
462
|
+
- `tests` (array, required) -
|
|
463
|
+
- `title` (string, optional) -
|
|
464
|
+
|
|
465
|
+
---
|
|
466
|
+
|
|
467
|
+
<a id="handlerunitteststatus-compact"></a>
|
|
468
|
+
#### HandlerUnitTestStatus (Compact)
|
|
469
|
+
**Description:** Compact ABAP Unit status. Reads run status by run_id.
|
|
470
|
+
|
|
471
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnitTestStatus.ts`
|
|
472
|
+
|
|
473
|
+
**Parameters:**
|
|
474
|
+
- `run_id` (string, required) -
|
|
475
|
+
- `with_long_polling` (boolean, optional (default: true)) -
|
|
476
|
+
|
|
477
|
+
---
|
|
478
|
+
|
|
479
|
+
<a id="handlerunlock-compact"></a>
|
|
480
|
+
#### HandlerUnlock (Compact)
|
|
481
|
+
**Description:** Compact lifecycle unlock operation. Unlocks object after modifications.
|
|
482
|
+
|
|
483
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnlock.ts`
|
|
484
|
+
|
|
485
|
+
**Parameters:**
|
|
486
|
+
- `lock_handle` (string, required) -
|
|
487
|
+
- `session_id` (string, required) -
|
|
488
|
+
- `session_state` (object, optional) -
|
|
489
|
+
|
|
490
|
+
---
|
|
491
|
+
|
|
492
|
+
<a id="handlerupdate-compact"></a>
|
|
493
|
+
#### HandlerUpdate (Compact)
|
|
494
|
+
**Description:** Compact facade update operation. Routes by object_type to update supported ABAP object types.
|
|
495
|
+
|
|
496
|
+
**Source:** `src/handlers/compact/high/handleHandlerUpdate.ts`
|
|
497
|
+
|
|
498
|
+
**Parameters:**
|
|
499
|
+
- `activate` (boolean, optional) -
|
|
500
|
+
- `class_name` (string, optional) -
|
|
501
|
+
- `conversion_exit` (string, optional) -
|
|
502
|
+
- `datatype` (string, optional) -
|
|
503
|
+
- `decimals` (number, optional) -
|
|
504
|
+
- `description` (string, optional) -
|
|
505
|
+
- `domain_name` (string, optional) -
|
|
506
|
+
- `fixed_values` (array, optional) -
|
|
507
|
+
- `function_group_name` (string, optional) -
|
|
508
|
+
- `function_module_name` (string, optional) -
|
|
509
|
+
- `length` (number, optional) -
|
|
510
|
+
- `lowercase` (boolean, optional) -
|
|
511
|
+
- `object_type` (any, required) -
|
|
512
|
+
- `package_name` (string, optional) -
|
|
513
|
+
- `program_name` (string, optional) -
|
|
514
|
+
- `sign_exists` (boolean, optional) -
|
|
515
|
+
- `source_code` (string, optional) -
|
|
516
|
+
- `transport_request` (string, optional) -
|
|
517
|
+
- `value_table` (string, optional) -
|
|
518
|
+
|
|
519
|
+
---
|
|
520
|
+
|
|
521
|
+
<a id="handlervalidate-compact"></a>
|
|
522
|
+
#### HandlerValidate (Compact)
|
|
523
|
+
**Description:** Compact lifecycle validate operation. Validates object names/params by object_type.
|
|
524
|
+
|
|
525
|
+
**Source:** `src/handlers/compact/high/handleHandlerValidate.ts`
|
|
526
|
+
|
|
527
|
+
**Parameters:**
|
|
528
|
+
- `behavior_definition` (string, optional) -
|
|
529
|
+
- `description` (string, optional) -
|
|
530
|
+
- `implementation_type` (string, optional) -
|
|
531
|
+
- `package_name` (string, optional) -
|
|
532
|
+
- `root_entity` (string, optional) -
|
|
533
|
+
- `service_binding_version` (string, optional) -
|
|
534
|
+
- `service_definition_name` (string, optional) -
|
|
535
|
+
- `session_id` (string, optional) -
|
|
536
|
+
- `session_state` (object, optional) -
|
|
537
|
+
|
|
538
|
+
---
|
|
539
|
+
|
|
540
|
+
*Last updated: 2026-02-21*
|