@mcp-abap-adt/core 2.4.2 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts +4 -0
  2. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts.map +1 -0
  3. package/dist/handlers/compact/high/compactLifecycleUtils.js +23 -0
  4. package/dist/handlers/compact/high/compactLifecycleUtils.js.map +1 -0
  5. package/dist/handlers/compact/high/compactMatrix.d.ts +4 -0
  6. package/dist/handlers/compact/high/compactMatrix.d.ts.map +1 -0
  7. package/dist/handlers/compact/high/compactMatrix.js +31 -0
  8. package/dist/handlers/compact/high/compactMatrix.js.map +1 -0
  9. package/dist/handlers/compact/high/compactObjectTypes.d.ts +3 -0
  10. package/dist/handlers/compact/high/compactObjectTypes.d.ts.map +1 -0
  11. package/dist/handlers/compact/high/compactObjectTypes.js +31 -0
  12. package/dist/handlers/compact/high/compactObjectTypes.js.map +1 -0
  13. package/dist/handlers/compact/high/compactRouter.d.ts +11 -0
  14. package/dist/handlers/compact/high/compactRouter.d.ts.map +1 -0
  15. package/dist/handlers/compact/high/compactRouter.js +254 -0
  16. package/dist/handlers/compact/high/compactRouter.js.map +1 -0
  17. package/dist/handlers/compact/high/compactSchemas.d.ts +725 -0
  18. package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -0
  19. package/dist/handlers/compact/high/compactSchemas.js +390 -0
  20. package/dist/handlers/compact/high/compactSchemas.js.map +1 -0
  21. package/dist/handlers/compact/high/handleHandlerActivate.d.ts +63 -0
  22. package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -0
  23. package/dist/handlers/compact/high/handleHandlerActivate.js +27 -0
  24. package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -0
  25. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +36 -0
  26. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -0
  27. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +15 -0
  28. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -0
  29. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +31 -0
  30. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -0
  31. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +15 -0
  32. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -0
  33. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +63 -0
  34. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -0
  35. package/dist/handlers/compact/high/handleHandlerCheckRun.js +26 -0
  36. package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -0
  37. package/dist/handlers/compact/high/handleHandlerCreate.d.ts +95 -0
  38. package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -0
  39. package/dist/handlers/compact/high/handleHandlerCreate.js +15 -0
  40. package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -0
  41. package/dist/handlers/compact/high/handleHandlerDelete.d.ts +41 -0
  42. package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -0
  43. package/dist/handlers/compact/high/handleHandlerDelete.js +15 -0
  44. package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -0
  45. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +43 -0
  46. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -0
  47. package/dist/handlers/compact/high/handleHandlerDumpList.js +15 -0
  48. package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -0
  49. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +32 -0
  50. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -0
  51. package/dist/handlers/compact/high/handleHandlerDumpView.js +15 -0
  52. package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -0
  53. package/dist/handlers/compact/high/handleHandlerGet.d.ts +43 -0
  54. package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -0
  55. package/dist/handlers/compact/high/handleHandlerGet.js +15 -0
  56. package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -0
  57. package/dist/handlers/compact/high/handleHandlerLock.d.ts +61 -0
  58. package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -0
  59. package/dist/handlers/compact/high/handleHandlerLock.js +26 -0
  60. package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -0
  61. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +18 -0
  62. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts.map +1 -0
  63. package/dist/handlers/compact/high/handleHandlerProfileList.js +15 -0
  64. package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -0
  65. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +92 -0
  66. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -0
  67. package/dist/handlers/compact/high/handleHandlerProfileRun.js +57 -0
  68. package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -0
  69. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +47 -0
  70. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -0
  71. package/dist/handlers/compact/high/handleHandlerProfileView.js +15 -0
  72. package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -0
  73. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +28 -0
  74. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -0
  75. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +15 -0
  76. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -0
  77. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +42 -0
  78. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -0
  79. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +15 -0
  80. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -0
  81. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +40 -0
  82. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -0
  83. package/dist/handlers/compact/high/handleHandlerTransportCreate.js +15 -0
  84. package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -0
  85. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +36 -0
  86. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -0
  87. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +15 -0
  88. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -0
  89. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +106 -0
  90. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -0
  91. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +15 -0
  92. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -0
  93. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +31 -0
  94. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -0
  95. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +15 -0
  96. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -0
  97. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +61 -0
  98. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -0
  99. package/dist/handlers/compact/high/handleHandlerUnlock.js +26 -0
  100. package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -0
  101. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +89 -0
  102. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -0
  103. package/dist/handlers/compact/high/handleHandlerUpdate.js +15 -0
  104. package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -0
  105. package/dist/handlers/compact/high/handleHandlerValidate.d.ts +85 -0
  106. package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -0
  107. package/dist/handlers/compact/high/handleHandlerValidate.js +40 -0
  108. package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -0
  109. package/dist/lib/config/IServerConfig.d.ts +1 -1
  110. package/dist/lib/config/IServerConfig.d.ts.map +1 -1
  111. package/dist/lib/config/ServerConfigManager.d.ts +1 -1
  112. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  113. package/dist/lib/config/ServerConfigManager.js +7 -3
  114. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  115. package/dist/lib/config/yamlConfig.js +1 -1
  116. package/dist/lib/handlers/HandlerExporter.d.ts +5 -0
  117. package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -1
  118. package/dist/lib/handlers/HandlerExporter.js +4 -0
  119. package/dist/lib/handlers/HandlerExporter.js.map +1 -1
  120. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts +11 -0
  121. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -0
  122. package/dist/lib/handlers/groups/CompactHandlersGroup.js +218 -0
  123. package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -0
  124. package/dist/lib/handlers/groups/index.d.ts +1 -0
  125. package/dist/lib/handlers/groups/index.d.ts.map +1 -1
  126. package/dist/lib/handlers/groups/index.js +3 -1
  127. package/dist/lib/handlers/groups/index.js.map +1 -1
  128. package/dist/server/EmbeddableMcpServer.d.ts +1 -1
  129. package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
  130. package/dist/server/EmbeddableMcpServer.js +4 -0
  131. package/dist/server/EmbeddableMcpServer.js.map +1 -1
  132. package/dist/server/launcher.js +3 -0
  133. package/dist/server/launcher.js.map +1 -1
  134. package/docs/development/roadmaps/COMPACT_FACADE_ROUTER_ROADMAP.md +71 -0
  135. package/docs/user-guide/AVAILABLE_TOOLS.md +657 -30
  136. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +540 -0
  137. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +533 -22
  138. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +14 -5
  139. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +101 -4
  140. package/docs/user-guide/HANDLERS_MANAGEMENT.md +50 -4
  141. package/docs/user-guide/README.md +2 -0
  142. 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,392 @@ 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:** Compact lifecycle activate operation. Activate objects by ADT type list or single object mapping.
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) -
558
+ - `object_type` (any, optional) -
559
+ - `objects` (array, optional) -
560
+ - `preaudit` (boolean, optional) -
561
+
562
+ ---
563
+
564
+ <a id="handlercdsunittestresult-high-level-compact"></a>
565
+ #### HandlerCdsUnitTestResult (High-Level / Compact)
566
+ **Description:** Compact CDS unit test result. Reads run result by run_id.
567
+
568
+ **Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestResult.ts`
569
+
570
+ **Parameters:**
571
+ - `aggregate` (boolean, optional) -
572
+ - `all_db_events` (boolean, optional) -
573
+ - `all_dynpro_events` (boolean, optional) -
574
+ - `all_internal_table_events` (boolean, optional) -
575
+ - `all_misc_abap_statements` (boolean, optional) -
576
+ - `all_procedural_units` (boolean, optional) -
577
+ - `all_system_kernel_events` (boolean, optional) -
578
+ - `amdp_trace` (boolean, optional) -
579
+ - `class_name` (string, optional) -
580
+ - `description` (string, optional) -
581
+ - `explicit_on_off` (boolean, optional) -
582
+ - `max_size_for_trace_file` (number, optional) -
583
+ - `max_time_for_tracing` (number, optional) -
584
+ - `program_name` (string, optional) -
585
+ - `sql_trace` (boolean, optional) -
586
+ - `target_type` (string, required) - Profile execution target kind.
587
+ - `with_rfc_tracing` (boolean, optional) -
588
+
589
+ ---
590
+
591
+ <a id="handlercdsunitteststatus-high-level-compact"></a>
592
+ #### HandlerCdsUnitTestStatus (High-Level / Compact)
593
+ **Description:** Compact CDS unit test status. Reads run status by run_id.
594
+
595
+ **Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestStatus.ts`
596
+
597
+ **Parameters:**
598
+ - `aggregate` (boolean, optional) -
599
+ - `all_db_events` (boolean, optional) -
600
+ - `all_dynpro_events` (boolean, optional) -
601
+ - `all_internal_table_events` (boolean, optional) -
602
+ - `all_misc_abap_statements` (boolean, optional) -
603
+ - `all_procedural_units` (boolean, optional) -
604
+ - `all_system_kernel_events` (boolean, optional) -
605
+ - `amdp_trace` (boolean, optional) -
606
+ - `class_name` (string, optional) -
607
+ - `description` (string, optional) -
608
+ - `explicit_on_off` (boolean, optional) -
609
+ - `max_size_for_trace_file` (number, optional) -
610
+ - `max_time_for_tracing` (number, optional) -
611
+ - `program_name` (string, optional) -
612
+ - `sql_trace` (boolean, optional) -
613
+ - `target_type` (string, required) - Profile execution target kind.
614
+ - `with_rfc_tracing` (boolean, optional) -
615
+
616
+ ---
617
+
618
+ <a id="handlercheckrun-high-level-compact"></a>
619
+ #### HandlerCheckRun (High-Level / Compact)
620
+ **Description:** Compact lifecycle check-run operation. Runs syntax check without activation.
621
+
622
+ **Source:** `src/handlers/compact/high/handleHandlerCheckRun.ts`
623
+
624
+ **Parameters:**
625
+ - `session_id` (string, optional) -
626
+ - `session_state` (object, optional) -
627
+ - `version` (string, optional (default: active)) -
628
+
629
+ ---
630
+
631
+ <a id="handlercreate-high-level-compact"></a>
632
+ #### HandlerCreate (High-Level / Compact)
633
+ **Description:** Compact facade create operation. Routes by object_type to create supported ABAP object types.
634
+
635
+ **Source:** `src/handlers/compact/high/handleHandlerCreate.ts`
636
+
637
+ **Parameters:**
638
+ - `activate` (boolean, optional) -
639
+ - `application` (string, optional) -
640
+ - `class_name` (string, optional) -
641
+ - `conversion_exit` (string, optional) -
642
+ - `datatype` (string, optional) -
643
+ - `decimals` (number, optional) -
644
+ - `description` (string, optional) -
645
+ - `domain_name` (string, optional) -
646
+ - `fixed_values` (array, optional) -
647
+ - `function_group_name` (string, optional) -
648
+ - `function_module_name` (string, optional) -
649
+ - `length` (number, optional) -
650
+ - `lowercase` (boolean, optional) -
651
+ - `object_type` (any, required) -
652
+ - `package_name` (string, optional) -
653
+ - `program_name` (string, optional) -
654
+ - `program_type` (string, optional) -
655
+ - `sign_exists` (boolean, optional) -
656
+ - `source_code` (string, optional) -
657
+ - `transport_request` (string, optional) -
658
+ - `value_table` (string, optional) -
659
+
660
+ ---
661
+
662
+ <a id="handlerdelete-high-level-compact"></a>
663
+ #### HandlerDelete (High-Level / Compact)
664
+ **Description:** Compact facade delete operation. Routes by object_type to delete supported ABAP object types.
665
+
666
+ **Source:** `src/handlers/compact/high/handleHandlerDelete.ts`
667
+
668
+ **Parameters:**
669
+ - `class_name` (string, optional) -
670
+ - `domain_name` (string, optional) -
671
+ - `function_group_name` (string, optional) -
672
+ - `function_module_name` (string, optional) -
673
+ - `object_type` (any, required) -
674
+ - `program_name` (string, optional) -
675
+ - `transport_request` (string, optional) -
676
+
677
+ ---
678
+
679
+ <a id="handlerdumplist-high-level-compact"></a>
680
+ #### HandlerDumpList (High-Level / Compact)
681
+ **Description:** Compact runtime dump list. Returns runtime dumps with filters.
682
+
683
+ **Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
684
+
685
+ **Parameters:**
686
+ - `inlinecount` (string, optional) -
687
+ - `orderby` (string, optional) -
688
+ - `skip` (number, optional) -
689
+ - `top` (number, optional) -
690
+ - `user` (string, optional) -
691
+
692
+ ---
693
+
694
+ <a id="handlerdumpview-high-level-compact"></a>
695
+ #### HandlerDumpView (High-Level / Compact)
696
+ **Description:** Compact runtime dump view. Reads one dump by dump_id.
697
+
698
+ **Source:** `src/handlers/compact/high/handleHandlerDumpView.ts`
699
+
700
+ **Parameters:**
701
+ - `dump_id` (string, required) -
702
+ - `view` (string, optional (default: default)) -
703
+
704
+ ---
705
+
706
+ <a id="handlerget-high-level-compact"></a>
707
+ #### HandlerGet (High-Level / Compact)
708
+ **Description:** Compact facade read operation. Routes by object_type to get supported ABAP object types.
709
+
710
+ **Source:** `src/handlers/compact/high/handleHandlerGet.ts`
711
+
712
+ **Parameters:**
713
+ - `class_name` (string, optional) -
714
+ - `domain_name` (string, optional) -
715
+ - `function_group_name` (string, optional) -
716
+ - `function_module_name` (string, optional) -
717
+ - `object_type` (any, required) -
718
+ - `program_name` (string, optional) -
719
+ - `version` (any, optional) -
720
+
721
+ ---
722
+
723
+ <a id="handlerlock-high-level-compact"></a>
724
+ #### HandlerLock (High-Level / Compact)
725
+ **Description:** Compact lifecycle lock operation. Locks object for subsequent updates.
726
+
727
+ **Source:** `src/handlers/compact/high/handleHandlerLock.ts`
728
+
729
+ **Parameters:**
730
+ - `session_id` (string, optional) -
731
+ - `session_state` (object, optional) -
732
+ - `super_package` (string, optional) -
733
+
734
+ ---
735
+
736
+ <a id="handlerprofilelist-high-level-compact"></a>
737
+ #### HandlerProfileList (High-Level / Compact)
738
+ **Description:** Compact runtime profiling list. Returns available profiler traces.
739
+
740
+ **Source:** `src/handlers/compact/high/handleHandlerProfileList.ts`
741
+
742
+ **Parameters:**
743
+ - See schema reference `compactProfileListSchema` in source file
744
+
745
+ ---
746
+
747
+ <a id="handlerprofilerun-high-level-compact"></a>
748
+ #### HandlerProfileRun (High-Level / Compact)
749
+ **Description:** Compact runtime profiling run. Executes CLASS or PROGRAM with profiling enabled.
750
+
751
+ **Source:** `src/handlers/compact/high/handleHandlerProfileRun.ts`
752
+
753
+ **Parameters:**
754
+ - `aggregate` (boolean, optional) -
755
+ - `all_db_events` (boolean, optional) -
756
+ - `all_dynpro_events` (boolean, optional) -
757
+ - `all_internal_table_events` (boolean, optional) -
758
+ - `all_misc_abap_statements` (boolean, optional) -
759
+ - `all_procedural_units` (boolean, optional) -
760
+ - `all_system_kernel_events` (boolean, optional) -
761
+ - `amdp_trace` (boolean, optional) -
762
+ - `class_name` (string, optional) -
763
+ - `description` (string, optional) -
764
+ - `explicit_on_off` (boolean, optional) -
765
+ - `max_size_for_trace_file` (number, optional) -
766
+ - `max_time_for_tracing` (number, optional) -
767
+ - `program_name` (string, optional) -
768
+ - `sql_trace` (boolean, optional) -
769
+ - `target_type` (string, required) - Profile execution target kind.
770
+ - `with_rfc_tracing` (boolean, optional) -
771
+
772
+ ---
773
+
774
+ <a id="handlerprofileview-high-level-compact"></a>
775
+ #### HandlerProfileView (High-Level / Compact)
776
+ **Description:** Compact runtime profiling view. Reads one profiler trace by trace_id_or_uri.
777
+
778
+ **Source:** `src/handlers/compact/high/handleHandlerProfileView.ts`
779
+
780
+ **Parameters:**
781
+ - `auto_drill_down_threshold` (number, optional) -
782
+ - `id` (number, optional) -
783
+ - `trace_id_or_uri` (string, required) -
784
+ - `view` (string, required) -
785
+ - `with_details` (boolean, optional) -
786
+ - `with_system_events` (boolean, optional) -
787
+
788
+ ---
789
+
790
+ <a id="handlerservicebindinglisttypes-high-level-compact"></a>
791
+ #### HandlerServiceBindingListTypes (High-Level / Compact)
792
+ **Description:** Compact service binding list types. Returns available binding protocol types.
793
+
794
+ **Source:** `src/handlers/compact/high/handleHandlerServiceBindingListTypes.ts`
795
+
796
+ **Parameters:**
797
+ - `response_format` (string, optional (default: xml)) -
798
+
799
+ ---
800
+
801
+ <a id="handlerservicebindingvalidate-high-level-compact"></a>
802
+ #### HandlerServiceBindingValidate (High-Level / Compact)
803
+ **Description:** Compact service binding validate. Validates binding and service definition pair.
804
+
805
+ **Source:** `src/handlers/compact/high/handleHandlerServiceBindingValidate.ts`
806
+
807
+ **Parameters:**
808
+ - `description` (string, optional) -
809
+ - `package_name` (string, optional) -
810
+ - `service_binding_name` (string, required) -
811
+ - `service_binding_version` (string, optional) -
812
+ - `service_definition_name` (string, required) -
813
+
814
+ ---
815
+
816
+ <a id="handlertransportcreate-high-level-compact"></a>
817
+ #### HandlerTransportCreate (High-Level / Compact)
818
+ **Description:** Compact transport create. Creates a new transport request.
819
+
820
+ **Source:** `src/handlers/compact/high/handleHandlerTransportCreate.ts`
821
+
822
+ **Parameters:**
823
+ - `description` (string, required) -
824
+ - `owner` (string, optional) -
825
+ - `target_system` (string, optional) -
826
+ - `transport_type` (string, optional (default: workbench)) -
827
+
828
+ ---
829
+
830
+ <a id="handlerunittestresult-high-level-compact"></a>
831
+ #### HandlerUnitTestResult (High-Level / Compact)
832
+ **Description:** Compact ABAP Unit result. Reads run result by run_id.
833
+
834
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestResult.ts`
835
+
836
+ **Parameters:**
837
+ - `format` (string, optional) -
838
+ - `run_id` (string, required) -
839
+ - `with_navigation_uris` (boolean, optional (default: false)) -
840
+
841
+ ---
842
+
843
+ <a id="handlerunittestrun-high-level-compact"></a>
844
+ #### HandlerUnitTestRun (High-Level / Compact)
845
+ **Description:** Compact ABAP Unit run. Starts a test run and returns run_id.
846
+
847
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestRun.ts`
848
+
849
+ **Parameters:**
850
+ - `context` (string, optional) -
851
+ - `duration` (object, optional) -
852
+ - `risk_level` (object, optional) -
853
+ - `scope` (object, optional) -
854
+ - `tests` (array, required) -
855
+ - `title` (string, optional) -
856
+
857
+ ---
858
+
859
+ <a id="handlerunitteststatus-high-level-compact"></a>
860
+ #### HandlerUnitTestStatus (High-Level / Compact)
861
+ **Description:** Compact ABAP Unit status. Reads run status by run_id.
862
+
863
+ **Source:** `src/handlers/compact/high/handleHandlerUnitTestStatus.ts`
864
+
865
+ **Parameters:**
866
+ - `run_id` (string, required) -
867
+ - `with_long_polling` (boolean, optional (default: true)) -
868
+
869
+ ---
870
+
871
+ <a id="handlerunlock-high-level-compact"></a>
872
+ #### HandlerUnlock (High-Level / Compact)
873
+ **Description:** Compact lifecycle unlock operation. Unlocks object after modifications.
874
+
875
+ **Source:** `src/handlers/compact/high/handleHandlerUnlock.ts`
876
+
877
+ **Parameters:**
878
+ - `lock_handle` (string, required) -
879
+ - `session_id` (string, required) -
880
+ - `session_state` (object, optional) -
881
+
882
+ ---
883
+
884
+ <a id="handlerupdate-high-level-compact"></a>
885
+ #### HandlerUpdate (High-Level / Compact)
886
+ **Description:** Compact facade update operation. Routes by object_type to update supported ABAP object types.
887
+
888
+ **Source:** `src/handlers/compact/high/handleHandlerUpdate.ts`
889
+
890
+ **Parameters:**
891
+ - `activate` (boolean, optional) -
892
+ - `class_name` (string, optional) -
893
+ - `conversion_exit` (string, optional) -
894
+ - `datatype` (string, optional) -
895
+ - `decimals` (number, optional) -
896
+ - `description` (string, optional) -
897
+ - `domain_name` (string, optional) -
898
+ - `fixed_values` (array, optional) -
899
+ - `function_group_name` (string, optional) -
900
+ - `function_module_name` (string, optional) -
901
+ - `length` (number, optional) -
902
+ - `lowercase` (boolean, optional) -
903
+ - `object_type` (any, required) -
904
+ - `package_name` (string, optional) -
905
+ - `program_name` (string, optional) -
906
+ - `sign_exists` (boolean, optional) -
907
+ - `source_code` (string, optional) -
908
+ - `transport_request` (string, optional) -
909
+ - `value_table` (string, optional) -
910
+
911
+ ---
912
+
913
+ <a id="handlervalidate-high-level-compact"></a>
914
+ #### HandlerValidate (High-Level / Compact)
915
+ **Description:** Compact lifecycle validate operation. Validates object names/params by object_type.
916
+
917
+ **Source:** `src/handlers/compact/high/handleHandlerValidate.ts`
918
+
919
+ **Parameters:**
920
+ - `behavior_definition` (string, optional) -
921
+ - `description` (string, optional) -
922
+ - `implementation_type` (string, optional) -
923
+ - `package_name` (string, optional) -
924
+ - `root_entity` (string, optional) -
925
+ - `service_binding_version` (string, optional) -
926
+ - `service_definition_name` (string, optional) -
927
+ - `session_id` (string, optional) -
928
+ - `session_state` (object, optional) -
929
+
930
+ ---
931
+
515
932
  <a id="high-level-data-element"></a>
516
933
  ### High-Level / Data Element
517
934
 
@@ -639,13 +1056,12 @@ Generated from code in `src/handlers/**` (not from docs).
639
1056
  - `datatype` (string, optional (default: CHAR)) - (optional) Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
640
1057
  - `decimals` (number, optional (default: 0)) - (optional) Decimal places (for DEC, CURR, QUAN types)
641
1058
  - `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.
1059
+ - `domain_name` (string, required) - Domain name (e.g., ZZ_TEST_0001). Must follow SAP naming conventions.
643
1060
  - `fixed_values` (array, optional) - (optional) Array of fixed values for domain value range
644
1061
  - `length` (number, optional (default: 100)) - (optional) Field length (max depends on datatype)
645
1062
  - `lowercase` (boolean, optional (default: false)) - (optional) Allow lowercase input
646
1063
  - `package_name` (string, optional) - (optional) Package name (e.g., ZOK_LOCAL, $TMP for local objects)
647
1064
  - `sign_exists` (boolean, optional (default: false)) - (optional) Field has sign (+/-)
648
- - `text` (string, required) - Description text for the fixed value
649
1065
  - `transport_request` (string, optional) - (optional) Transport request number (e.g., E19K905635). Required for transportable packages.
650
1066
  - `value_table` (string, optional) - (optional) Value table name for foreign key relationship
651
1067
 
@@ -687,13 +1103,12 @@ Generated from code in `src/handlers/**` (not from docs).
687
1103
  - `datatype` (string, optional) - Data type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
688
1104
  - `decimals` (number, optional) - Decimal places (for DEC, CURR, QUAN types)
689
1105
  - `description` (string, optional) - New domain description (optional)
690
- - `domain_name` (string, optional) - Domain name to update (e.g., ZZ_TEST_0001)
1106
+ - `domain_name` (string, required) - Domain name to update (e.g., ZZ_TEST_0001)
691
1107
  - `fixed_values` (array, optional) - Array of fixed values for domain value range
692
1108
  - `length` (number, optional) - Field length (max depends on datatype)
693
1109
  - `lowercase` (boolean, optional) - Allow lowercase input
694
- - `package_name` (string, optional) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1110
+ - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
695
1111
  - `sign_exists` (boolean, optional) - Field has sign (+/-)
696
- - `text` (string, required) - Description text for the fixed value
697
1112
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
698
1113
  - `value_table` (string, optional) - Value table name for foreign key relationship
699
1114
 
@@ -985,6 +1400,97 @@ Generated from code in `src/handlers/**` (not from docs).
985
1400
 
986
1401
  ---
987
1402
 
1403
+ <a id="high-level-service-binding"></a>
1404
+ ### High-Level / Service Binding
1405
+
1406
+ <a id="createservicebinding-high-level-service-binding"></a>
1407
+ #### CreateServiceBinding (High-Level / Service Binding)
1408
+ **Description:** Create ABAP service binding via ADT Business Services endpoint. XML is generated from high-level parameters.
1409
+
1410
+ **Source:** `src/handlers/service_binding/high/handleCreateServiceBinding.ts`
1411
+
1412
+ **Parameters:**
1413
+ - `activate` (boolean, optional (default: true)) - Activate service binding after create. Default: true.
1414
+ - `binding_type` (string, optional (default: ODataV4)) - OData binding type.
1415
+ - `description` (string, optional) - Optional description. Defaults to service_binding_name when omitted.
1416
+ - `package_name` (string, required) - ABAP package name.
1417
+ - `response_format` (string, optional (default: xml)) -
1418
+ - `service_binding_name` (string, required) - Service binding name.
1419
+ - `service_binding_version` (string, optional) - Service binding ADT version. Default inferred from type.
1420
+ - `service_definition_name` (string, required) - Referenced service definition name.
1421
+ - `service_name` (string, optional) - Published service name. Default: service_binding_name if omitted.
1422
+ - `service_version` (string, optional) - Published service version. Default: 0001.
1423
+ - `transport_request` (string, optional) - Optional transport request for transport checks.
1424
+
1425
+ ---
1426
+
1427
+ <a id="deleteservicebinding-high-level-service-binding"></a>
1428
+ #### DeleteServiceBinding (High-Level / Service Binding)
1429
+ **Description:** Delete ABAP service binding via ADT Business Services endpoint.
1430
+
1431
+ **Source:** `src/handlers/service_binding/high/handleDeleteServiceBinding.ts`
1432
+
1433
+ **Parameters:**
1434
+ - `response_format` (string, optional (default: xml)) -
1435
+ - `service_binding_name` (string, required) - Service binding name to delete.
1436
+ - `transport_request` (string, optional) - Optional transport request for deletion transport flow.
1437
+
1438
+ ---
1439
+
1440
+ <a id="getservicebinding-high-level-service-binding"></a>
1441
+ #### GetServiceBinding (High-Level / Service Binding)
1442
+ **Description:** Retrieve ABAP service binding source/metadata by name via ADT Business Services endpoint.
1443
+
1444
+ **Source:** `src/handlers/service_binding/high/handleGetServiceBinding.ts`
1445
+
1446
+ **Parameters:**
1447
+ - `response_format` (string, optional (default: xml)) - Preferred response format.
1448
+ - `service_binding_name` (string, required) - Service binding name (for example: ZUI_MY_BINDING). Case-insensitive.
1449
+
1450
+ ---
1451
+
1452
+ <a id="listservicebindingtypes-high-level-service-binding"></a>
1453
+ #### ListServiceBindingTypes (High-Level / Service Binding)
1454
+ **Description:** List available service binding types (for example ODataV2/ODataV4) from ADT Business Services endpoint.
1455
+
1456
+ **Source:** `src/handlers/service_binding/high/handleListServiceBindingTypes.ts`
1457
+
1458
+ **Parameters:**
1459
+ - `response_format` (string, optional (default: xml)) -
1460
+
1461
+ ---
1462
+
1463
+ <a id="updateservicebinding-high-level-service-binding"></a>
1464
+ #### UpdateServiceBinding (High-Level / Service Binding)
1465
+ **Description:** Update publication state for ABAP service binding via AdtServiceBinding workflow.
1466
+
1467
+ **Source:** `src/handlers/service_binding/high/handleUpdateServiceBinding.ts`
1468
+
1469
+ **Parameters:**
1470
+ - `desired_publication_state` (string, required) - Target publication state.
1471
+ - `response_format` (string, optional (default: xml)) -
1472
+ - `service_binding_name` (string, required) - Service binding name to update.
1473
+ - `service_name` (string, required) - Published service name.
1474
+ - `service_type` (string, required (default: ODataV4)) - OData service type for publish/unpublish action routing.
1475
+ - `service_version` (string, optional) - Published service version. Optional.
1476
+
1477
+ ---
1478
+
1479
+ <a id="validateservicebinding-high-level-service-binding"></a>
1480
+ #### ValidateServiceBinding (High-Level / Service Binding)
1481
+ **Description:** Validate service binding parameters (name, service definition, package, version) via ADT validation endpoint.
1482
+
1483
+ **Source:** `src/handlers/service_binding/high/handleValidateServiceBinding.ts`
1484
+
1485
+ **Parameters:**
1486
+ - `description` (string, optional) - Optional description used during validation.
1487
+ - `package_name` (string, optional) - ABAP package for the binding.
1488
+ - `service_binding_name` (string, required) - Service binding name to validate.
1489
+ - `service_binding_version` (string, optional) - Service binding version (for example: 1.0).
1490
+ - `service_definition_name` (string, required) - Service definition linked to binding.
1491
+
1492
+ ---
1493
+
988
1494
  <a id="high-level-service-definition"></a>
989
1495
  ### High-Level / Service Definition
990
1496
 
@@ -1052,17 +1558,12 @@ Generated from code in `src/handlers/**` (not from docs).
1052
1558
  **Source:** `src/handlers/structure/high/handleCreateStructure.ts`
1053
1559
 
1054
1560
  **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)
1561
+ - `activate` (boolean, optional) - Activate structure after creation. Default: true. Set to false for batch operations (activate multiple objects later).
1562
+ - `description` (string, optional) - Structure description. If not provided, structure_name will be used.
1563
+ - `fields` (array, required (default: 0)) - Array of structure fields
1564
+ - `includes` (array, optional) - Include other structures in this structure
1565
+ - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects)
1566
+ - `structure_name` (string, required) - Structure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions.
1066
1567
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
1067
1568
 
1068
1569
  ---
@@ -1224,8 +1725,12 @@ Generated from code in `src/handlers/**` (not from docs).
1224
1725
  **Source:** `src/handlers/unit_test/high/handleCreateUnitTest.ts`
1225
1726
 
1226
1727
  **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.
1728
+ - `context` (string, optional) - Optional context string shown in SAP tools.
1729
+ - `duration` (object, optional) -
1730
+ - `risk_level` (object, optional) -
1731
+ - `scope` (object, optional) -
1732
+ - `tests` (array, required) - List of container/test class pairs to execute.
1733
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
1229
1734
 
1230
1735
  ---
1231
1736
 
@@ -1331,8 +1836,12 @@ Generated from code in `src/handlers/**` (not from docs).
1331
1836
  **Source:** `src/handlers/unit_test/high/handleRunUnitTest.ts`
1332
1837
 
1333
1838
  **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.
1839
+ - `context` (string, optional) - Optional context string shown in SAP tools.
1840
+ - `duration` (object, optional) -
1841
+ - `risk_level` (object, optional) -
1842
+ - `scope` (object, optional) -
1843
+ - `tests` (array, required) - List of container/test class pairs to execute.
1844
+ - `title` (string, optional) - Optional title for the ABAP Unit run.
1336
1845
 
1337
1846
  ---
1338
1847
 
@@ -1373,6 +1882,7 @@ Generated from code in `src/handlers/**` (not from docs).
1373
1882
  - `activate` (boolean, optional) - Activate after creation. Default: true.
1374
1883
  - `ddl_source` (string, required) - Complete DDL source code.
1375
1884
  - `description` (string, optional) - Optional description (defaults to view_name).
1885
+ - `package_name` (string, required) - Package name (e.g., ZOK_LAB, $TMP for local objects)
1376
1886
  - `transport_request` (string, optional) - Transport request number (required for transportable packages).
1377
1887
  - `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002, Z_I_MY_VIEW).
1378
1888
 
@@ -1409,9 +1919,10 @@ Generated from code in `src/handlers/**` (not from docs).
1409
1919
  **Source:** `src/handlers/view/high/handleUpdateView.ts`
1410
1920
 
1411
1921
  **Parameters:**
1922
+ - `activate` (boolean, optional) - Activate after update. Default: false.
1412
1923
  - `ddl_source` (string, required) - Complete DDL source code.
1413
1924
  - `view_name` (string, required) - View name (e.g., ZOK_R_TEST_0002).
1414
1925
 
1415
1926
  ---
1416
1927
 
1417
- *Last updated: 2026-02-15*
1928
+ *Last updated: 2026-02-21*