@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
@@ -3,7 +3,7 @@
3
3
  Generated from code in `src/handlers/**` (not from docs).
4
4
 
5
5
  - Level: High-Level
6
- - Total tools: 89
6
+ - Total tools: 117
7
7
 
8
8
  ## Navigation
9
9
 
@@ -39,6 +39,29 @@ Generated from code in `src/handlers/**` (not from docs).
39
39
  - [UpdateLocalMacros](#updatelocalmacros-high-level-class)
40
40
  - [UpdateLocalTestClass](#updatelocaltestclass-high-level-class)
41
41
  - [UpdateLocalTypes](#updatelocaltypes-high-level-class)
42
+ - [Compact](#high-level-compact)
43
+ - [HandlerActivate](#handleractivate-high-level-compact)
44
+ - [HandlerCdsUnitTestResult](#handlercdsunittestresult-high-level-compact)
45
+ - [HandlerCdsUnitTestStatus](#handlercdsunitteststatus-high-level-compact)
46
+ - [HandlerCheckRun](#handlercheckrun-high-level-compact)
47
+ - [HandlerCreate](#handlercreate-high-level-compact)
48
+ - [HandlerDelete](#handlerdelete-high-level-compact)
49
+ - [HandlerDumpList](#handlerdumplist-high-level-compact)
50
+ - [HandlerDumpView](#handlerdumpview-high-level-compact)
51
+ - [HandlerGet](#handlerget-high-level-compact)
52
+ - [HandlerLock](#handlerlock-high-level-compact)
53
+ - [HandlerProfileList](#handlerprofilelist-high-level-compact)
54
+ - [HandlerProfileRun](#handlerprofilerun-high-level-compact)
55
+ - [HandlerProfileView](#handlerprofileview-high-level-compact)
56
+ - [HandlerServiceBindingListTypes](#handlerservicebindinglisttypes-high-level-compact)
57
+ - [HandlerServiceBindingValidate](#handlerservicebindingvalidate-high-level-compact)
58
+ - [HandlerTransportCreate](#handlertransportcreate-high-level-compact)
59
+ - [HandlerUnitTestResult](#handlerunittestresult-high-level-compact)
60
+ - [HandlerUnitTestRun](#handlerunittestrun-high-level-compact)
61
+ - [HandlerUnitTestStatus](#handlerunitteststatus-high-level-compact)
62
+ - [HandlerUnlock](#handlerunlock-high-level-compact)
63
+ - [HandlerUpdate](#handlerupdate-high-level-compact)
64
+ - [HandlerValidate](#handlervalidate-high-level-compact)
42
65
  - [Data Element](#high-level-data-element)
43
66
  - [CreateDataElement](#createdataelement-high-level-data-element)
44
67
  - [DeleteDataElement](#deletedataelement-high-level-data-element)
@@ -79,6 +102,13 @@ Generated from code in `src/handlers/**` (not from docs).
79
102
  - [DeleteProgram](#deleteprogram-high-level-program)
80
103
  - [GetProgram](#getprogram-high-level-program)
81
104
  - [UpdateProgram](#updateprogram-high-level-program)
105
+ - [Service Binding](#high-level-service-binding)
106
+ - [CreateServiceBinding](#createservicebinding-high-level-service-binding)
107
+ - [DeleteServiceBinding](#deleteservicebinding-high-level-service-binding)
108
+ - [GetServiceBinding](#getservicebinding-high-level-service-binding)
109
+ - [ListServiceBindingTypes](#listservicebindingtypes-high-level-service-binding)
110
+ - [UpdateServiceBinding](#updateservicebinding-high-level-service-binding)
111
+ - [ValidateServiceBinding](#validateservicebinding-high-level-service-binding)
82
112
  - [Service Definition](#high-level-service-definition)
83
113
  - [CreateServiceDefinition](#createservicedefinition-high-level-service-definition)
84
114
  - [DeleteServiceDefinition](#deleteservicedefinition-high-level-service-definition)
@@ -255,6 +285,7 @@ Generated from code in `src/handlers/**` (not from docs).
255
285
  - `class_name` (string, required) - Class name (e.g., ZCL_TEST_CLASS_001).
256
286
  - `create_protected` (boolean, optional) - Protected constructor. Default: false
257
287
  - `description` (string, optional) - Class description (defaults to class_name).
288
+ - `final` (boolean, optional) - Mark class as final. Default: false
258
289
  - `package_name` (string, required) - Package name (e.g., ZOK_LAB, $TMP).
259
290
  - `source_code` (string, optional) - Full ABAP class source code. If omitted, a minimal template is generated.
260
291
  - `superclass` (string, optional) - Optional superclass name.
@@ -512,6 +543,407 @@ Generated from code in `src/handlers/**` (not from docs).
512
543
 
513
544
  ---
514
545
 
546
+ <a id="high-level-compact"></a>
547
+ ### High-Level / Compact
548
+
549
+ <a id="handleractivate-high-level-compact"></a>
550
+ #### HandlerActivate (High-Level / Compact)
551
+ **Description:** Activate operation. Single mode(object_name*, object_adt_type*). Batch mode(objects[].name*, objects[].type*).
552
+
553
+ **Source:** `src/handlers/compact/high/handleHandlerActivate.ts`
554
+
555
+ **Parameters:**
556
+ - `object_adt_type` (string, optional) - ADT object type code (e.g. CLAS/OC, PROG/P). Required for single-object activation form.
557
+ - `object_name` (string, optional) - Object name for single-object activation form.
558
+ - `object_type` (any, optional) -
559
+ - `objects` (array, optional) - Explicit objects list for batch activation.
560
+ - `preaudit` (boolean, optional) - Run pre-audit checks before activation.
561
+
562
+ ---
563
+
564
+ <a id="handlercdsunittestresult-high-level-compact"></a>
565
+ #### HandlerCdsUnitTestResult (High-Level / Compact)
566
+ **Description:** CDS unit test result. object_type: not used. Required: run_id*. Optional: with_navigation_uris, format(abapunit|junit). Response: JSON.
567
+
568
+ **Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestResult.ts`
569
+
570
+ **Parameters:**
571
+ - `aggregate` (boolean, optional) - Aggregate profiling data.
572
+ - `all_db_events` (boolean, optional) - Trace all DB events.
573
+ - `all_dynpro_events` (boolean, optional) - Trace dynpro events.
574
+ - `all_internal_table_events` (boolean, optional) - Trace internal table events.
575
+ - `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
576
+ - `all_procedural_units` (boolean, optional) - Trace all procedural units.
577
+ - `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
578
+ - `amdp_trace` (boolean, optional) - Enable AMDP tracing.
579
+ - `class_name` (string, optional) - Class name for profiling.
580
+ - `description` (string, optional) - Profiler run description.
581
+ - `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
582
+ - `max_size_for_trace_file` (number, optional) - Maximum trace file size.
583
+ - `max_time_for_tracing` (number, optional) - Maximum tracing time.
584
+ - `program_name` (string, optional) - Program name for profiling.
585
+ - `sql_trace` (boolean, optional) - Enable SQL trace.
586
+ - `target_type` (string, required) - Profile execution target kind.
587
+ - `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
588
+
589
+ ---
590
+
591
+ <a id="handlercdsunitteststatus-high-level-compact"></a>
592
+ #### HandlerCdsUnitTestStatus (High-Level / Compact)
593
+ **Description:** CDS unit test status. object_type: not used. Required: run_id*. Optional: with_long_polling. Response: JSON.
594
+
595
+ **Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestStatus.ts`
596
+
597
+ **Parameters:**
598
+ - `aggregate` (boolean, optional) - Aggregate profiling data.
599
+ - `all_db_events` (boolean, optional) - Trace all DB events.
600
+ - `all_dynpro_events` (boolean, optional) - Trace dynpro events.
601
+ - `all_internal_table_events` (boolean, optional) - Trace internal table events.
602
+ - `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
603
+ - `all_procedural_units` (boolean, optional) - Trace all procedural units.
604
+ - `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
605
+ - `amdp_trace` (boolean, optional) - Enable AMDP tracing.
606
+ - `class_name` (string, optional) - Class name for profiling.
607
+ - `description` (string, optional) - Profiler run description.
608
+ - `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
609
+ - `max_size_for_trace_file` (number, optional) - Maximum trace file size.
610
+ - `max_time_for_tracing` (number, optional) - Maximum tracing time.
611
+ - `program_name` (string, optional) - Program name for profiling.
612
+ - `sql_trace` (boolean, optional) - Enable SQL trace.
613
+ - `target_type` (string, required) - Profile execution target kind.
614
+ - `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
615
+
616
+ ---
617
+
618
+ <a id="handlercheckrun-high-level-compact"></a>
619
+ #### HandlerCheckRun (High-Level / Compact)
620
+ **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*).
621
+
622
+ **Source:** `src/handlers/compact/high/handleHandlerCheckRun.ts`
623
+
624
+ **Parameters:**
625
+ - `session_id` (string, optional) - Optional ADT session id for stateful check flow.
626
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful check flow.
627
+ - `version` (string, optional (default: active)) - Version to syntax-check.
628
+
629
+ ---
630
+
631
+ <a id="handlercreate-high-level-compact"></a>
632
+ #### HandlerCreate (High-Level / Compact)
633
+ **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*).
634
+
635
+ **Source:** `src/handlers/compact/high/handleHandlerCreate.ts`
636
+
637
+ **Parameters:**
638
+ - `activate` (boolean, optional) - Activate object after create.
639
+ - `application` (string, optional) - Domain application area.
640
+ - `class_name` (string, optional) - ABAP class name.
641
+ - `conversion_exit` (string, optional) - Conversion exit name.
642
+ - `datatype` (string, optional) - ABAP data type.
643
+ - `decimals` (number, optional) - Decimal places.
644
+ - `description` (string, optional) - Human-readable object description.
645
+ - `domain_name` (string, optional) - ABAP domain name.
646
+ - `fixed_values` (array, optional) - Domain fixed values list.
647
+ - `function_group_name` (string, optional) - ABAP function group name.
648
+ - `function_module_name` (string, optional) - ABAP function module name.
649
+ - `length` (number, optional) - Length for typed artifacts.
650
+ - `lowercase` (boolean, optional) - Allow lowercase values (domain setting).
651
+ - `object_type` (any, required) -
652
+ - `package_name` (string, optional) - ABAP package name.
653
+ - `program_name` (string, optional) - ABAP program name.
654
+ - `program_type` (string, optional) - ABAP program type.
655
+ - `sign_exists` (boolean, optional) - Allow signed values (domain setting).
656
+ - `source_code` (string, optional) - ABAP source code payload.
657
+ - `transport_request` (string, optional) - Transport request id (if required by system).
658
+ - `value_table` (string, optional) - Foreign key value table.
659
+
660
+ ---
661
+
662
+ <a id="handlerdelete-high-level-compact"></a>
663
+ #### HandlerDelete (High-Level / Compact)
664
+ **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*).
665
+
666
+ **Source:** `src/handlers/compact/high/handleHandlerDelete.ts`
667
+
668
+ **Parameters:**
669
+ - `class_name` (string, optional) - ABAP class name.
670
+ - `domain_name` (string, optional) - ABAP domain name.
671
+ - `function_group_name` (string, optional) - ABAP function group name.
672
+ - `function_module_name` (string, optional) - ABAP function module name.
673
+ - `object_type` (any, required) -
674
+ - `program_name` (string, optional) - ABAP program name.
675
+ - `transport_request` (string, optional) - Transport request id (if required by system).
676
+
677
+ ---
678
+
679
+ <a id="handlerdumplist-high-level-compact"></a>
680
+ #### HandlerDumpList (High-Level / Compact)
681
+ **Description:** Runtime dump list. object_type: not used. Required: none. Optional: user, inlinecount, top, skip, orderby. Response: JSON.
682
+
683
+ **Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
684
+
685
+ **Parameters:**
686
+ - `inlinecount` (string, optional) - Include total count in response.
687
+ - `orderby` (string, optional) - Sort expression.
688
+ - `skip` (number, optional) - Offset for pagination.
689
+ - `top` (number, optional) - Limit number of returned dumps.
690
+ - `user` (string, optional) - Filter dumps by user.
691
+
692
+ ---
693
+
694
+ <a id="handlerdumpview-high-level-compact"></a>
695
+ #### HandlerDumpView (High-Level / Compact)
696
+ **Description:** Runtime dump view. object_type: not used. Required: dump_id*. Optional: view(default|summary|formatted). Response: JSON.
697
+
698
+ **Source:** `src/handlers/compact/high/handleHandlerDumpView.ts`
699
+
700
+ **Parameters:**
701
+ - `dump_id` (string, required) - Runtime dump id.
702
+ - `view` (string, optional (default: default)) - Dump rendering mode.
703
+
704
+ ---
705
+
706
+ <a id="handlerget-high-level-compact"></a>
707
+ #### HandlerGet (High-Level / Compact)
708
+ **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*).
709
+
710
+ **Source:** `src/handlers/compact/high/handleHandlerGet.ts`
711
+
712
+ **Parameters:**
713
+ - `behavior_definition_name` (string, optional) - Behavior definition name.
714
+ - `behavior_implementation_name` (string, optional) - Behavior implementation name.
715
+ - `class_name` (string, optional) - Class name.
716
+ - `data_element_name` (string, optional) - Data element name.
717
+ - `domain_name` (string, optional) - Domain name.
718
+ - `function_group_name` (string, optional) - Function group name.
719
+ - `function_module_name` (string, optional) - Function module name.
720
+ - `interface_name` (string, optional) - Interface name.
721
+ - `metadata_extension_name` (string, optional) - Metadata extension name.
722
+ - `object_type` (any, required) -
723
+ - `package_name` (string, optional) - Package name.
724
+ - `program_name` (string, optional) - Program name.
725
+ - `response_format` (string, optional) - Response format for SERVICE_BINDING reads.
726
+ - `run_id` (string, optional) - Unit test run id.
727
+ - `service_binding_name` (string, optional) - Service binding name.
728
+ - `service_definition_name` (string, optional) - Service definition name.
729
+ - `structure_name` (string, optional) - Structure name.
730
+ - `table_name` (string, optional) - Table name.
731
+ - `version` (any, optional) -
732
+ - `view_name` (string, optional) - View name.
733
+
734
+ ---
735
+
736
+ <a id="handlerlock-high-level-compact"></a>
737
+ #### HandlerLock (High-Level / Compact)
738
+ **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*).
739
+
740
+ **Source:** `src/handlers/compact/high/handleHandlerLock.ts`
741
+
742
+ **Parameters:**
743
+ - `session_id` (string, optional) - Optional ADT session id for stateful lock flow.
744
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful lock flow.
745
+ - `super_package` (string, optional) - Super package context when relevant.
746
+
747
+ ---
748
+
749
+ <a id="handlerprofilelist-high-level-compact"></a>
750
+ #### HandlerProfileList (High-Level / Compact)
751
+ **Description:** Runtime profiling list. object_type: not used. Required: none. Response: JSON.
752
+
753
+ **Source:** `src/handlers/compact/high/handleHandlerProfileList.ts`
754
+
755
+ **Parameters:**
756
+ - See schema reference `compactProfileListSchema` in source file
757
+
758
+ ---
759
+
760
+ <a id="handlerprofilerun-high-level-compact"></a>
761
+ #### HandlerProfileRun (High-Level / Compact)
762
+ **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.
763
+
764
+ **Source:** `src/handlers/compact/high/handleHandlerProfileRun.ts`
765
+
766
+ **Parameters:**
767
+ - `aggregate` (boolean, optional) - Aggregate profiling data.
768
+ - `all_db_events` (boolean, optional) - Trace all DB events.
769
+ - `all_dynpro_events` (boolean, optional) - Trace dynpro events.
770
+ - `all_internal_table_events` (boolean, optional) - Trace internal table events.
771
+ - `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
772
+ - `all_procedural_units` (boolean, optional) - Trace all procedural units.
773
+ - `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
774
+ - `amdp_trace` (boolean, optional) - Enable AMDP tracing.
775
+ - `class_name` (string, optional) - Class name for profiling.
776
+ - `description` (string, optional) - Profiler run description.
777
+ - `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
778
+ - `max_size_for_trace_file` (number, optional) - Maximum trace file size.
779
+ - `max_time_for_tracing` (number, optional) - Maximum tracing time.
780
+ - `program_name` (string, optional) - Program name for profiling.
781
+ - `sql_trace` (boolean, optional) - Enable SQL trace.
782
+ - `target_type` (string, required) - Profile execution target kind.
783
+ - `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
784
+
785
+ ---
786
+
787
+ <a id="handlerprofileview-high-level-compact"></a>
788
+ #### HandlerProfileView (High-Level / Compact)
789
+ **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.
790
+
791
+ **Source:** `src/handlers/compact/high/handleHandlerProfileView.ts`
792
+
793
+ **Parameters:**
794
+ - `auto_drill_down_threshold` (number, optional) - Auto drill-down threshold.
795
+ - `id` (number, optional) - Optional statement/access id.
796
+ - `trace_id_or_uri` (string, required) - Profiler trace id or URI.
797
+ - `view` (string, required) - Profiler trace view kind.
798
+ - `with_details` (boolean, optional) - Include detailed payload.
799
+ - `with_system_events` (boolean, optional) - Include system events in analysis.
800
+
801
+ ---
802
+
803
+ <a id="handlerservicebindinglisttypes-high-level-compact"></a>
804
+ #### HandlerServiceBindingListTypes (High-Level / Compact)
805
+ **Description:** Service binding types list. object_type: not used. Required: none. Optional: response_format(xml|json|plain). Response: XML/JSON/plain by response_format.
806
+
807
+ **Source:** `src/handlers/compact/high/handleHandlerServiceBindingListTypes.ts`
808
+
809
+ **Parameters:**
810
+ - `response_format` (string, optional (default: xml)) - Response format for protocol types list.
811
+
812
+ ---
813
+
814
+ <a id="handlerservicebindingvalidate-high-level-compact"></a>
815
+ #### HandlerServiceBindingValidate (High-Level / Compact)
816
+ **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.
817
+
818
+ **Source:** `src/handlers/compact/high/handleHandlerServiceBindingValidate.ts`
819
+
820
+ **Parameters:**
821
+ - `description` (string, optional) - Binding description.
822
+ - `package_name` (string, optional) - Target package name.
823
+ - `service_binding_name` (string, required) - Service binding name to validate.
824
+ - `service_binding_version` (string, optional) - Service binding version.
825
+ - `service_definition_name` (string, required) - Service definition name to pair with binding.
826
+
827
+ ---
828
+
829
+ <a id="handlertransportcreate-high-level-compact"></a>
830
+ #### HandlerTransportCreate (High-Level / Compact)
831
+ **Description:** Transport create. object_type: not used. Required: description*. Optional: transport_type(workbench|customizing), target_system, owner. Response: JSON.
832
+
833
+ **Source:** `src/handlers/compact/high/handleHandlerTransportCreate.ts`
834
+
835
+ **Parameters:**
836
+ - `description` (string, required) - Transport description.
837
+ - `owner` (string, optional) - Transport owner user.
838
+ - `target_system` (string, optional) - Target system id.
839
+ - `transport_type` (string, optional (default: workbench)) - Transport type.
840
+
841
+ ---
842
+
843
+ <a id="handlerunittestresult-high-level-compact"></a>
844
+ #### HandlerUnitTestResult (High-Level / Compact)
845
+ **Description:** ABAP Unit result. object_type: not used. Required: run_id*. Optional: with_navigation_uris, format(abapunit|junit). Response: JSON.
846
+
847
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestResult.ts`
848
+
849
+ **Parameters:**
850
+ - `format` (string, optional) - Result format.
851
+ - `run_id` (string, required) - Unit test run id.
852
+ - `with_navigation_uris` (boolean, optional (default: false)) - Include ADT navigation URIs in the result payload.
853
+
854
+ ---
855
+
856
+ <a id="handlerunittestrun-high-level-compact"></a>
857
+ #### HandlerUnitTestRun (High-Level / Compact)
858
+ **Description:** ABAP Unit run. object_type: not used. Required: tests[]{container_class*, test_class*}. Optional: title, context, scope, risk_level, duration. Response: JSON.
859
+
860
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestRun.ts`
861
+
862
+ **Parameters:**
863
+ - `context` (string, optional) - Run context label.
864
+ - `duration` (object, optional) - Allowed duration classes.
865
+ - `risk_level` (object, optional) - Allowed risk levels.
866
+ - `scope` (object, optional) - ABAP Unit scope flags.
867
+ - `tests` (array, required) - List of test classes to run.
868
+ - `title` (string, optional) - Run title shown in ABAP Unit logs.
869
+
870
+ ---
871
+
872
+ <a id="handlerunitteststatus-high-level-compact"></a>
873
+ #### HandlerUnitTestStatus (High-Level / Compact)
874
+ **Description:** ABAP Unit status. object_type: not used. Required: run_id*. Optional: with_long_polling. Response: JSON.
875
+
876
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestStatus.ts`
877
+
878
+ **Parameters:**
879
+ - `run_id` (string, required) - Unit test run id.
880
+ - `with_long_polling` (boolean, optional (default: true)) - Use long polling while waiting for completion.
881
+
882
+ ---
883
+
884
+ <a id="handlerunlock-high-level-compact"></a>
885
+ #### HandlerUnlock (High-Level / Compact)
886
+ **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*).
887
+
888
+ **Source:** `src/handlers/compact/high/handleHandlerUnlock.ts`
889
+
890
+ **Parameters:**
891
+ - `lock_handle` (string, required) - Lock handle returned by lock.
892
+ - `session_id` (string, required) - ADT session id used during lock.
893
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful unlock flow.
894
+
895
+ ---
896
+
897
+ <a id="handlerupdate-high-level-compact"></a>
898
+ #### HandlerUpdate (High-Level / Compact)
899
+ **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*).
900
+
901
+ **Source:** `src/handlers/compact/high/handleHandlerUpdate.ts`
902
+
903
+ **Parameters:**
904
+ - `activate` (boolean, optional) - Activate object after update.
905
+ - `class_name` (string, optional) - ABAP class name.
906
+ - `conversion_exit` (string, optional) - Conversion exit name.
907
+ - `datatype` (string, optional) - ABAP data type.
908
+ - `decimals` (number, optional) - Decimal places.
909
+ - `description` (string, optional) - Human-readable object description.
910
+ - `domain_name` (string, optional) - ABAP domain name.
911
+ - `fixed_values` (array, optional) - Domain fixed values list.
912
+ - `function_group_name` (string, optional) - ABAP function group name.
913
+ - `function_module_name` (string, optional) - ABAP function module name.
914
+ - `length` (number, optional) - Length for typed artifacts.
915
+ - `lowercase` (boolean, optional) - Allow lowercase values (domain setting).
916
+ - `object_type` (any, required) -
917
+ - `package_name` (string, optional) - ABAP package name.
918
+ - `program_name` (string, optional) - ABAP program name.
919
+ - `sign_exists` (boolean, optional) - Allow signed values (domain setting).
920
+ - `source_code` (string, optional) - ABAP source code payload.
921
+ - `transport_request` (string, optional) - Transport request id (if required by system).
922
+ - `value_table` (string, optional) - Foreign key value table.
923
+
924
+ ---
925
+
926
+ <a id="handlervalidate-high-level-compact"></a>
927
+ #### HandlerValidate (High-Level / Compact)
928
+ **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*).
929
+
930
+ **Source:** `src/handlers/compact/high/handleHandlerValidate.ts`
931
+
932
+ **Parameters:**
933
+ - `behavior_definition` (string, optional) - Optional behavior definition name, used when validating behavior implementation.
934
+ - `description` (string, optional) - Optional object description used during validation.
935
+ - `implementation_type` (string, optional) - Optional implementation type, used for behavior implementation validation.
936
+ - `object_name` (string, required) - Required object name. For SERVICE_BINDING this is the service binding name.
937
+ - `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.
938
+ - `package_name` (string, optional) - Optional package context for validation (especially for create scenarios).
939
+ - `root_entity` (string, optional) - Optional CDS root entity name, used for behavior-related validation.
940
+ - `service_binding_version` (string, optional) - Optional service binding version for SERVICE_BINDING.
941
+ - `service_definition_name` (string, optional) - Required when object_type=SERVICE_BINDING. Service definition paired with the binding.
942
+ - `session_id` (string, optional) - Optional ADT session id for stateful validation flow.
943
+ - `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful validation flow.
944
+
945
+ ---
946
+
515
947
  <a id="high-level-data-element"></a>
516
948
  ### High-Level / Data Element
517
949
 
@@ -639,13 +1071,12 @@ Generated from code in `src/handlers/**` (not from docs).
639
1071
  - `datatype` (string, optional (default: CHAR)) - (optional) Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
640
1072
  - `decimals` (number, optional (default: 0)) - (optional) Decimal places (for DEC, CURR, QUAN types)
641
1073
  - `description` (string, optional) - (optional) Domain description. If not provided, domain_name will be used.
642
- - `domain_name` (string, optional) - Domain name (e.g., ZZ_TEST_0001). Must follow SAP naming conventions.
1074
+ - `domain_name` (string, required) - Domain name (e.g., ZZ_TEST_0001). Must follow SAP naming conventions.
643
1075
  - `fixed_values` (array, optional) - (optional) Array of fixed values for domain value range
644
1076
  - `length` (number, optional (default: 100)) - (optional) Field length (max depends on datatype)
645
1077
  - `lowercase` (boolean, optional (default: false)) - (optional) Allow lowercase input
646
1078
  - `package_name` (string, optional) - (optional) Package name (e.g., ZOK_LOCAL, $TMP for local objects)
647
1079
  - `sign_exists` (boolean, optional (default: false)) - (optional) Field has sign (+/-)
648
- - `text` (string, required) - Description text for the fixed value
649
1080
  - `transport_request` (string, optional) - (optional) Transport request number (e.g., E19K905635). Required for transportable packages.
650
1081
  - `value_table` (string, optional) - (optional) Value table name for foreign key relationship
651
1082
 
@@ -687,13 +1118,12 @@ Generated from code in `src/handlers/**` (not from docs).
687
1118
  - `datatype` (string, optional) - Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
688
1119
  - `decimals` (number, optional) - Decimal places (for DEC, CURR, QUAN types)
689
1120
  - `description` (string, optional) - New domain description (optional)
690
- - `domain_name` (string, optional) - Domain name to update (e.g., ZZ_TEST_0001)
1121
+ - `domain_name` (string, required) - Domain name to update (e.g., ZZ_TEST_0001)
691
1122
  - `fixed_values` (array, optional) - Array of fixed values for domain value range
692
1123
  - `length` (number, optional) - Field length (max depends on datatype)
693
1124
  - `lowercase` (boolean, optional) - Allow lowercase input
694
- - `package_name` (string, optional) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1125
+ - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
695
1126
  - `sign_exists` (boolean, optional) - Field has sign (+/-)
696
- - `text` (string, required) - Description text for the fixed value
697
1127
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
698
1128
  - `value_table` (string, optional) - Value table name for foreign key relationship
699
1129
 
@@ -985,6 +1415,97 @@ Generated from code in `src/handlers/**` (not from docs).
985
1415
 
986
1416
  ---
987
1417
 
1418
+ <a id="high-level-service-binding"></a>
1419
+ ### High-Level / Service Binding
1420
+
1421
+ <a id="createservicebinding-high-level-service-binding"></a>
1422
+ #### CreateServiceBinding (High-Level / Service Binding)
1423
+ **Description:** Create ABAP service binding via ADT Business Services endpoint. XML is generated from high-level parameters.
1424
+
1425
+ **Source:** `src/handlers/service_binding/high/handleCreateServiceBinding.ts`
1426
+
1427
+ **Parameters:**
1428
+ - `activate` (boolean, optional (default: true)) - Activate service binding after create. Default: true.
1429
+ - `binding_type` (string, optional (default: ODataV4)) - OData binding type.
1430
+ - `description` (string, optional) - Optional description. Defaults to service_binding_name when omitted.
1431
+ - `package_name` (string, required) - ABAP package name.
1432
+ - `response_format` (string, optional (default: xml)) -
1433
+ - `service_binding_name` (string, required) - Service binding name.
1434
+ - `service_binding_version` (string, optional) - Service binding ADT version. Default inferred from type.
1435
+ - `service_definition_name` (string, required) - Referenced service definition name.
1436
+ - `service_name` (string, optional) - Published service name. Default: service_binding_name if omitted.
1437
+ - `service_version` (string, optional) - Published service version. Default: 0001.
1438
+ - `transport_request` (string, optional) - Optional transport request for transport checks.
1439
+
1440
+ ---
1441
+
1442
+ <a id="deleteservicebinding-high-level-service-binding"></a>
1443
+ #### DeleteServiceBinding (High-Level / Service Binding)
1444
+ **Description:** Delete ABAP service binding via ADT Business Services endpoint.
1445
+
1446
+ **Source:** `src/handlers/service_binding/high/handleDeleteServiceBinding.ts`
1447
+
1448
+ **Parameters:**
1449
+ - `response_format` (string, optional (default: xml)) -
1450
+ - `service_binding_name` (string, required) - Service binding name to delete.
1451
+ - `transport_request` (string, optional) - Optional transport request for deletion transport flow.
1452
+
1453
+ ---
1454
+
1455
+ <a id="getservicebinding-high-level-service-binding"></a>
1456
+ #### GetServiceBinding (High-Level / Service Binding)
1457
+ **Description:** Retrieve ABAP service binding source/metadata by name via ADT Business Services endpoint.
1458
+
1459
+ **Source:** `src/handlers/service_binding/high/handleGetServiceBinding.ts`
1460
+
1461
+ **Parameters:**
1462
+ - `response_format` (string, optional (default: xml)) - Preferred response format.
1463
+ - `service_binding_name` (string, required) - Service binding name (for example: ZUI_MY_BINDING). Case-insensitive.
1464
+
1465
+ ---
1466
+
1467
+ <a id="listservicebindingtypes-high-level-service-binding"></a>
1468
+ #### ListServiceBindingTypes (High-Level / Service Binding)
1469
+ **Description:** List available service binding types (for example ODataV2/ODataV4) from ADT Business Services endpoint.
1470
+
1471
+ **Source:** `src/handlers/service_binding/high/handleListServiceBindingTypes.ts`
1472
+
1473
+ **Parameters:**
1474
+ - `response_format` (string, optional (default: xml)) -
1475
+
1476
+ ---
1477
+
1478
+ <a id="updateservicebinding-high-level-service-binding"></a>
1479
+ #### UpdateServiceBinding (High-Level / Service Binding)
1480
+ **Description:** Update publication state for ABAP service binding via AdtServiceBinding workflow.
1481
+
1482
+ **Source:** `src/handlers/service_binding/high/handleUpdateServiceBinding.ts`
1483
+
1484
+ **Parameters:**
1485
+ - `desired_publication_state` (string, required) - Target publication state.
1486
+ - `response_format` (string, optional (default: xml)) -
1487
+ - `service_binding_name` (string, required) - Service binding name to update.
1488
+ - `service_name` (string, required) - Published service name.
1489
+ - `service_type` (string, required (default: ODataV4)) - OData service type for publish/unpublish action routing.
1490
+ - `service_version` (string, optional) - Published service version. Optional.
1491
+
1492
+ ---
1493
+
1494
+ <a id="validateservicebinding-high-level-service-binding"></a>
1495
+ #### ValidateServiceBinding (High-Level / Service Binding)
1496
+ **Description:** Validate service binding parameters (name, service definition, package, version) via ADT validation endpoint.
1497
+
1498
+ **Source:** `src/handlers/service_binding/high/handleValidateServiceBinding.ts`
1499
+
1500
+ **Parameters:**
1501
+ - `description` (string, optional) - Optional description used during validation.
1502
+ - `package_name` (string, optional) - ABAP package for the binding.
1503
+ - `service_binding_name` (string, required) - Service binding name to validate.
1504
+ - `service_binding_version` (string, optional) - Service binding version (for example: 1.0).
1505
+ - `service_definition_name` (string, required) - Service definition linked to binding.
1506
+
1507
+ ---
1508
+
988
1509
  <a id="high-level-service-definition"></a>
989
1510
  ### High-Level / Service Definition
990
1511
 
@@ -1052,17 +1573,12 @@ Generated from code in `src/handlers/**` (not from docs).
1052
1573
  **Source:** `src/handlers/structure/high/handleCreateStructure.ts`
1053
1574
 
1054
1575
  **Parameters:**
1055
- - `data_element` (string, optional) - Data element name for type reference (optional)
1056
- - `data_type` (string, optional) - Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
1057
- - `decimals` (number, optional (default: 0)) - Decimal places (for DEC, CURR, QUAN types)
1058
- - `description` (string, optional) - Field description
1059
- - `domain` (string, optional) - Domain name for type reference (optional)
1060
- - `fields` (array, optional) - Array of structure fields
1061
- - `length` (number, optional) - Field length
1062
- - `package_name` (string, optional) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1063
- - `structure_name` (string, optional) - Structure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions.
1064
- - `structure_ref` (string, optional) - Include another structure (optional)
1065
- - `table_ref` (string, optional) - Reference to table type (optional)
1576
+ - `activate` (boolean, optional) - Activate structure after creation. Default: true. Set to false for batch operations (activate multiple objects later).
1577
+ - `description` (string, optional) - Structure description. If not provided, structure_name will be used.
1578
+ - `fields` (array, required (default: 0)) - Array of structure fields
1579
+ - `includes` (array, optional) - Include other structures in this structure
1580
+ - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1581
+ - `structure_name` (string, required) - Structure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions.
1066
1582
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
1067
1583
 
1068
1584
  ---
@@ -1224,8 +1740,12 @@ Generated from code in `src/handlers/**` (not from docs).
1224
1740
  **Source:** `src/handlers/unit_test/high/handleCreateUnitTest.ts`
1225
1741
 
1226
1742
  **Parameters:**
1227
- - `test_class` (string, required) - Test class name inside the include (e.g., LTCL_MAIN_CLASS).
1228
- - `tests` (array, optional) - List of container/test class pairs to execute.
1743
+ - `context` (string, optional) - Optional context string shown in SAP tools.
1744
+ - `duration` (object, optional) -
1745
+ - `risk_level` (object, optional) -
1746
+ - `scope` (object, optional) -
1747
+ - `tests` (array, required) - List of container/test class pairs to execute.
1748
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
1229
1749
 
1230
1750
  ---
1231
1751
 
@@ -1331,8 +1851,12 @@ Generated from code in `src/handlers/**` (not from docs).
1331
1851
  **Source:** `src/handlers/unit_test/high/handleRunUnitTest.ts`
1332
1852
 
1333
1853
  **Parameters:**
1334
- - `test_class` (string, required) - Test class name inside the include (e.g., LTCL_MAIN_CLASS).
1335
- - `tests` (array, optional) - List of container/test class pairs to execute.
1854
+ - `context` (string, optional) - Optional context string shown in SAP tools.
1855
+ - `duration` (object, optional) -
1856
+ - `risk_level` (object, optional) -
1857
+ - `scope` (object, optional) -
1858
+ - `tests` (array, required) - List of container/test class pairs to execute.
1859
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
1336
1860
 
1337
1861
  ---
1338
1862
 
@@ -1373,6 +1897,7 @@ Generated from code in `src/handlers/**` (not from docs).
1373
1897
  - `activate` (boolean, optional) - Activate after creation. Default: true.
1374
1898
  - `ddl_source` (string, required) - Complete DDL source code.
1375
1899
  - `description` (string, optional) - Optional description (defaults to view_name).
1900
+ - `package_name` (string, required) - Package name (e.g., ZOK_LAB, $TMP for local objects)
1376
1901
  - `transport_request` (string, optional) - Transport request number (required for transportable packages).
1377
1902
  - `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002, Z_I_MY_VIEW).
1378
1903
 
@@ -1409,9 +1934,10 @@ Generated from code in `src/handlers/**` (not from docs).
1409
1934
  **Source:** `src/handlers/view/high/handleUpdateView.ts`
1410
1935
 
1411
1936
  **Parameters:**
1937
+ - `activate` (boolean, optional) - Activate after update. Default: false.
1412
1938
  - `ddl_source` (string, required) - Complete DDL source code.
1413
1939
  - `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002).
1414
1940
 
1415
1941
  ---
1416
1942
 
1417
- *Last updated: 2026-02-15*
1943
+ *Last updated: 2026-02-21*