@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
|
@@ -4,13 +4,23 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4
4
|
|
|
5
5
|
## Summary
|
|
6
6
|
|
|
7
|
-
- Total tools:
|
|
8
|
-
- Read-only tools:
|
|
9
|
-
- High-level tools:
|
|
7
|
+
- Total tools: 275
|
|
8
|
+
- Read-only tools: 36
|
|
9
|
+
- High-level tools: 117
|
|
10
10
|
- Low-level tools: 122
|
|
11
11
|
|
|
12
|
+
- Compact tools: 22 (included in High-level group)
|
|
13
|
+
|
|
14
|
+
## Handler Sets
|
|
15
|
+
|
|
16
|
+
- `readonly` -> [Read-Only Group](#read-only-group)
|
|
17
|
+
- `high` -> [High-Level Group](#high-level-group)
|
|
18
|
+
- `low` -> [Low-Level Group](#low-level-group)
|
|
19
|
+
- `compact` -> [High-Level / Compact](#high-level-compact)
|
|
20
|
+
|
|
12
21
|
## Navigation
|
|
13
22
|
|
|
23
|
+
- [Compact Set](#high-level-compact)
|
|
14
24
|
- [Read-Only Group](#read-only-group)
|
|
15
25
|
- [Enhancement](#read-only-enhancement)
|
|
16
26
|
- [GetEnhancementImpl](#getenhancementimpl-read-only-enhancement)
|
|
@@ -44,11 +54,15 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
44
54
|
- [GetTransaction](#gettransaction-read-only-system)
|
|
45
55
|
- [GetTypeInfo](#gettypeinfo-read-only-system)
|
|
46
56
|
- [GetWhereUsed](#getwhereused-read-only-system)
|
|
57
|
+
- [RuntimeAnalyzeDump](#runtimeanalyzedump-read-only-system)
|
|
58
|
+
- [RuntimeAnalyzeProfilerTrace](#runtimeanalyzeprofilertrace-read-only-system)
|
|
47
59
|
- [RuntimeCreateProfilerTraceParameters](#runtimecreateprofilertraceparameters-read-only-system)
|
|
48
60
|
- [RuntimeGetDumpById](#runtimegetdumpbyid-read-only-system)
|
|
49
61
|
- [RuntimeGetProfilerTraceData](#runtimegetprofilertracedata-read-only-system)
|
|
50
62
|
- [RuntimeListDumps](#runtimelistdumps-read-only-system)
|
|
51
63
|
- [RuntimeListProfilerTraceFiles](#runtimelistprofilertracefiles-read-only-system)
|
|
64
|
+
- [RuntimeRunClassWithProfiling](#runtimerunclasswithprofiling-read-only-system)
|
|
65
|
+
- [RuntimeRunProgramWithProfiling](#runtimerunprogramwithprofiling-read-only-system)
|
|
52
66
|
- [Table](#read-only-table)
|
|
53
67
|
- [GetTableContents](#gettablecontents-read-only-table)
|
|
54
68
|
- [Transport](#read-only-transport)
|
|
@@ -85,6 +99,29 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
85
99
|
- [UpdateLocalMacros](#updatelocalmacros-high-level-class)
|
|
86
100
|
- [UpdateLocalTestClass](#updatelocaltestclass-high-level-class)
|
|
87
101
|
- [UpdateLocalTypes](#updatelocaltypes-high-level-class)
|
|
102
|
+
- [Compact](#high-level-compact)
|
|
103
|
+
- [HandlerActivate](#handleractivate-high-level-compact)
|
|
104
|
+
- [HandlerCdsUnitTestResult](#handlercdsunittestresult-high-level-compact)
|
|
105
|
+
- [HandlerCdsUnitTestStatus](#handlercdsunitteststatus-high-level-compact)
|
|
106
|
+
- [HandlerCheckRun](#handlercheckrun-high-level-compact)
|
|
107
|
+
- [HandlerCreate](#handlercreate-high-level-compact)
|
|
108
|
+
- [HandlerDelete](#handlerdelete-high-level-compact)
|
|
109
|
+
- [HandlerDumpList](#handlerdumplist-high-level-compact)
|
|
110
|
+
- [HandlerDumpView](#handlerdumpview-high-level-compact)
|
|
111
|
+
- [HandlerGet](#handlerget-high-level-compact)
|
|
112
|
+
- [HandlerLock](#handlerlock-high-level-compact)
|
|
113
|
+
- [HandlerProfileList](#handlerprofilelist-high-level-compact)
|
|
114
|
+
- [HandlerProfileRun](#handlerprofilerun-high-level-compact)
|
|
115
|
+
- [HandlerProfileView](#handlerprofileview-high-level-compact)
|
|
116
|
+
- [HandlerServiceBindingListTypes](#handlerservicebindinglisttypes-high-level-compact)
|
|
117
|
+
- [HandlerServiceBindingValidate](#handlerservicebindingvalidate-high-level-compact)
|
|
118
|
+
- [HandlerTransportCreate](#handlertransportcreate-high-level-compact)
|
|
119
|
+
- [HandlerUnitTestResult](#handlerunittestresult-high-level-compact)
|
|
120
|
+
- [HandlerUnitTestRun](#handlerunittestrun-high-level-compact)
|
|
121
|
+
- [HandlerUnitTestStatus](#handlerunitteststatus-high-level-compact)
|
|
122
|
+
- [HandlerUnlock](#handlerunlock-high-level-compact)
|
|
123
|
+
- [HandlerUpdate](#handlerupdate-high-level-compact)
|
|
124
|
+
- [HandlerValidate](#handlervalidate-high-level-compact)
|
|
88
125
|
- [Data Element](#high-level-data-element)
|
|
89
126
|
- [CreateDataElement](#createdataelement-high-level-data-element)
|
|
90
127
|
- [DeleteDataElement](#deletedataelement-high-level-data-element)
|
|
@@ -125,6 +162,13 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
125
162
|
- [DeleteProgram](#deleteprogram-high-level-program)
|
|
126
163
|
- [GetProgram](#getprogram-high-level-program)
|
|
127
164
|
- [UpdateProgram](#updateprogram-high-level-program)
|
|
165
|
+
- [Service Binding](#high-level-service-binding)
|
|
166
|
+
- [CreateServiceBinding](#createservicebinding-high-level-service-binding)
|
|
167
|
+
- [DeleteServiceBinding](#deleteservicebinding-high-level-service-binding)
|
|
168
|
+
- [GetServiceBinding](#getservicebinding-high-level-service-binding)
|
|
169
|
+
- [ListServiceBindingTypes](#listservicebindingtypes-high-level-service-binding)
|
|
170
|
+
- [UpdateServiceBinding](#updateservicebinding-high-level-service-binding)
|
|
171
|
+
- [ValidateServiceBinding](#validateservicebinding-high-level-service-binding)
|
|
128
172
|
- [Service Definition](#high-level-service-definition)
|
|
129
173
|
- [CreateServiceDefinition](#createservicedefinition-high-level-service-definition)
|
|
130
174
|
- [DeleteServiceDefinition](#deleteservicedefinition-high-level-service-definition)
|
|
@@ -427,6 +471,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
427
471
|
**Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
|
|
428
472
|
|
|
429
473
|
**Parameters:**
|
|
474
|
+
- `format` (string, optional) - [read-only] Output format:
|
|
430
475
|
- `node_id` (string, required) - [read-only] Node ID
|
|
431
476
|
- `parent_name` (string, required) - [read-only] Parent object name
|
|
432
477
|
- `parent_tech_name` (string, required) - [read-only] Parent technical name
|
|
@@ -473,7 +518,6 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
473
518
|
|
|
474
519
|
**Parameters:**
|
|
475
520
|
- `objects` (array, required) - [read-only] Object name (required, must be valid ABAP object name or mask)
|
|
476
|
-
- `type` (string, optional) - [read-only] Optional type (e.g. PROG/P, CLAS/OC, etc.)
|
|
477
521
|
|
|
478
522
|
---
|
|
479
523
|
|
|
@@ -556,7 +600,9 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
556
600
|
**Source:** `src/handlers/system/readonly/handleGetObjectNodeFromCache.ts`
|
|
557
601
|
|
|
558
602
|
**Parameters:**
|
|
559
|
-
-
|
|
603
|
+
- `object_name` (string, required) - [read-only] Object name
|
|
604
|
+
- `object_type` (string, required) - [read-only] Object type
|
|
605
|
+
- `tech_name` (string, required) - [read-only] Technical name
|
|
560
606
|
|
|
561
607
|
---
|
|
562
608
|
|
|
@@ -631,6 +677,33 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
631
677
|
|
|
632
678
|
---
|
|
633
679
|
|
|
680
|
+
<a id="runtimeanalyzedump-read-only-system"></a>
|
|
681
|
+
#### RuntimeAnalyzeDump (Read-Only / System)
|
|
682
|
+
**Description:** [runtime] Read runtime dump by ID and return compact analysis summary with key fields.
|
|
683
|
+
|
|
684
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeAnalyzeDump.ts`
|
|
685
|
+
|
|
686
|
+
**Parameters:**
|
|
687
|
+
- `dump_id` (string, required) - Runtime dump ID.
|
|
688
|
+
- `include_payload` (boolean, optional (default: true)) - Include full parsed payload in response.
|
|
689
|
+
- `view` (string, optional (default: default)) - Dump view mode to analyze: default payload, summary section, or formatted long text.
|
|
690
|
+
|
|
691
|
+
---
|
|
692
|
+
|
|
693
|
+
<a id="runtimeanalyzeprofilertrace-read-only-system"></a>
|
|
694
|
+
#### RuntimeAnalyzeProfilerTrace (Read-Only / System)
|
|
695
|
+
**Description:** [runtime] Read profiler trace view and return compact analysis summary (totals + top entries).
|
|
696
|
+
|
|
697
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.ts`
|
|
698
|
+
|
|
699
|
+
**Parameters:**
|
|
700
|
+
- `top` (number, optional) - Number of top rows for summary. Default: 10.
|
|
701
|
+
- `trace_id_or_uri` (string, required) - Profiler trace ID or full trace URI.
|
|
702
|
+
- `view` (string, optional (default: hitlist)) -
|
|
703
|
+
- `with_system_events` (boolean, optional) - Include system events.
|
|
704
|
+
|
|
705
|
+
---
|
|
706
|
+
|
|
634
707
|
<a id="runtimecreateprofilertraceparameters-read-only-system"></a>
|
|
635
708
|
#### RuntimeCreateProfilerTraceParameters (Read-Only / System)
|
|
636
709
|
**Description:** [runtime] Create ABAP profiler trace parameters and return profilerId (URI) for profiled execution.
|
|
@@ -638,7 +711,20 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
638
711
|
**Source:** `src/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.ts`
|
|
639
712
|
|
|
640
713
|
**Parameters:**
|
|
714
|
+
- `aggregate` (boolean, optional) -
|
|
715
|
+
- `all_db_events` (boolean, optional) -
|
|
716
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
717
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
718
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
719
|
+
- `all_procedural_units` (boolean, optional) -
|
|
720
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
721
|
+
- `amdp_trace` (boolean, optional) -
|
|
641
722
|
- `description` (string, required) - Human-readable trace description.
|
|
723
|
+
- `explicit_on_off` (boolean, optional) -
|
|
724
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
725
|
+
- `max_time_for_tracing` (number, optional) -
|
|
726
|
+
- `sql_trace` (boolean, optional) -
|
|
727
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
642
728
|
|
|
643
729
|
---
|
|
644
730
|
|
|
@@ -650,6 +736,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
650
736
|
|
|
651
737
|
**Parameters:**
|
|
652
738
|
- `dump_id` (string, required) - Runtime dump ID (for example: 694AB694097211F1929806D06D234D38).
|
|
739
|
+
- `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
|
|
653
740
|
|
|
654
741
|
---
|
|
655
742
|
|
|
@@ -695,6 +782,56 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
695
782
|
|
|
696
783
|
---
|
|
697
784
|
|
|
785
|
+
<a id="runtimerunclasswithprofiling-read-only-system"></a>
|
|
786
|
+
#### RuntimeRunClassWithProfiling (Read-Only / System)
|
|
787
|
+
**Description:** [runtime] Execute ABAP class with profiler enabled and return created profilerId + traceId.
|
|
788
|
+
|
|
789
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeRunClassWithProfiling.ts`
|
|
790
|
+
|
|
791
|
+
**Parameters:**
|
|
792
|
+
- `aggregate` (boolean, optional) -
|
|
793
|
+
- `all_db_events` (boolean, optional) -
|
|
794
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
795
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
796
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
797
|
+
- `all_procedural_units` (boolean, optional) -
|
|
798
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
799
|
+
- `amdp_trace` (boolean, optional) -
|
|
800
|
+
- `class_name` (string, required) - ABAP class name to execute.
|
|
801
|
+
- `description` (string, optional) - Profiler trace description.
|
|
802
|
+
- `explicit_on_off` (boolean, optional) -
|
|
803
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
804
|
+
- `max_time_for_tracing` (number, optional) -
|
|
805
|
+
- `sql_trace` (boolean, optional) -
|
|
806
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
807
|
+
|
|
808
|
+
---
|
|
809
|
+
|
|
810
|
+
<a id="runtimerunprogramwithprofiling-read-only-system"></a>
|
|
811
|
+
#### RuntimeRunProgramWithProfiling (Read-Only / System)
|
|
812
|
+
**Description:** [runtime] Execute ABAP program with profiler enabled and return created profilerId + traceId.
|
|
813
|
+
|
|
814
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeRunProgramWithProfiling.ts`
|
|
815
|
+
|
|
816
|
+
**Parameters:**
|
|
817
|
+
- `aggregate` (boolean, optional) -
|
|
818
|
+
- `all_db_events` (boolean, optional) -
|
|
819
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
820
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
821
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
822
|
+
- `all_procedural_units` (boolean, optional) -
|
|
823
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
824
|
+
- `amdp_trace` (boolean, optional) -
|
|
825
|
+
- `description` (string, optional) - Profiler trace description.
|
|
826
|
+
- `explicit_on_off` (boolean, optional) -
|
|
827
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
828
|
+
- `max_time_for_tracing` (number, optional) -
|
|
829
|
+
- `program_name` (string, required) - ABAP program name to execute.
|
|
830
|
+
- `sql_trace` (boolean, optional) -
|
|
831
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
832
|
+
|
|
833
|
+
---
|
|
834
|
+
|
|
698
835
|
<a id="read-only-table"></a>
|
|
699
836
|
### Read-Only / Table
|
|
700
837
|
|
|
@@ -860,6 +997,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
860
997
|
- `class_name` (string, required) - Class name (e.g., ZCL_TEST_CLASS_001).
|
|
861
998
|
- `create_protected` (boolean, optional) - Protected constructor. Default: false
|
|
862
999
|
- `description` (string, optional) - Class description (defaults to class_name).
|
|
1000
|
+
- `final` (boolean, optional) - Mark class as final. Default: false
|
|
863
1001
|
- `package_name` (string, required) - Package name (e.g., ZOK_LAB, $TMP).
|
|
864
1002
|
- `source_code` (string, optional) - Full ABAP class source code. If omitted, a minimal template is generated.
|
|
865
1003
|
- `superclass` (string, optional) - Optional superclass name.
|
|
@@ -1117,6 +1255,392 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1117
1255
|
|
|
1118
1256
|
---
|
|
1119
1257
|
|
|
1258
|
+
<a id="high-level-compact"></a>
|
|
1259
|
+
### High-Level / Compact
|
|
1260
|
+
|
|
1261
|
+
<a id="handleractivate-high-level-compact"></a>
|
|
1262
|
+
#### HandlerActivate (High-Level / Compact)
|
|
1263
|
+
**Description:** Compact lifecycle activate operation. Activate objects by ADT type list or single object mapping.
|
|
1264
|
+
|
|
1265
|
+
**Source:** `src/handlers/compact/high/handleHandlerActivate.ts`
|
|
1266
|
+
|
|
1267
|
+
**Parameters:**
|
|
1268
|
+
- `object_adt_type` (string, optional) - ADT object type code (e.g. CLAS/OC, PROG/P). Required for single-object activation form.
|
|
1269
|
+
- `object_name` (string, optional) -
|
|
1270
|
+
- `object_type` (any, optional) -
|
|
1271
|
+
- `objects` (array, optional) -
|
|
1272
|
+
- `preaudit` (boolean, optional) -
|
|
1273
|
+
|
|
1274
|
+
---
|
|
1275
|
+
|
|
1276
|
+
<a id="handlercdsunittestresult-high-level-compact"></a>
|
|
1277
|
+
#### HandlerCdsUnitTestResult (High-Level / Compact)
|
|
1278
|
+
**Description:** Compact CDS unit test result. Reads run result by run_id.
|
|
1279
|
+
|
|
1280
|
+
**Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestResult.ts`
|
|
1281
|
+
|
|
1282
|
+
**Parameters:**
|
|
1283
|
+
- `aggregate` (boolean, optional) -
|
|
1284
|
+
- `all_db_events` (boolean, optional) -
|
|
1285
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
1286
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
1287
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
1288
|
+
- `all_procedural_units` (boolean, optional) -
|
|
1289
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
1290
|
+
- `amdp_trace` (boolean, optional) -
|
|
1291
|
+
- `class_name` (string, optional) -
|
|
1292
|
+
- `description` (string, optional) -
|
|
1293
|
+
- `explicit_on_off` (boolean, optional) -
|
|
1294
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
1295
|
+
- `max_time_for_tracing` (number, optional) -
|
|
1296
|
+
- `program_name` (string, optional) -
|
|
1297
|
+
- `sql_trace` (boolean, optional) -
|
|
1298
|
+
- `target_type` (string, required) - Profile execution target kind.
|
|
1299
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
1300
|
+
|
|
1301
|
+
---
|
|
1302
|
+
|
|
1303
|
+
<a id="handlercdsunitteststatus-high-level-compact"></a>
|
|
1304
|
+
#### HandlerCdsUnitTestStatus (High-Level / Compact)
|
|
1305
|
+
**Description:** Compact CDS unit test status. Reads run status by run_id.
|
|
1306
|
+
|
|
1307
|
+
**Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestStatus.ts`
|
|
1308
|
+
|
|
1309
|
+
**Parameters:**
|
|
1310
|
+
- `aggregate` (boolean, optional) -
|
|
1311
|
+
- `all_db_events` (boolean, optional) -
|
|
1312
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
1313
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
1314
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
1315
|
+
- `all_procedural_units` (boolean, optional) -
|
|
1316
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
1317
|
+
- `amdp_trace` (boolean, optional) -
|
|
1318
|
+
- `class_name` (string, optional) -
|
|
1319
|
+
- `description` (string, optional) -
|
|
1320
|
+
- `explicit_on_off` (boolean, optional) -
|
|
1321
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
1322
|
+
- `max_time_for_tracing` (number, optional) -
|
|
1323
|
+
- `program_name` (string, optional) -
|
|
1324
|
+
- `sql_trace` (boolean, optional) -
|
|
1325
|
+
- `target_type` (string, required) - Profile execution target kind.
|
|
1326
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
1327
|
+
|
|
1328
|
+
---
|
|
1329
|
+
|
|
1330
|
+
<a id="handlercheckrun-high-level-compact"></a>
|
|
1331
|
+
#### HandlerCheckRun (High-Level / Compact)
|
|
1332
|
+
**Description:** Compact lifecycle check-run operation. Runs syntax check without activation.
|
|
1333
|
+
|
|
1334
|
+
**Source:** `src/handlers/compact/high/handleHandlerCheckRun.ts`
|
|
1335
|
+
|
|
1336
|
+
**Parameters:**
|
|
1337
|
+
- `session_id` (string, optional) -
|
|
1338
|
+
- `session_state` (object, optional) -
|
|
1339
|
+
- `version` (string, optional (default: active)) -
|
|
1340
|
+
|
|
1341
|
+
---
|
|
1342
|
+
|
|
1343
|
+
<a id="handlercreate-high-level-compact"></a>
|
|
1344
|
+
#### HandlerCreate (High-Level / Compact)
|
|
1345
|
+
**Description:** Compact facade create operation. Routes by object_type to create supported ABAP object types.
|
|
1346
|
+
|
|
1347
|
+
**Source:** `src/handlers/compact/high/handleHandlerCreate.ts`
|
|
1348
|
+
|
|
1349
|
+
**Parameters:**
|
|
1350
|
+
- `activate` (boolean, optional) -
|
|
1351
|
+
- `application` (string, optional) -
|
|
1352
|
+
- `class_name` (string, optional) -
|
|
1353
|
+
- `conversion_exit` (string, optional) -
|
|
1354
|
+
- `datatype` (string, optional) -
|
|
1355
|
+
- `decimals` (number, optional) -
|
|
1356
|
+
- `description` (string, optional) -
|
|
1357
|
+
- `domain_name` (string, optional) -
|
|
1358
|
+
- `fixed_values` (array, optional) -
|
|
1359
|
+
- `function_group_name` (string, optional) -
|
|
1360
|
+
- `function_module_name` (string, optional) -
|
|
1361
|
+
- `length` (number, optional) -
|
|
1362
|
+
- `lowercase` (boolean, optional) -
|
|
1363
|
+
- `object_type` (any, required) -
|
|
1364
|
+
- `package_name` (string, optional) -
|
|
1365
|
+
- `program_name` (string, optional) -
|
|
1366
|
+
- `program_type` (string, optional) -
|
|
1367
|
+
- `sign_exists` (boolean, optional) -
|
|
1368
|
+
- `source_code` (string, optional) -
|
|
1369
|
+
- `transport_request` (string, optional) -
|
|
1370
|
+
- `value_table` (string, optional) -
|
|
1371
|
+
|
|
1372
|
+
---
|
|
1373
|
+
|
|
1374
|
+
<a id="handlerdelete-high-level-compact"></a>
|
|
1375
|
+
#### HandlerDelete (High-Level / Compact)
|
|
1376
|
+
**Description:** Compact facade delete operation. Routes by object_type to delete supported ABAP object types.
|
|
1377
|
+
|
|
1378
|
+
**Source:** `src/handlers/compact/high/handleHandlerDelete.ts`
|
|
1379
|
+
|
|
1380
|
+
**Parameters:**
|
|
1381
|
+
- `class_name` (string, optional) -
|
|
1382
|
+
- `domain_name` (string, optional) -
|
|
1383
|
+
- `function_group_name` (string, optional) -
|
|
1384
|
+
- `function_module_name` (string, optional) -
|
|
1385
|
+
- `object_type` (any, required) -
|
|
1386
|
+
- `program_name` (string, optional) -
|
|
1387
|
+
- `transport_request` (string, optional) -
|
|
1388
|
+
|
|
1389
|
+
---
|
|
1390
|
+
|
|
1391
|
+
<a id="handlerdumplist-high-level-compact"></a>
|
|
1392
|
+
#### HandlerDumpList (High-Level / Compact)
|
|
1393
|
+
**Description:** Compact runtime dump list. Returns runtime dumps with filters.
|
|
1394
|
+
|
|
1395
|
+
**Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
|
|
1396
|
+
|
|
1397
|
+
**Parameters:**
|
|
1398
|
+
- `inlinecount` (string, optional) -
|
|
1399
|
+
- `orderby` (string, optional) -
|
|
1400
|
+
- `skip` (number, optional) -
|
|
1401
|
+
- `top` (number, optional) -
|
|
1402
|
+
- `user` (string, optional) -
|
|
1403
|
+
|
|
1404
|
+
---
|
|
1405
|
+
|
|
1406
|
+
<a id="handlerdumpview-high-level-compact"></a>
|
|
1407
|
+
#### HandlerDumpView (High-Level / Compact)
|
|
1408
|
+
**Description:** Compact runtime dump view. Reads one dump by dump_id.
|
|
1409
|
+
|
|
1410
|
+
**Source:** `src/handlers/compact/high/handleHandlerDumpView.ts`
|
|
1411
|
+
|
|
1412
|
+
**Parameters:**
|
|
1413
|
+
- `dump_id` (string, required) -
|
|
1414
|
+
- `view` (string, optional (default: default)) -
|
|
1415
|
+
|
|
1416
|
+
---
|
|
1417
|
+
|
|
1418
|
+
<a id="handlerget-high-level-compact"></a>
|
|
1419
|
+
#### HandlerGet (High-Level / Compact)
|
|
1420
|
+
**Description:** Compact facade read operation. Routes by object_type to get supported ABAP object types.
|
|
1421
|
+
|
|
1422
|
+
**Source:** `src/handlers/compact/high/handleHandlerGet.ts`
|
|
1423
|
+
|
|
1424
|
+
**Parameters:**
|
|
1425
|
+
- `class_name` (string, optional) -
|
|
1426
|
+
- `domain_name` (string, optional) -
|
|
1427
|
+
- `function_group_name` (string, optional) -
|
|
1428
|
+
- `function_module_name` (string, optional) -
|
|
1429
|
+
- `object_type` (any, required) -
|
|
1430
|
+
- `program_name` (string, optional) -
|
|
1431
|
+
- `version` (any, optional) -
|
|
1432
|
+
|
|
1433
|
+
---
|
|
1434
|
+
|
|
1435
|
+
<a id="handlerlock-high-level-compact"></a>
|
|
1436
|
+
#### HandlerLock (High-Level / Compact)
|
|
1437
|
+
**Description:** Compact lifecycle lock operation. Locks object for subsequent updates.
|
|
1438
|
+
|
|
1439
|
+
**Source:** `src/handlers/compact/high/handleHandlerLock.ts`
|
|
1440
|
+
|
|
1441
|
+
**Parameters:**
|
|
1442
|
+
- `session_id` (string, optional) -
|
|
1443
|
+
- `session_state` (object, optional) -
|
|
1444
|
+
- `super_package` (string, optional) -
|
|
1445
|
+
|
|
1446
|
+
---
|
|
1447
|
+
|
|
1448
|
+
<a id="handlerprofilelist-high-level-compact"></a>
|
|
1449
|
+
#### HandlerProfileList (High-Level / Compact)
|
|
1450
|
+
**Description:** Compact runtime profiling list. Returns available profiler traces.
|
|
1451
|
+
|
|
1452
|
+
**Source:** `src/handlers/compact/high/handleHandlerProfileList.ts`
|
|
1453
|
+
|
|
1454
|
+
**Parameters:**
|
|
1455
|
+
- See schema reference `compactProfileListSchema` in source file
|
|
1456
|
+
|
|
1457
|
+
---
|
|
1458
|
+
|
|
1459
|
+
<a id="handlerprofilerun-high-level-compact"></a>
|
|
1460
|
+
#### HandlerProfileRun (High-Level / Compact)
|
|
1461
|
+
**Description:** Compact runtime profiling run. Executes CLASS or PROGRAM with profiling enabled.
|
|
1462
|
+
|
|
1463
|
+
**Source:** `src/handlers/compact/high/handleHandlerProfileRun.ts`
|
|
1464
|
+
|
|
1465
|
+
**Parameters:**
|
|
1466
|
+
- `aggregate` (boolean, optional) -
|
|
1467
|
+
- `all_db_events` (boolean, optional) -
|
|
1468
|
+
- `all_dynpro_events` (boolean, optional) -
|
|
1469
|
+
- `all_internal_table_events` (boolean, optional) -
|
|
1470
|
+
- `all_misc_abap_statements` (boolean, optional) -
|
|
1471
|
+
- `all_procedural_units` (boolean, optional) -
|
|
1472
|
+
- `all_system_kernel_events` (boolean, optional) -
|
|
1473
|
+
- `amdp_trace` (boolean, optional) -
|
|
1474
|
+
- `class_name` (string, optional) -
|
|
1475
|
+
- `description` (string, optional) -
|
|
1476
|
+
- `explicit_on_off` (boolean, optional) -
|
|
1477
|
+
- `max_size_for_trace_file` (number, optional) -
|
|
1478
|
+
- `max_time_for_tracing` (number, optional) -
|
|
1479
|
+
- `program_name` (string, optional) -
|
|
1480
|
+
- `sql_trace` (boolean, optional) -
|
|
1481
|
+
- `target_type` (string, required) - Profile execution target kind.
|
|
1482
|
+
- `with_rfc_tracing` (boolean, optional) -
|
|
1483
|
+
|
|
1484
|
+
---
|
|
1485
|
+
|
|
1486
|
+
<a id="handlerprofileview-high-level-compact"></a>
|
|
1487
|
+
#### HandlerProfileView (High-Level / Compact)
|
|
1488
|
+
**Description:** Compact runtime profiling view. Reads one profiler trace by trace_id_or_uri.
|
|
1489
|
+
|
|
1490
|
+
**Source:** `src/handlers/compact/high/handleHandlerProfileView.ts`
|
|
1491
|
+
|
|
1492
|
+
**Parameters:**
|
|
1493
|
+
- `auto_drill_down_threshold` (number, optional) -
|
|
1494
|
+
- `id` (number, optional) -
|
|
1495
|
+
- `trace_id_or_uri` (string, required) -
|
|
1496
|
+
- `view` (string, required) -
|
|
1497
|
+
- `with_details` (boolean, optional) -
|
|
1498
|
+
- `with_system_events` (boolean, optional) -
|
|
1499
|
+
|
|
1500
|
+
---
|
|
1501
|
+
|
|
1502
|
+
<a id="handlerservicebindinglisttypes-high-level-compact"></a>
|
|
1503
|
+
#### HandlerServiceBindingListTypes (High-Level / Compact)
|
|
1504
|
+
**Description:** Compact service binding list types. Returns available binding protocol types.
|
|
1505
|
+
|
|
1506
|
+
**Source:** `src/handlers/compact/high/handleHandlerServiceBindingListTypes.ts`
|
|
1507
|
+
|
|
1508
|
+
**Parameters:**
|
|
1509
|
+
- `response_format` (string, optional (default: xml)) -
|
|
1510
|
+
|
|
1511
|
+
---
|
|
1512
|
+
|
|
1513
|
+
<a id="handlerservicebindingvalidate-high-level-compact"></a>
|
|
1514
|
+
#### HandlerServiceBindingValidate (High-Level / Compact)
|
|
1515
|
+
**Description:** Compact service binding validate. Validates binding and service definition pair.
|
|
1516
|
+
|
|
1517
|
+
**Source:** `src/handlers/compact/high/handleHandlerServiceBindingValidate.ts`
|
|
1518
|
+
|
|
1519
|
+
**Parameters:**
|
|
1520
|
+
- `description` (string, optional) -
|
|
1521
|
+
- `package_name` (string, optional) -
|
|
1522
|
+
- `service_binding_name` (string, required) -
|
|
1523
|
+
- `service_binding_version` (string, optional) -
|
|
1524
|
+
- `service_definition_name` (string, required) -
|
|
1525
|
+
|
|
1526
|
+
---
|
|
1527
|
+
|
|
1528
|
+
<a id="handlertransportcreate-high-level-compact"></a>
|
|
1529
|
+
#### HandlerTransportCreate (High-Level / Compact)
|
|
1530
|
+
**Description:** Compact transport create. Creates a new transport request.
|
|
1531
|
+
|
|
1532
|
+
**Source:** `src/handlers/compact/high/handleHandlerTransportCreate.ts`
|
|
1533
|
+
|
|
1534
|
+
**Parameters:**
|
|
1535
|
+
- `description` (string, required) -
|
|
1536
|
+
- `owner` (string, optional) -
|
|
1537
|
+
- `target_system` (string, optional) -
|
|
1538
|
+
- `transport_type` (string, optional (default: workbench)) -
|
|
1539
|
+
|
|
1540
|
+
---
|
|
1541
|
+
|
|
1542
|
+
<a id="handlerunittestresult-high-level-compact"></a>
|
|
1543
|
+
#### HandlerUnitTestResult (High-Level / Compact)
|
|
1544
|
+
**Description:** Compact ABAP Unit result. Reads run result by run_id.
|
|
1545
|
+
|
|
1546
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnitTestResult.ts`
|
|
1547
|
+
|
|
1548
|
+
**Parameters:**
|
|
1549
|
+
- `format` (string, optional) -
|
|
1550
|
+
- `run_id` (string, required) -
|
|
1551
|
+
- `with_navigation_uris` (boolean, optional (default: false)) -
|
|
1552
|
+
|
|
1553
|
+
---
|
|
1554
|
+
|
|
1555
|
+
<a id="handlerunittestrun-high-level-compact"></a>
|
|
1556
|
+
#### HandlerUnitTestRun (High-Level / Compact)
|
|
1557
|
+
**Description:** Compact ABAP Unit run. Starts a test run and returns run_id.
|
|
1558
|
+
|
|
1559
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnitTestRun.ts`
|
|
1560
|
+
|
|
1561
|
+
**Parameters:**
|
|
1562
|
+
- `context` (string, optional) -
|
|
1563
|
+
- `duration` (object, optional) -
|
|
1564
|
+
- `risk_level` (object, optional) -
|
|
1565
|
+
- `scope` (object, optional) -
|
|
1566
|
+
- `tests` (array, required) -
|
|
1567
|
+
- `title` (string, optional) -
|
|
1568
|
+
|
|
1569
|
+
---
|
|
1570
|
+
|
|
1571
|
+
<a id="handlerunitteststatus-high-level-compact"></a>
|
|
1572
|
+
#### HandlerUnitTestStatus (High-Level / Compact)
|
|
1573
|
+
**Description:** Compact ABAP Unit status. Reads run status by run_id.
|
|
1574
|
+
|
|
1575
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnitTestStatus.ts`
|
|
1576
|
+
|
|
1577
|
+
**Parameters:**
|
|
1578
|
+
- `run_id` (string, required) -
|
|
1579
|
+
- `with_long_polling` (boolean, optional (default: true)) -
|
|
1580
|
+
|
|
1581
|
+
---
|
|
1582
|
+
|
|
1583
|
+
<a id="handlerunlock-high-level-compact"></a>
|
|
1584
|
+
#### HandlerUnlock (High-Level / Compact)
|
|
1585
|
+
**Description:** Compact lifecycle unlock operation. Unlocks object after modifications.
|
|
1586
|
+
|
|
1587
|
+
**Source:** `src/handlers/compact/high/handleHandlerUnlock.ts`
|
|
1588
|
+
|
|
1589
|
+
**Parameters:**
|
|
1590
|
+
- `lock_handle` (string, required) -
|
|
1591
|
+
- `session_id` (string, required) -
|
|
1592
|
+
- `session_state` (object, optional) -
|
|
1593
|
+
|
|
1594
|
+
---
|
|
1595
|
+
|
|
1596
|
+
<a id="handlerupdate-high-level-compact"></a>
|
|
1597
|
+
#### HandlerUpdate (High-Level / Compact)
|
|
1598
|
+
**Description:** Compact facade update operation. Routes by object_type to update supported ABAP object types.
|
|
1599
|
+
|
|
1600
|
+
**Source:** `src/handlers/compact/high/handleHandlerUpdate.ts`
|
|
1601
|
+
|
|
1602
|
+
**Parameters:**
|
|
1603
|
+
- `activate` (boolean, optional) -
|
|
1604
|
+
- `class_name` (string, optional) -
|
|
1605
|
+
- `conversion_exit` (string, optional) -
|
|
1606
|
+
- `datatype` (string, optional) -
|
|
1607
|
+
- `decimals` (number, optional) -
|
|
1608
|
+
- `description` (string, optional) -
|
|
1609
|
+
- `domain_name` (string, optional) -
|
|
1610
|
+
- `fixed_values` (array, optional) -
|
|
1611
|
+
- `function_group_name` (string, optional) -
|
|
1612
|
+
- `function_module_name` (string, optional) -
|
|
1613
|
+
- `length` (number, optional) -
|
|
1614
|
+
- `lowercase` (boolean, optional) -
|
|
1615
|
+
- `object_type` (any, required) -
|
|
1616
|
+
- `package_name` (string, optional) -
|
|
1617
|
+
- `program_name` (string, optional) -
|
|
1618
|
+
- `sign_exists` (boolean, optional) -
|
|
1619
|
+
- `source_code` (string, optional) -
|
|
1620
|
+
- `transport_request` (string, optional) -
|
|
1621
|
+
- `value_table` (string, optional) -
|
|
1622
|
+
|
|
1623
|
+
---
|
|
1624
|
+
|
|
1625
|
+
<a id="handlervalidate-high-level-compact"></a>
|
|
1626
|
+
#### HandlerValidate (High-Level / Compact)
|
|
1627
|
+
**Description:** Compact lifecycle validate operation. Validates object names/params by object_type.
|
|
1628
|
+
|
|
1629
|
+
**Source:** `src/handlers/compact/high/handleHandlerValidate.ts`
|
|
1630
|
+
|
|
1631
|
+
**Parameters:**
|
|
1632
|
+
- `behavior_definition` (string, optional) -
|
|
1633
|
+
- `description` (string, optional) -
|
|
1634
|
+
- `implementation_type` (string, optional) -
|
|
1635
|
+
- `package_name` (string, optional) -
|
|
1636
|
+
- `root_entity` (string, optional) -
|
|
1637
|
+
- `service_binding_version` (string, optional) -
|
|
1638
|
+
- `service_definition_name` (string, optional) -
|
|
1639
|
+
- `session_id` (string, optional) -
|
|
1640
|
+
- `session_state` (object, optional) -
|
|
1641
|
+
|
|
1642
|
+
---
|
|
1643
|
+
|
|
1120
1644
|
<a id="high-level-data-element"></a>
|
|
1121
1645
|
### High-Level / Data Element
|
|
1122
1646
|
|
|
@@ -1244,13 +1768,12 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1244
1768
|
- `datatype` (string, optional (default: CHAR)) - (optional) Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
|
|
1245
1769
|
- `decimals` (number, optional (default: 0)) - (optional) Decimal places (for DEC, CURR, QUAN types)
|
|
1246
1770
|
- `description` (string, optional) - (optional) Domain description. If not provided, domain_name will be used.
|
|
1247
|
-
- `domain_name` (string,
|
|
1771
|
+
- `domain_name` (string, required) - Domain name (e.g., ZZ_TEST_0001). Must follow SAP naming conventions.
|
|
1248
1772
|
- `fixed_values` (array, optional) - (optional) Array of fixed values for domain value range
|
|
1249
1773
|
- `length` (number, optional (default: 100)) - (optional) Field length (max depends on datatype)
|
|
1250
1774
|
- `lowercase` (boolean, optional (default: false)) - (optional) Allow lowercase input
|
|
1251
1775
|
- `package_name` (string, optional) - (optional) Package name (e.g., ZOK_LOCAL, $TMP for local objects)
|
|
1252
1776
|
- `sign_exists` (boolean, optional (default: false)) - (optional) Field has sign (+/-)
|
|
1253
|
-
- `text` (string, required) - Description text for the fixed value
|
|
1254
1777
|
- `transport_request` (string, optional) - (optional) Transport request number (e.g., E19K905635). Required for transportable packages.
|
|
1255
1778
|
- `value_table` (string, optional) - (optional) Value table name for foreign key relationship
|
|
1256
1779
|
|
|
@@ -1292,13 +1815,12 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1292
1815
|
- `datatype` (string, optional) - Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
|
|
1293
1816
|
- `decimals` (number, optional) - Decimal places (for DEC, CURR, QUAN types)
|
|
1294
1817
|
- `description` (string, optional) - New domain description (optional)
|
|
1295
|
-
- `domain_name` (string,
|
|
1818
|
+
- `domain_name` (string, required) - Domain name to update (e.g., ZZ_TEST_0001)
|
|
1296
1819
|
- `fixed_values` (array, optional) - Array of fixed values for domain value range
|
|
1297
1820
|
- `length` (number, optional) - Field length (max depends on datatype)
|
|
1298
1821
|
- `lowercase` (boolean, optional) - Allow lowercase input
|
|
1299
|
-
- `package_name` (string,
|
|
1822
|
+
- `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
|
|
1300
1823
|
- `sign_exists` (boolean, optional) - Field has sign (+/-)
|
|
1301
|
-
- `text` (string, required) - Description text for the fixed value
|
|
1302
1824
|
- `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
|
|
1303
1825
|
- `value_table` (string, optional) - Value table name for foreign key relationship
|
|
1304
1826
|
|
|
@@ -1590,6 +2112,97 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1590
2112
|
|
|
1591
2113
|
---
|
|
1592
2114
|
|
|
2115
|
+
<a id="high-level-service-binding"></a>
|
|
2116
|
+
### High-Level / Service Binding
|
|
2117
|
+
|
|
2118
|
+
<a id="createservicebinding-high-level-service-binding"></a>
|
|
2119
|
+
#### CreateServiceBinding (High-Level / Service Binding)
|
|
2120
|
+
**Description:** Create ABAP service binding via ADT Business Services endpoint. XML is generated from high-level parameters.
|
|
2121
|
+
|
|
2122
|
+
**Source:** `src/handlers/service_binding/high/handleCreateServiceBinding.ts`
|
|
2123
|
+
|
|
2124
|
+
**Parameters:**
|
|
2125
|
+
- `activate` (boolean, optional (default: true)) - Activate service binding after create. Default: true.
|
|
2126
|
+
- `binding_type` (string, optional (default: ODataV4)) - OData binding type.
|
|
2127
|
+
- `description` (string, optional) - Optional description. Defaults to service_binding_name when omitted.
|
|
2128
|
+
- `package_name` (string, required) - ABAP package name.
|
|
2129
|
+
- `response_format` (string, optional (default: xml)) -
|
|
2130
|
+
- `service_binding_name` (string, required) - Service binding name.
|
|
2131
|
+
- `service_binding_version` (string, optional) - Service binding ADT version. Default inferred from type.
|
|
2132
|
+
- `service_definition_name` (string, required) - Referenced service definition name.
|
|
2133
|
+
- `service_name` (string, optional) - Published service name. Default: service_binding_name if omitted.
|
|
2134
|
+
- `service_version` (string, optional) - Published service version. Default: 0001.
|
|
2135
|
+
- `transport_request` (string, optional) - Optional transport request for transport checks.
|
|
2136
|
+
|
|
2137
|
+
---
|
|
2138
|
+
|
|
2139
|
+
<a id="deleteservicebinding-high-level-service-binding"></a>
|
|
2140
|
+
#### DeleteServiceBinding (High-Level / Service Binding)
|
|
2141
|
+
**Description:** Delete ABAP service binding via ADT Business Services endpoint.
|
|
2142
|
+
|
|
2143
|
+
**Source:** `src/handlers/service_binding/high/handleDeleteServiceBinding.ts`
|
|
2144
|
+
|
|
2145
|
+
**Parameters:**
|
|
2146
|
+
- `response_format` (string, optional (default: xml)) -
|
|
2147
|
+
- `service_binding_name` (string, required) - Service binding name to delete.
|
|
2148
|
+
- `transport_request` (string, optional) - Optional transport request for deletion transport flow.
|
|
2149
|
+
|
|
2150
|
+
---
|
|
2151
|
+
|
|
2152
|
+
<a id="getservicebinding-high-level-service-binding"></a>
|
|
2153
|
+
#### GetServiceBinding (High-Level / Service Binding)
|
|
2154
|
+
**Description:** Retrieve ABAP service binding source/metadata by name via ADT Business Services endpoint.
|
|
2155
|
+
|
|
2156
|
+
**Source:** `src/handlers/service_binding/high/handleGetServiceBinding.ts`
|
|
2157
|
+
|
|
2158
|
+
**Parameters:**
|
|
2159
|
+
- `response_format` (string, optional (default: xml)) - Preferred response format.
|
|
2160
|
+
- `service_binding_name` (string, required) - Service binding name (for example: ZUI_MY_BINDING). Case-insensitive.
|
|
2161
|
+
|
|
2162
|
+
---
|
|
2163
|
+
|
|
2164
|
+
<a id="listservicebindingtypes-high-level-service-binding"></a>
|
|
2165
|
+
#### ListServiceBindingTypes (High-Level / Service Binding)
|
|
2166
|
+
**Description:** List available service binding types (for example ODataV2/ODataV4) from ADT Business Services endpoint.
|
|
2167
|
+
|
|
2168
|
+
**Source:** `src/handlers/service_binding/high/handleListServiceBindingTypes.ts`
|
|
2169
|
+
|
|
2170
|
+
**Parameters:**
|
|
2171
|
+
- `response_format` (string, optional (default: xml)) -
|
|
2172
|
+
|
|
2173
|
+
---
|
|
2174
|
+
|
|
2175
|
+
<a id="updateservicebinding-high-level-service-binding"></a>
|
|
2176
|
+
#### UpdateServiceBinding (High-Level / Service Binding)
|
|
2177
|
+
**Description:** Update publication state for ABAP service binding via AdtServiceBinding workflow.
|
|
2178
|
+
|
|
2179
|
+
**Source:** `src/handlers/service_binding/high/handleUpdateServiceBinding.ts`
|
|
2180
|
+
|
|
2181
|
+
**Parameters:**
|
|
2182
|
+
- `desired_publication_state` (string, required) - Target publication state.
|
|
2183
|
+
- `response_format` (string, optional (default: xml)) -
|
|
2184
|
+
- `service_binding_name` (string, required) - Service binding name to update.
|
|
2185
|
+
- `service_name` (string, required) - Published service name.
|
|
2186
|
+
- `service_type` (string, required (default: ODataV4)) - OData service type for publish/unpublish action routing.
|
|
2187
|
+
- `service_version` (string, optional) - Published service version. Optional.
|
|
2188
|
+
|
|
2189
|
+
---
|
|
2190
|
+
|
|
2191
|
+
<a id="validateservicebinding-high-level-service-binding"></a>
|
|
2192
|
+
#### ValidateServiceBinding (High-Level / Service Binding)
|
|
2193
|
+
**Description:** Validate service binding parameters (name, service definition, package, version) via ADT validation endpoint.
|
|
2194
|
+
|
|
2195
|
+
**Source:** `src/handlers/service_binding/high/handleValidateServiceBinding.ts`
|
|
2196
|
+
|
|
2197
|
+
**Parameters:**
|
|
2198
|
+
- `description` (string, optional) - Optional description used during validation.
|
|
2199
|
+
- `package_name` (string, optional) - ABAP package for the binding.
|
|
2200
|
+
- `service_binding_name` (string, required) - Service binding name to validate.
|
|
2201
|
+
- `service_binding_version` (string, optional) - Service binding version (for example: 1.0).
|
|
2202
|
+
- `service_definition_name` (string, required) - Service definition linked to binding.
|
|
2203
|
+
|
|
2204
|
+
---
|
|
2205
|
+
|
|
1593
2206
|
<a id="high-level-service-definition"></a>
|
|
1594
2207
|
### High-Level / Service Definition
|
|
1595
2208
|
|
|
@@ -1657,17 +2270,12 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1657
2270
|
**Source:** `src/handlers/structure/high/handleCreateStructure.ts`
|
|
1658
2271
|
|
|
1659
2272
|
**Parameters:**
|
|
1660
|
-
- `
|
|
1661
|
-
- `
|
|
1662
|
-
- `
|
|
1663
|
-
- `
|
|
1664
|
-
- `
|
|
1665
|
-
- `
|
|
1666
|
-
- `length` (number, optional) - Field length
|
|
1667
|
-
- `package_name` (string, optional) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
|
|
1668
|
-
- `structure_name` (string, optional) - Structure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions.
|
|
1669
|
-
- `structure_ref` (string, optional) - Include another structure (optional)
|
|
1670
|
-
- `table_ref` (string, optional) - Reference to table type (optional)
|
|
2273
|
+
- `activate` (boolean, optional) - Activate structure after creation. Default: true. Set to false for batch operations (activate multiple objects later).
|
|
2274
|
+
- `description` (string, optional) - Structure description. If not provided, structure_name will be used.
|
|
2275
|
+
- `fields` (array, required (default: 0)) - Array of structure fields
|
|
2276
|
+
- `includes` (array, optional) - Include other structures in this structure
|
|
2277
|
+
- `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
|
|
2278
|
+
- `structure_name` (string, required) - Structure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions.
|
|
1671
2279
|
- `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
|
|
1672
2280
|
|
|
1673
2281
|
---
|
|
@@ -1829,8 +2437,12 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1829
2437
|
**Source:** `src/handlers/unit_test/high/handleCreateUnitTest.ts`
|
|
1830
2438
|
|
|
1831
2439
|
**Parameters:**
|
|
1832
|
-
- `
|
|
1833
|
-
- `
|
|
2440
|
+
- `context` (string, optional) - Optional context string shown in SAP tools.
|
|
2441
|
+
- `duration` (object, optional) -
|
|
2442
|
+
- `risk_level` (object, optional) -
|
|
2443
|
+
- `scope` (object, optional) -
|
|
2444
|
+
- `tests` (array, required) - List of container/test class pairs to execute.
|
|
2445
|
+
- `title` (string, optional) - Optional title for the ABAP Unit run.
|
|
1834
2446
|
|
|
1835
2447
|
---
|
|
1836
2448
|
|
|
@@ -1936,8 +2548,12 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1936
2548
|
**Source:** `src/handlers/unit_test/high/handleRunUnitTest.ts`
|
|
1937
2549
|
|
|
1938
2550
|
**Parameters:**
|
|
1939
|
-
- `
|
|
1940
|
-
- `
|
|
2551
|
+
- `context` (string, optional) - Optional context string shown in SAP tools.
|
|
2552
|
+
- `duration` (object, optional) -
|
|
2553
|
+
- `risk_level` (object, optional) -
|
|
2554
|
+
- `scope` (object, optional) -
|
|
2555
|
+
- `tests` (array, required) - List of container/test class pairs to execute.
|
|
2556
|
+
- `title` (string, optional) - Optional title for the ABAP Unit run.
|
|
1941
2557
|
|
|
1942
2558
|
---
|
|
1943
2559
|
|
|
@@ -1978,6 +2594,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1978
2594
|
- `activate` (boolean, optional) - Activate after creation. Default: true.
|
|
1979
2595
|
- `ddl_source` (string, required) - Complete DDL source code.
|
|
1980
2596
|
- `description` (string, optional) - Optional description (defaults to view_name).
|
|
2597
|
+
- `package_name` (string, required) - Package name (e.g., ZOK_LAB, $TMP for local objects)
|
|
1981
2598
|
- `transport_request` (string, optional) - Transport request number (required for transportable packages).
|
|
1982
2599
|
- `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002, Z_I_MY_VIEW).
|
|
1983
2600
|
|
|
@@ -2014,6 +2631,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2014
2631
|
**Source:** `src/handlers/view/high/handleUpdateView.ts`
|
|
2015
2632
|
|
|
2016
2633
|
**Parameters:**
|
|
2634
|
+
- `activate` (boolean, optional) - Activate after update. Default: false.
|
|
2017
2635
|
- `ddl_source` (string, required) - Complete DDL source code.
|
|
2018
2636
|
- `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002).
|
|
2019
2637
|
|
|
@@ -2327,8 +2945,14 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2327
2945
|
**Source:** `src/handlers/class/low/handleRunClassUnitTests.ts`
|
|
2328
2946
|
|
|
2329
2947
|
**Parameters:**
|
|
2330
|
-
- `
|
|
2331
|
-
- `
|
|
2948
|
+
- `context` (string, optional) - Optional context string shown in SAP tools.
|
|
2949
|
+
- `duration` (object, optional) -
|
|
2950
|
+
- `risk_level` (object, optional) -
|
|
2951
|
+
- `scope` (object, optional) -
|
|
2952
|
+
- `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
|
|
2953
|
+
- `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
|
|
2954
|
+
- `tests` (array, required) - List of container/test class pairs to execute.
|
|
2955
|
+
- `title` (string, optional) - Optional title for the ABAP Unit run.
|
|
2332
2956
|
|
|
2333
2957
|
---
|
|
2334
2958
|
|
|
@@ -2412,7 +3036,8 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2412
3036
|
**Source:** `src/handlers/common/low/handleActivateObject.ts`
|
|
2413
3037
|
|
|
2414
3038
|
**Parameters:**
|
|
2415
|
-
- `objects` (array,
|
|
3039
|
+
- `objects` (array, required) - Array of objects to activate. Each object must have
|
|
3040
|
+
- `preaudit` (boolean, optional) - Request pre-audit before activation. Default: true
|
|
2416
3041
|
|
|
2417
3042
|
---
|
|
2418
3043
|
|
|
@@ -3556,9 +4181,11 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3556
4181
|
**Source:** `src/handlers/system/low/handleGetVirtualFolders.ts`
|
|
3557
4182
|
|
|
3558
4183
|
**Parameters:**
|
|
4184
|
+
- `facet_order` (array, optional (default: ['package)) - Order of facets in response (e.g., [
|
|
4185
|
+
- `ignore_short_descriptions` (boolean, optional (default: false)) - Ignore short descriptions in response
|
|
3559
4186
|
- `object_search_pattern` (string, optional (default: *)) - Object search pattern (e.g.,
|
|
3560
4187
|
- `preselection` (array, optional) - Optional preselection filters (facet-value pairs for filtering)
|
|
3561
|
-
- `
|
|
4188
|
+
- `with_versions` (boolean, optional (default: false)) - Include version information in response
|
|
3562
4189
|
|
|
3563
4190
|
---
|
|
3564
4191
|
|
|
@@ -3812,4 +4439,4 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3812
4439
|
|
|
3813
4440
|
---
|
|
3814
4441
|
|
|
3815
|
-
*Last updated: 2026-02-
|
|
4442
|
+
*Last updated: 2026-02-21*
|