@mcp-abap-adt/core 2.4.2 → 2.5.1

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.
Files changed (143) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts +4 -0
  3. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts.map +1 -0
  4. package/dist/handlers/compact/high/compactLifecycleUtils.js +23 -0
  5. package/dist/handlers/compact/high/compactLifecycleUtils.js.map +1 -0
  6. package/dist/handlers/compact/high/compactMatrix.d.ts +4 -0
  7. package/dist/handlers/compact/high/compactMatrix.d.ts.map +1 -0
  8. package/dist/handlers/compact/high/compactMatrix.js +31 -0
  9. package/dist/handlers/compact/high/compactMatrix.js.map +1 -0
  10. package/dist/handlers/compact/high/compactObjectTypes.d.ts +3 -0
  11. package/dist/handlers/compact/high/compactObjectTypes.d.ts.map +1 -0
  12. package/dist/handlers/compact/high/compactObjectTypes.js +31 -0
  13. package/dist/handlers/compact/high/compactObjectTypes.js.map +1 -0
  14. package/dist/handlers/compact/high/compactRouter.d.ts +11 -0
  15. package/dist/handlers/compact/high/compactRouter.d.ts.map +1 -0
  16. package/dist/handlers/compact/high/compactRouter.js +254 -0
  17. package/dist/handlers/compact/high/compactRouter.js.map +1 -0
  18. package/dist/handlers/compact/high/compactSchemas.d.ts +934 -0
  19. package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -0
  20. package/dist/handlers/compact/high/compactSchemas.js +666 -0
  21. package/dist/handlers/compact/high/compactSchemas.js.map +1 -0
  22. package/dist/handlers/compact/high/handleHandlerActivate.d.ts +69 -0
  23. package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -0
  24. package/dist/handlers/compact/high/handleHandlerActivate.js +27 -0
  25. package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -0
  26. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +39 -0
  27. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -0
  28. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +15 -0
  29. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -0
  30. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +33 -0
  31. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -0
  32. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +15 -0
  33. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -0
  34. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +69 -0
  35. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -0
  36. package/dist/handlers/compact/high/handleHandlerCheckRun.js +26 -0
  37. package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -0
  38. package/dist/handlers/compact/high/handleHandlerCreate.d.ts +117 -0
  39. package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -0
  40. package/dist/handlers/compact/high/handleHandlerCreate.js +15 -0
  41. package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -0
  42. package/dist/handlers/compact/high/handleHandlerDelete.d.ts +47 -0
  43. package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -0
  44. package/dist/handlers/compact/high/handleHandlerDelete.js +15 -0
  45. package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -0
  46. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +48 -0
  47. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -0
  48. package/dist/handlers/compact/high/handleHandlerDumpList.js +15 -0
  49. package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -0
  50. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +34 -0
  51. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -0
  52. package/dist/handlers/compact/high/handleHandlerDumpView.js +15 -0
  53. package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -0
  54. package/dist/handlers/compact/high/handleHandlerGet.d.ts +102 -0
  55. package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -0
  56. package/dist/handlers/compact/high/handleHandlerGet.js +15 -0
  57. package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -0
  58. package/dist/handlers/compact/high/handleHandlerLock.d.ts +67 -0
  59. package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -0
  60. package/dist/handlers/compact/high/handleHandlerLock.js +26 -0
  61. package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -0
  62. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +18 -0
  63. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts.map +1 -0
  64. package/dist/handlers/compact/high/handleHandlerProfileList.js +15 -0
  65. package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -0
  66. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +108 -0
  67. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -0
  68. package/dist/handlers/compact/high/handleHandlerProfileRun.js +57 -0
  69. package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -0
  70. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +53 -0
  71. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -0
  72. package/dist/handlers/compact/high/handleHandlerProfileView.js +15 -0
  73. package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -0
  74. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +29 -0
  75. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -0
  76. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +15 -0
  77. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -0
  78. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +47 -0
  79. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -0
  80. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +15 -0
  81. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -0
  82. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +44 -0
  83. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -0
  84. package/dist/handlers/compact/high/handleHandlerTransportCreate.js +15 -0
  85. package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -0
  86. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +39 -0
  87. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -0
  88. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +15 -0
  89. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -0
  90. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +123 -0
  91. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -0
  92. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +15 -0
  93. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -0
  94. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +33 -0
  95. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -0
  96. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +15 -0
  97. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -0
  98. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +67 -0
  99. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -0
  100. package/dist/handlers/compact/high/handleHandlerUnlock.js +26 -0
  101. package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -0
  102. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +109 -0
  103. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -0
  104. package/dist/handlers/compact/high/handleHandlerUpdate.js +15 -0
  105. package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -0
  106. package/dist/handlers/compact/high/handleHandlerValidate.d.ts +97 -0
  107. package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -0
  108. package/dist/handlers/compact/high/handleHandlerValidate.js +40 -0
  109. package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -0
  110. package/dist/lib/config/IServerConfig.d.ts +1 -1
  111. package/dist/lib/config/IServerConfig.d.ts.map +1 -1
  112. package/dist/lib/config/ServerConfigManager.d.ts +1 -1
  113. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  114. package/dist/lib/config/ServerConfigManager.js +7 -3
  115. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  116. package/dist/lib/config/yamlConfig.js +1 -1
  117. package/dist/lib/handlers/HandlerExporter.d.ts +5 -0
  118. package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -1
  119. package/dist/lib/handlers/HandlerExporter.js +4 -0
  120. package/dist/lib/handlers/HandlerExporter.js.map +1 -1
  121. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts +11 -0
  122. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -0
  123. package/dist/lib/handlers/groups/CompactHandlersGroup.js +218 -0
  124. package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -0
  125. package/dist/lib/handlers/groups/index.d.ts +1 -0
  126. package/dist/lib/handlers/groups/index.d.ts.map +1 -1
  127. package/dist/lib/handlers/groups/index.js +3 -1
  128. package/dist/lib/handlers/groups/index.js.map +1 -1
  129. package/dist/server/EmbeddableMcpServer.d.ts +1 -1
  130. package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
  131. package/dist/server/EmbeddableMcpServer.js +4 -0
  132. package/dist/server/EmbeddableMcpServer.js.map +1 -1
  133. package/dist/server/launcher.js +3 -0
  134. package/dist/server/launcher.js.map +1 -1
  135. package/docs/development/roadmaps/COMPACT_FACADE_ROUTER_ROADMAP.md +71 -0
  136. package/docs/user-guide/AVAILABLE_TOOLS.md +672 -30
  137. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +555 -0
  138. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +548 -22
  139. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +14 -5
  140. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +101 -4
  141. package/docs/user-guide/HANDLERS_MANAGEMENT.md +50 -4
  142. package/docs/user-guide/README.md +2 -0
  143. 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: 243
8
- - Read-only tools: 32
9
- - High-level tools: 89
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
- - None
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,407 @@ 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:** Activate operation. Single mode(object_name*, object_adt_type*). Batch mode(objects[].name*, objects[].type*).
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) - Object name for single-object activation form.
1270
+ - `object_type` (any, optional) -
1271
+ - `objects` (array, optional) - Explicit objects list for batch activation.
1272
+ - `preaudit` (boolean, optional) - Run pre-audit checks before activation.
1273
+
1274
+ ---
1275
+
1276
+ <a id="handlercdsunittestresult-high-level-compact"></a>
1277
+ #### HandlerCdsUnitTestResult (High-Level / Compact)
1278
+ **Description:** CDS unit test result. object_type: not used. Required: run_id*. Optional: with_navigation_uris, format(abapunit|junit). Response: JSON.
1279
+
1280
+ **Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestResult.ts`
1281
+
1282
+ **Parameters:**
1283
+ - `aggregate` (boolean, optional) - Aggregate profiling data.
1284
+ - `all_db_events` (boolean, optional) - Trace all DB events.
1285
+ - `all_dynpro_events` (boolean, optional) - Trace dynpro events.
1286
+ - `all_internal_table_events` (boolean, optional) - Trace internal table events.
1287
+ - `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
1288
+ - `all_procedural_units` (boolean, optional) - Trace all procedural units.
1289
+ - `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
1290
+ - `amdp_trace` (boolean, optional) - Enable AMDP tracing.
1291
+ - `class_name` (string, optional) - Class name for profiling.
1292
+ - `description` (string, optional) - Profiler run description.
1293
+ - `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
1294
+ - `max_size_for_trace_file` (number, optional) - Maximum trace file size.
1295
+ - `max_time_for_tracing` (number, optional) - Maximum tracing time.
1296
+ - `program_name` (string, optional) - Program name for profiling.
1297
+ - `sql_trace` (boolean, optional) - Enable SQL trace.
1298
+ - `target_type` (string, required) - Profile execution target kind.
1299
+ - `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
1300
+
1301
+ ---
1302
+
1303
+ <a id="handlercdsunitteststatus-high-level-compact"></a>
1304
+ #### HandlerCdsUnitTestStatus (High-Level / Compact)
1305
+ **Description:** CDS unit test status. object_type: not used. Required: run_id*. Optional: with_long_polling. Response: JSON.
1306
+
1307
+ **Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestStatus.ts`
1308
+
1309
+ **Parameters:**
1310
+ - `aggregate` (boolean, optional) - Aggregate profiling data.
1311
+ - `all_db_events` (boolean, optional) - Trace all DB events.
1312
+ - `all_dynpro_events` (boolean, optional) - Trace dynpro events.
1313
+ - `all_internal_table_events` (boolean, optional) - Trace internal table events.
1314
+ - `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
1315
+ - `all_procedural_units` (boolean, optional) - Trace all procedural units.
1316
+ - `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
1317
+ - `amdp_trace` (boolean, optional) - Enable AMDP tracing.
1318
+ - `class_name` (string, optional) - Class name for profiling.
1319
+ - `description` (string, optional) - Profiler run description.
1320
+ - `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
1321
+ - `max_size_for_trace_file` (number, optional) - Maximum trace file size.
1322
+ - `max_time_for_tracing` (number, optional) - Maximum tracing time.
1323
+ - `program_name` (string, optional) - Program name for profiling.
1324
+ - `sql_trace` (boolean, optional) - Enable SQL trace.
1325
+ - `target_type` (string, required) - Profile execution target kind.
1326
+ - `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
1327
+
1328
+ ---
1329
+
1330
+ <a id="handlercheckrun-high-level-compact"></a>
1331
+ #### HandlerCheckRun (High-Level / Compact)
1332
+ **Description:** CheckRun operation (syntax, no activation). object_type required: CLASS(object_name*), PROGRAM(object_name*), INTERFACE(object_name*), FUNCTION_GROUP(object_name*), FUNCTION_MODULE(object_name*), TABLE(object_name*), STRUCTURE(object_name*), VIEW(object_name*), DOMAIN(object_name*), DATA_ELEMENT(object_name*), PACKAGE(object_name*), BEHAVIOR_DEFINITION(object_name*), BEHAVIOR_IMPLEMENTATION(object_name*), METADATA_EXTENSION(object_name*).
1333
+
1334
+ **Source:** `src/handlers/compact/high/handleHandlerCheckRun.ts`
1335
+
1336
+ **Parameters:**
1337
+ - `session_id` (string, optional) - Optional ADT session id for stateful check flow.
1338
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful check flow.
1339
+ - `version` (string, optional (default: active)) - Version to syntax-check.
1340
+
1341
+ ---
1342
+
1343
+ <a id="handlercreate-high-level-compact"></a>
1344
+ #### HandlerCreate (High-Level / Compact)
1345
+ **Description:** Create operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
1346
+
1347
+ **Source:** `src/handlers/compact/high/handleHandlerCreate.ts`
1348
+
1349
+ **Parameters:**
1350
+ - `activate` (boolean, optional) - Activate object after create.
1351
+ - `application` (string, optional) - Domain application area.
1352
+ - `class_name` (string, optional) - ABAP class name.
1353
+ - `conversion_exit` (string, optional) - Conversion exit name.
1354
+ - `datatype` (string, optional) - ABAP data type.
1355
+ - `decimals` (number, optional) - Decimal places.
1356
+ - `description` (string, optional) - Human-readable object description.
1357
+ - `domain_name` (string, optional) - ABAP domain name.
1358
+ - `fixed_values` (array, optional) - Domain fixed values list.
1359
+ - `function_group_name` (string, optional) - ABAP function group name.
1360
+ - `function_module_name` (string, optional) - ABAP function module name.
1361
+ - `length` (number, optional) - Length for typed artifacts.
1362
+ - `lowercase` (boolean, optional) - Allow lowercase values (domain setting).
1363
+ - `object_type` (any, required) -
1364
+ - `package_name` (string, optional) - ABAP package name.
1365
+ - `program_name` (string, optional) - ABAP program name.
1366
+ - `program_type` (string, optional) - ABAP program type.
1367
+ - `sign_exists` (boolean, optional) - Allow signed values (domain setting).
1368
+ - `source_code` (string, optional) - ABAP source code payload.
1369
+ - `transport_request` (string, optional) - Transport request id (if required by system).
1370
+ - `value_table` (string, optional) - Foreign key value table.
1371
+
1372
+ ---
1373
+
1374
+ <a id="handlerdelete-high-level-compact"></a>
1375
+ #### HandlerDelete (High-Level / Compact)
1376
+ **Description:** Delete operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
1377
+
1378
+ **Source:** `src/handlers/compact/high/handleHandlerDelete.ts`
1379
+
1380
+ **Parameters:**
1381
+ - `class_name` (string, optional) - ABAP class name.
1382
+ - `domain_name` (string, optional) - ABAP domain name.
1383
+ - `function_group_name` (string, optional) - ABAP function group name.
1384
+ - `function_module_name` (string, optional) - ABAP function module name.
1385
+ - `object_type` (any, required) -
1386
+ - `program_name` (string, optional) - ABAP program name.
1387
+ - `transport_request` (string, optional) - Transport request id (if required by system).
1388
+
1389
+ ---
1390
+
1391
+ <a id="handlerdumplist-high-level-compact"></a>
1392
+ #### HandlerDumpList (High-Level / Compact)
1393
+ **Description:** Runtime dump list. object_type: not used. Required: none. Optional: user, inlinecount, top, skip, orderby. Response: JSON.
1394
+
1395
+ **Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
1396
+
1397
+ **Parameters:**
1398
+ - `inlinecount` (string, optional) - Include total count in response.
1399
+ - `orderby` (string, optional) - Sort expression.
1400
+ - `skip` (number, optional) - Offset for pagination.
1401
+ - `top` (number, optional) - Limit number of returned dumps.
1402
+ - `user` (string, optional) - Filter dumps by user.
1403
+
1404
+ ---
1405
+
1406
+ <a id="handlerdumpview-high-level-compact"></a>
1407
+ #### HandlerDumpView (High-Level / Compact)
1408
+ **Description:** Runtime dump view. object_type: not used. Required: dump_id*. Optional: view(default|summary|formatted). Response: JSON.
1409
+
1410
+ **Source:** `src/handlers/compact/high/handleHandlerDumpView.ts`
1411
+
1412
+ **Parameters:**
1413
+ - `dump_id` (string, required) - Runtime dump id.
1414
+ - `view` (string, optional (default: default)) - Dump rendering mode.
1415
+
1416
+ ---
1417
+
1418
+ <a id="handlerget-high-level-compact"></a>
1419
+ #### HandlerGet (High-Level / Compact)
1420
+ **Description:** Read operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
1421
+
1422
+ **Source:** `src/handlers/compact/high/handleHandlerGet.ts`
1423
+
1424
+ **Parameters:**
1425
+ - `behavior_definition_name` (string, optional) - Behavior definition name.
1426
+ - `behavior_implementation_name` (string, optional) - Behavior implementation name.
1427
+ - `class_name` (string, optional) - Class name.
1428
+ - `data_element_name` (string, optional) - Data element name.
1429
+ - `domain_name` (string, optional) - Domain name.
1430
+ - `function_group_name` (string, optional) - Function group name.
1431
+ - `function_module_name` (string, optional) - Function module name.
1432
+ - `interface_name` (string, optional) - Interface name.
1433
+ - `metadata_extension_name` (string, optional) - Metadata extension name.
1434
+ - `object_type` (any, required) -
1435
+ - `package_name` (string, optional) - Package name.
1436
+ - `program_name` (string, optional) - Program name.
1437
+ - `response_format` (string, optional) - Response format for SERVICE_BINDING reads.
1438
+ - `run_id` (string, optional) - Unit test run id.
1439
+ - `service_binding_name` (string, optional) - Service binding name.
1440
+ - `service_definition_name` (string, optional) - Service definition name.
1441
+ - `structure_name` (string, optional) - Structure name.
1442
+ - `table_name` (string, optional) - Table name.
1443
+ - `version` (any, optional) -
1444
+ - `view_name` (string, optional) - View name.
1445
+
1446
+ ---
1447
+
1448
+ <a id="handlerlock-high-level-compact"></a>
1449
+ #### HandlerLock (High-Level / Compact)
1450
+ **Description:** Lock operation. object_type required: CLASS(object_name*), PROGRAM(object_name*), INTERFACE(object_name*), FUNCTION_GROUP(object_name*), FUNCTION_MODULE(object_name*), TABLE(object_name*), STRUCTURE(object_name*), VIEW(object_name*), DOMAIN(object_name*), DATA_ELEMENT(object_name*), PACKAGE(object_name*), BEHAVIOR_DEFINITION(object_name*), BEHAVIOR_IMPLEMENTATION(object_name*), METADATA_EXTENSION(object_name*).
1451
+
1452
+ **Source:** `src/handlers/compact/high/handleHandlerLock.ts`
1453
+
1454
+ **Parameters:**
1455
+ - `session_id` (string, optional) - Optional ADT session id for stateful lock flow.
1456
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful lock flow.
1457
+ - `super_package` (string, optional) - Super package context when relevant.
1458
+
1459
+ ---
1460
+
1461
+ <a id="handlerprofilelist-high-level-compact"></a>
1462
+ #### HandlerProfileList (High-Level / Compact)
1463
+ **Description:** Runtime profiling list. object_type: not used. Required: none. Response: JSON.
1464
+
1465
+ **Source:** `src/handlers/compact/high/handleHandlerProfileList.ts`
1466
+
1467
+ **Parameters:**
1468
+ - See schema reference `compactProfileListSchema` in source file
1469
+
1470
+ ---
1471
+
1472
+ <a id="handlerprofilerun-high-level-compact"></a>
1473
+ #### HandlerProfileRun (High-Level / Compact)
1474
+ **Description:** Runtime profiling run. object_type: not used. Required: target_type*(CLASS|PROGRAM) + class_name* for CLASS or program_name* for PROGRAM. Optional profiling flags and description. Response: JSON.
1475
+
1476
+ **Source:** `src/handlers/compact/high/handleHandlerProfileRun.ts`
1477
+
1478
+ **Parameters:**
1479
+ - `aggregate` (boolean, optional) - Aggregate profiling data.
1480
+ - `all_db_events` (boolean, optional) - Trace all DB events.
1481
+ - `all_dynpro_events` (boolean, optional) - Trace dynpro events.
1482
+ - `all_internal_table_events` (boolean, optional) - Trace internal table events.
1483
+ - `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
1484
+ - `all_procedural_units` (boolean, optional) - Trace all procedural units.
1485
+ - `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
1486
+ - `amdp_trace` (boolean, optional) - Enable AMDP tracing.
1487
+ - `class_name` (string, optional) - Class name for profiling.
1488
+ - `description` (string, optional) - Profiler run description.
1489
+ - `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
1490
+ - `max_size_for_trace_file` (number, optional) - Maximum trace file size.
1491
+ - `max_time_for_tracing` (number, optional) - Maximum tracing time.
1492
+ - `program_name` (string, optional) - Program name for profiling.
1493
+ - `sql_trace` (boolean, optional) - Enable SQL trace.
1494
+ - `target_type` (string, required) - Profile execution target kind.
1495
+ - `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
1496
+
1497
+ ---
1498
+
1499
+ <a id="handlerprofileview-high-level-compact"></a>
1500
+ #### HandlerProfileView (High-Level / Compact)
1501
+ **Description:** Runtime profiling view. object_type: not used. Required: trace_id_or_uri*, view*(hitlist|statements|db_accesses). Optional: with_system_events, id, with_details, auto_drill_down_threshold. Response: JSON.
1502
+
1503
+ **Source:** `src/handlers/compact/high/handleHandlerProfileView.ts`
1504
+
1505
+ **Parameters:**
1506
+ - `auto_drill_down_threshold` (number, optional) - Auto drill-down threshold.
1507
+ - `id` (number, optional) - Optional statement/access id.
1508
+ - `trace_id_or_uri` (string, required) - Profiler trace id or URI.
1509
+ - `view` (string, required) - Profiler trace view kind.
1510
+ - `with_details` (boolean, optional) - Include detailed payload.
1511
+ - `with_system_events` (boolean, optional) - Include system events in analysis.
1512
+
1513
+ ---
1514
+
1515
+ <a id="handlerservicebindinglisttypes-high-level-compact"></a>
1516
+ #### HandlerServiceBindingListTypes (High-Level / Compact)
1517
+ **Description:** Service binding types list. object_type: not used. Required: none. Optional: response_format(xml|json|plain). Response: XML/JSON/plain by response_format.
1518
+
1519
+ **Source:** `src/handlers/compact/high/handleHandlerServiceBindingListTypes.ts`
1520
+
1521
+ **Parameters:**
1522
+ - `response_format` (string, optional (default: xml)) - Response format for protocol types list.
1523
+
1524
+ ---
1525
+
1526
+ <a id="handlerservicebindingvalidate-high-level-compact"></a>
1527
+ #### HandlerServiceBindingValidate (High-Level / Compact)
1528
+ **Description:** Service binding validate before create. object_type: not used. Required: service_binding_name*, service_definition_name*. Optional: service_binding_version, package_name, description. Response: JSON.
1529
+
1530
+ **Source:** `src/handlers/compact/high/handleHandlerServiceBindingValidate.ts`
1531
+
1532
+ **Parameters:**
1533
+ - `description` (string, optional) - Binding description.
1534
+ - `package_name` (string, optional) - Target package name.
1535
+ - `service_binding_name` (string, required) - Service binding name to validate.
1536
+ - `service_binding_version` (string, optional) - Service binding version.
1537
+ - `service_definition_name` (string, required) - Service definition name to pair with binding.
1538
+
1539
+ ---
1540
+
1541
+ <a id="handlertransportcreate-high-level-compact"></a>
1542
+ #### HandlerTransportCreate (High-Level / Compact)
1543
+ **Description:** Transport create. object_type: not used. Required: description*. Optional: transport_type(workbench|customizing), target_system, owner. Response: JSON.
1544
+
1545
+ **Source:** `src/handlers/compact/high/handleHandlerTransportCreate.ts`
1546
+
1547
+ **Parameters:**
1548
+ - `description` (string, required) - Transport description.
1549
+ - `owner` (string, optional) - Transport owner user.
1550
+ - `target_system` (string, optional) - Target system id.
1551
+ - `transport_type` (string, optional (default: workbench)) - Transport type.
1552
+
1553
+ ---
1554
+
1555
+ <a id="handlerunittestresult-high-level-compact"></a>
1556
+ #### HandlerUnitTestResult (High-Level / Compact)
1557
+ **Description:** ABAP Unit result. object_type: not used. Required: run_id*. Optional: with_navigation_uris, format(abapunit|junit). Response: JSON.
1558
+
1559
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestResult.ts`
1560
+
1561
+ **Parameters:**
1562
+ - `format` (string, optional) - Result format.
1563
+ - `run_id` (string, required) - Unit test run id.
1564
+ - `with_navigation_uris` (boolean, optional (default: false)) - Include ADT navigation URIs in the result payload.
1565
+
1566
+ ---
1567
+
1568
+ <a id="handlerunittestrun-high-level-compact"></a>
1569
+ #### HandlerUnitTestRun (High-Level / Compact)
1570
+ **Description:** ABAP Unit run. object_type: not used. Required: tests[]{container_class*, test_class*}. Optional: title, context, scope, risk_level, duration. Response: JSON.
1571
+
1572
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestRun.ts`
1573
+
1574
+ **Parameters:**
1575
+ - `context` (string, optional) - Run context label.
1576
+ - `duration` (object, optional) - Allowed duration classes.
1577
+ - `risk_level` (object, optional) - Allowed risk levels.
1578
+ - `scope` (object, optional) - ABAP Unit scope flags.
1579
+ - `tests` (array, required) - List of test classes to run.
1580
+ - `title` (string, optional) - Run title shown in ABAP Unit logs.
1581
+
1582
+ ---
1583
+
1584
+ <a id="handlerunitteststatus-high-level-compact"></a>
1585
+ #### HandlerUnitTestStatus (High-Level / Compact)
1586
+ **Description:** ABAP Unit status. object_type: not used. Required: run_id*. Optional: with_long_polling. Response: JSON.
1587
+
1588
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestStatus.ts`
1589
+
1590
+ **Parameters:**
1591
+ - `run_id` (string, required) - Unit test run id.
1592
+ - `with_long_polling` (boolean, optional (default: true)) - Use long polling while waiting for completion.
1593
+
1594
+ ---
1595
+
1596
+ <a id="handlerunlock-high-level-compact"></a>
1597
+ #### HandlerUnlock (High-Level / Compact)
1598
+ **Description:** Unlock operation. object_type required: CLASS(object_name*, lock_handle*, session_id*), PROGRAM(object_name*, lock_handle*, session_id*), INTERFACE(object_name*, lock_handle*, session_id*), FUNCTION_GROUP(object_name*, lock_handle*, session_id*), FUNCTION_MODULE(object_name*, lock_handle*, session_id*), TABLE(object_name*, lock_handle*, session_id*), STRUCTURE(object_name*, lock_handle*, session_id*), VIEW(object_name*, lock_handle*, session_id*), DOMAIN(object_name*, lock_handle*, session_id*), DATA_ELEMENT(object_name*, lock_handle*, session_id*), PACKAGE(object_name*, lock_handle*, session_id*), BEHAVIOR_DEFINITION(object_name*, lock_handle*, session_id*), BEHAVIOR_IMPLEMENTATION(object_name*, lock_handle*, session_id*), METADATA_EXTENSION(object_name*, lock_handle*, session_id*).
1599
+
1600
+ **Source:** `src/handlers/compact/high/handleHandlerUnlock.ts`
1601
+
1602
+ **Parameters:**
1603
+ - `lock_handle` (string, required) - Lock handle returned by lock.
1604
+ - `session_id` (string, required) - ADT session id used during lock.
1605
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful unlock flow.
1606
+
1607
+ ---
1608
+
1609
+ <a id="handlerupdate-high-level-compact"></a>
1610
+ #### HandlerUpdate (High-Level / Compact)
1611
+ **Description:** Update operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
1612
+
1613
+ **Source:** `src/handlers/compact/high/handleHandlerUpdate.ts`
1614
+
1615
+ **Parameters:**
1616
+ - `activate` (boolean, optional) - Activate object after update.
1617
+ - `class_name` (string, optional) - ABAP class name.
1618
+ - `conversion_exit` (string, optional) - Conversion exit name.
1619
+ - `datatype` (string, optional) - ABAP data type.
1620
+ - `decimals` (number, optional) - Decimal places.
1621
+ - `description` (string, optional) - Human-readable object description.
1622
+ - `domain_name` (string, optional) - ABAP domain name.
1623
+ - `fixed_values` (array, optional) - Domain fixed values list.
1624
+ - `function_group_name` (string, optional) - ABAP function group name.
1625
+ - `function_module_name` (string, optional) - ABAP function module name.
1626
+ - `length` (number, optional) - Length for typed artifacts.
1627
+ - `lowercase` (boolean, optional) - Allow lowercase values (domain setting).
1628
+ - `object_type` (any, required) -
1629
+ - `package_name` (string, optional) - ABAP package name.
1630
+ - `program_name` (string, optional) - ABAP program name.
1631
+ - `sign_exists` (boolean, optional) - Allow signed values (domain setting).
1632
+ - `source_code` (string, optional) - ABAP source code payload.
1633
+ - `transport_request` (string, optional) - Transport request id (if required by system).
1634
+ - `value_table` (string, optional) - Foreign key value table.
1635
+
1636
+ ---
1637
+
1638
+ <a id="handlervalidate-high-level-compact"></a>
1639
+ #### HandlerValidate (High-Level / Compact)
1640
+ **Description:** Validate before create only. object_type required: CLASS(object_name*), PROGRAM(object_name*), INTERFACE(object_name*), FUNCTION_GROUP(object_name*), FUNCTION_MODULE(object_name*), TABLE(object_name*), STRUCTURE(object_name*), VIEW(object_name*), DOMAIN(object_name*), DATA_ELEMENT(object_name*), PACKAGE(object_name*), BEHAVIOR_DEFINITION(object_name*), BEHAVIOR_IMPLEMENTATION(object_name*), METADATA_EXTENSION(object_name*), SERVICE_BINDING(object_name*=service_binding_name*, service_definition_name*).
1641
+
1642
+ **Source:** `src/handlers/compact/high/handleHandlerValidate.ts`
1643
+
1644
+ **Parameters:**
1645
+ - `behavior_definition` (string, optional) - Optional behavior definition name, used when validating behavior implementation.
1646
+ - `description` (string, optional) - Optional object description used during validation.
1647
+ - `implementation_type` (string, optional) - Optional implementation type, used for behavior implementation validation.
1648
+ - `object_name` (string, required) - Required object name. For SERVICE_BINDING this is the service binding name.
1649
+ - `object_type` (string, required) - Object type to validate before create. Supported: CLASS, PROGRAM, INTERFACE, FUNCTION_GROUP, FUNCTION_MODULE, TABLE, STRUCTURE, VIEW, DOMAIN, DATA_ELEMENT, PACKAGE, BEHAVIOR_DEFINITION, BEHAVIOR_IMPLEMENTATION, METADATA_EXTENSION, SERVICE_BINDING.
1650
+ - `package_name` (string, optional) - Optional package context for validation (especially for create scenarios).
1651
+ - `root_entity` (string, optional) - Optional CDS root entity name, used for behavior-related validation.
1652
+ - `service_binding_version` (string, optional) - Optional service binding version for SERVICE_BINDING.
1653
+ - `service_definition_name` (string, optional) - Required when object_type=SERVICE_BINDING. Service definition paired with the binding.
1654
+ - `session_id` (string, optional) - Optional ADT session id for stateful validation flow.
1655
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful validation flow.
1656
+
1657
+ ---
1658
+
1120
1659
  <a id="high-level-data-element"></a>
1121
1660
  ### High-Level / Data Element
1122
1661
 
@@ -1244,13 +1783,12 @@ Generated from code in `src/handlers/**` (not from docs).
1244
1783
  - `datatype` (string, optional (default: CHAR)) - (optional) Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
1245
1784
  - `decimals` (number, optional (default: 0)) - (optional) Decimal places (for DEC, CURR, QUAN types)
1246
1785
  - `description` (string, optional) - (optional) Domain description. If not provided, domain_name will be used.
1247
- - `domain_name` (string, optional) - Domain name (e.g., ZZ_TEST_0001). Must follow SAP naming conventions.
1786
+ - `domain_name` (string, required) - Domain name (e.g., ZZ_TEST_0001). Must follow SAP naming conventions.
1248
1787
  - `fixed_values` (array, optional) - (optional) Array of fixed values for domain value range
1249
1788
  - `length` (number, optional (default: 100)) - (optional) Field length (max depends on datatype)
1250
1789
  - `lowercase` (boolean, optional (default: false)) - (optional) Allow lowercase input
1251
1790
  - `package_name` (string, optional) - (optional) Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1252
1791
  - `sign_exists` (boolean, optional (default: false)) - (optional) Field has sign (+/-)
1253
- - `text` (string, required) - Description text for the fixed value
1254
1792
  - `transport_request` (string, optional) - (optional) Transport request number (e.g., E19K905635). Required for transportable packages.
1255
1793
  - `value_table` (string, optional) - (optional) Value table name for foreign key relationship
1256
1794
 
@@ -1292,13 +1830,12 @@ Generated from code in `src/handlers/**` (not from docs).
1292
1830
  - `datatype` (string, optional) - Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
1293
1831
  - `decimals` (number, optional) - Decimal places (for DEC, CURR, QUAN types)
1294
1832
  - `description` (string, optional) - New domain description (optional)
1295
- - `domain_name` (string, optional) - Domain name to update (e.g., ZZ_TEST_0001)
1833
+ - `domain_name` (string, required) - Domain name to update (e.g., ZZ_TEST_0001)
1296
1834
  - `fixed_values` (array, optional) - Array of fixed values for domain value range
1297
1835
  - `length` (number, optional) - Field length (max depends on datatype)
1298
1836
  - `lowercase` (boolean, optional) - Allow lowercase input
1299
- - `package_name` (string, optional) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1837
+ - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1300
1838
  - `sign_exists` (boolean, optional) - Field has sign (+/-)
1301
- - `text` (string, required) - Description text for the fixed value
1302
1839
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
1303
1840
  - `value_table` (string, optional) - Value table name for foreign key relationship
1304
1841
 
@@ -1590,6 +2127,97 @@ Generated from code in `src/handlers/**` (not from docs).
1590
2127
 
1591
2128
  ---
1592
2129
 
2130
+ <a id="high-level-service-binding"></a>
2131
+ ### High-Level / Service Binding
2132
+
2133
+ <a id="createservicebinding-high-level-service-binding"></a>
2134
+ #### CreateServiceBinding (High-Level / Service Binding)
2135
+ **Description:** Create ABAP service binding via ADT Business Services endpoint. XML is generated from high-level parameters.
2136
+
2137
+ **Source:** `src/handlers/service_binding/high/handleCreateServiceBinding.ts`
2138
+
2139
+ **Parameters:**
2140
+ - `activate` (boolean, optional (default: true)) - Activate service binding after create. Default: true.
2141
+ - `binding_type` (string, optional (default: ODataV4)) - OData binding type.
2142
+ - `description` (string, optional) - Optional description. Defaults to service_binding_name when omitted.
2143
+ - `package_name` (string, required) - ABAP package name.
2144
+ - `response_format` (string, optional (default: xml)) -
2145
+ - `service_binding_name` (string, required) - Service binding name.
2146
+ - `service_binding_version` (string, optional) - Service binding ADT version. Default inferred from type.
2147
+ - `service_definition_name` (string, required) - Referenced service definition name.
2148
+ - `service_name` (string, optional) - Published service name. Default: service_binding_name if omitted.
2149
+ - `service_version` (string, optional) - Published service version. Default: 0001.
2150
+ - `transport_request` (string, optional) - Optional transport request for transport checks.
2151
+
2152
+ ---
2153
+
2154
+ <a id="deleteservicebinding-high-level-service-binding"></a>
2155
+ #### DeleteServiceBinding (High-Level / Service Binding)
2156
+ **Description:** Delete ABAP service binding via ADT Business Services endpoint.
2157
+
2158
+ **Source:** `src/handlers/service_binding/high/handleDeleteServiceBinding.ts`
2159
+
2160
+ **Parameters:**
2161
+ - `response_format` (string, optional (default: xml)) -
2162
+ - `service_binding_name` (string, required) - Service binding name to delete.
2163
+ - `transport_request` (string, optional) - Optional transport request for deletion transport flow.
2164
+
2165
+ ---
2166
+
2167
+ <a id="getservicebinding-high-level-service-binding"></a>
2168
+ #### GetServiceBinding (High-Level / Service Binding)
2169
+ **Description:** Retrieve ABAP service binding source/metadata by name via ADT Business Services endpoint.
2170
+
2171
+ **Source:** `src/handlers/service_binding/high/handleGetServiceBinding.ts`
2172
+
2173
+ **Parameters:**
2174
+ - `response_format` (string, optional (default: xml)) - Preferred response format.
2175
+ - `service_binding_name` (string, required) - Service binding name (for example: ZUI_MY_BINDING). Case-insensitive.
2176
+
2177
+ ---
2178
+
2179
+ <a id="listservicebindingtypes-high-level-service-binding"></a>
2180
+ #### ListServiceBindingTypes (High-Level / Service Binding)
2181
+ **Description:** List available service binding types (for example ODataV2/ODataV4) from ADT Business Services endpoint.
2182
+
2183
+ **Source:** `src/handlers/service_binding/high/handleListServiceBindingTypes.ts`
2184
+
2185
+ **Parameters:**
2186
+ - `response_format` (string, optional (default: xml)) -
2187
+
2188
+ ---
2189
+
2190
+ <a id="updateservicebinding-high-level-service-binding"></a>
2191
+ #### UpdateServiceBinding (High-Level / Service Binding)
2192
+ **Description:** Update publication state for ABAP service binding via AdtServiceBinding workflow.
2193
+
2194
+ **Source:** `src/handlers/service_binding/high/handleUpdateServiceBinding.ts`
2195
+
2196
+ **Parameters:**
2197
+ - `desired_publication_state` (string, required) - Target publication state.
2198
+ - `response_format` (string, optional (default: xml)) -
2199
+ - `service_binding_name` (string, required) - Service binding name to update.
2200
+ - `service_name` (string, required) - Published service name.
2201
+ - `service_type` (string, required (default: ODataV4)) - OData service type for publish/unpublish action routing.
2202
+ - `service_version` (string, optional) - Published service version. Optional.
2203
+
2204
+ ---
2205
+
2206
+ <a id="validateservicebinding-high-level-service-binding"></a>
2207
+ #### ValidateServiceBinding (High-Level / Service Binding)
2208
+ **Description:** Validate service binding parameters (name, service definition, package, version) via ADT validation endpoint.
2209
+
2210
+ **Source:** `src/handlers/service_binding/high/handleValidateServiceBinding.ts`
2211
+
2212
+ **Parameters:**
2213
+ - `description` (string, optional) - Optional description used during validation.
2214
+ - `package_name` (string, optional) - ABAP package for the binding.
2215
+ - `service_binding_name` (string, required) - Service binding name to validate.
2216
+ - `service_binding_version` (string, optional) - Service binding version (for example: 1.0).
2217
+ - `service_definition_name` (string, required) - Service definition linked to binding.
2218
+
2219
+ ---
2220
+
1593
2221
  <a id="high-level-service-definition"></a>
1594
2222
  ### High-Level / Service Definition
1595
2223
 
@@ -1657,17 +2285,12 @@ Generated from code in `src/handlers/**` (not from docs).
1657
2285
  **Source:** `src/handlers/structure/high/handleCreateStructure.ts`
1658
2286
 
1659
2287
  **Parameters:**
1660
- - `data_element` (string, optional) - Data element name for type reference (optional)
1661
- - `data_type` (string, optional) - Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
1662
- - `decimals` (number, optional (default: 0)) - Decimal places (for DEC, CURR, QUAN types)
1663
- - `description` (string, optional) - Field description
1664
- - `domain` (string, optional) - Domain name for type reference (optional)
1665
- - `fields` (array, optional) - Array of structure fields
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)
2288
+ - `activate` (boolean, optional) - Activate structure after creation. Default: true. Set to false for batch operations (activate multiple objects later).
2289
+ - `description` (string, optional) - Structure description. If not provided, structure_name will be used.
2290
+ - `fields` (array, required (default: 0)) - Array of structure fields
2291
+ - `includes` (array, optional) - Include other structures in this structure
2292
+ - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
2293
+ - `structure_name` (string, required) - Structure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions.
1671
2294
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
1672
2295
 
1673
2296
  ---
@@ -1829,8 +2452,12 @@ Generated from code in `src/handlers/**` (not from docs).
1829
2452
  **Source:** `src/handlers/unit_test/high/handleCreateUnitTest.ts`
1830
2453
 
1831
2454
  **Parameters:**
1832
- - `test_class` (string, required) - Test class name inside the include (e.g., LTCL_MAIN_CLASS).
1833
- - `tests` (array, optional) - List of container/test class pairs to execute.
2455
+ - `context` (string, optional) - Optional context string shown in SAP tools.
2456
+ - `duration` (object, optional) -
2457
+ - `risk_level` (object, optional) -
2458
+ - `scope` (object, optional) -
2459
+ - `tests` (array, required) - List of container/test class pairs to execute.
2460
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
1834
2461
 
1835
2462
  ---
1836
2463
 
@@ -1936,8 +2563,12 @@ Generated from code in `src/handlers/**` (not from docs).
1936
2563
  **Source:** `src/handlers/unit_test/high/handleRunUnitTest.ts`
1937
2564
 
1938
2565
  **Parameters:**
1939
- - `test_class` (string, required) - Test class name inside the include (e.g., LTCL_MAIN_CLASS).
1940
- - `tests` (array, optional) - List of container/test class pairs to execute.
2566
+ - `context` (string, optional) - Optional context string shown in SAP tools.
2567
+ - `duration` (object, optional) -
2568
+ - `risk_level` (object, optional) -
2569
+ - `scope` (object, optional) -
2570
+ - `tests` (array, required) - List of container/test class pairs to execute.
2571
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
1941
2572
 
1942
2573
  ---
1943
2574
 
@@ -1978,6 +2609,7 @@ Generated from code in `src/handlers/**` (not from docs).
1978
2609
  - `activate` (boolean, optional) - Activate after creation. Default: true.
1979
2610
  - `ddl_source` (string, required) - Complete DDL source code.
1980
2611
  - `description` (string, optional) - Optional description (defaults to view_name).
2612
+ - `package_name` (string, required) - Package name (e.g., ZOK_LAB, $TMP for local objects)
1981
2613
  - `transport_request` (string, optional) - Transport request number (required for transportable packages).
1982
2614
  - `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002, Z_I_MY_VIEW).
1983
2615
 
@@ -2014,6 +2646,7 @@ Generated from code in `src/handlers/**` (not from docs).
2014
2646
  **Source:** `src/handlers/view/high/handleUpdateView.ts`
2015
2647
 
2016
2648
  **Parameters:**
2649
+ - `activate` (boolean, optional) - Activate after update. Default: false.
2017
2650
  - `ddl_source` (string, required) - Complete DDL source code.
2018
2651
  - `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002).
2019
2652
 
@@ -2327,8 +2960,14 @@ Generated from code in `src/handlers/**` (not from docs).
2327
2960
  **Source:** `src/handlers/class/low/handleRunClassUnitTests.ts`
2328
2961
 
2329
2962
  **Parameters:**
2330
- - `test_class` (string, required) - Test class name inside the include (e.g., LTCL_MAIN_CLASS).
2331
- - `tests` (array, optional) - List of container/test class pairs to execute.
2963
+ - `context` (string, optional) - Optional context string shown in SAP tools.
2964
+ - `duration` (object, optional) -
2965
+ - `risk_level` (object, optional) -
2966
+ - `scope` (object, optional) -
2967
+ - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
2968
+ - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
2969
+ - `tests` (array, required) - List of container/test class pairs to execute.
2970
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
2332
2971
 
2333
2972
  ---
2334
2973
 
@@ -2412,7 +3051,8 @@ Generated from code in `src/handlers/**` (not from docs).
2412
3051
  **Source:** `src/handlers/common/low/handleActivateObject.ts`
2413
3052
 
2414
3053
  **Parameters:**
2415
- - `objects` (array, optional) - Array of objects to activate. Each object must have
3054
+ - `objects` (array, required) - Array of objects to activate. Each object must have
3055
+ - `preaudit` (boolean, optional) - Request pre-audit before activation. Default: true
2416
3056
 
2417
3057
  ---
2418
3058
 
@@ -3556,9 +4196,11 @@ Generated from code in `src/handlers/**` (not from docs).
3556
4196
  **Source:** `src/handlers/system/low/handleGetVirtualFolders.ts`
3557
4197
 
3558
4198
  **Parameters:**
4199
+ - `facet_order` (array, optional (default: ['package)) - Order of facets in response (e.g., [
4200
+ - `ignore_short_descriptions` (boolean, optional (default: false)) - Ignore short descriptions in response
3559
4201
  - `object_search_pattern` (string, optional (default: *)) - Object search pattern (e.g.,
3560
4202
  - `preselection` (array, optional) - Optional preselection filters (facet-value pairs for filtering)
3561
- - `values` (array, required) - Array of facet values to filter by
4203
+ - `with_versions` (boolean, optional (default: false)) - Include version information in response
3562
4204
 
3563
4205
  ---
3564
4206
 
@@ -3812,4 +4454,4 @@ Generated from code in `src/handlers/**` (not from docs).
3812
4454
 
3813
4455
  ---
3814
4456
 
3815
- *Last updated: 2026-02-15*
4457
+ *Last updated: 2026-02-21*