@mcp-abap-adt/core 5.0.11 → 5.1.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.
- package/CHANGELOG.md +16 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.d.ts +26 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.js +26 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts.map +1 -1
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js +22 -13
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js.map +1 -1
- package/dist/handlers/class/high/handleCheckClass.d.ts +37 -0
- package/dist/handlers/class/high/handleCheckClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCheckClass.js +35 -0
- package/dist/handlers/class/high/handleCheckClass.js.map +1 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.d.ts +26 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.js +26 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.js.map +1 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.d.ts +26 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.js +26 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts.map +1 -1
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js +20 -9
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js.map +1 -1
- package/dist/handlers/domain/high/handleCheckDomain.d.ts +26 -0
- package/dist/handlers/domain/high/handleCheckDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleCheckDomain.js +26 -0
- package/dist/handlers/domain/high/handleCheckDomain.js.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.d.ts +26 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.js +26 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.js.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.d.ts +37 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.js +35 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.js.map +1 -0
- package/dist/handlers/interface/high/handleCheckInterface.d.ts +26 -0
- package/dist/handlers/interface/high/handleCheckInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleCheckInterface.js +26 -0
- package/dist/handlers/interface/high/handleCheckInterface.js.map +1 -0
- package/dist/handlers/package/high/handleCheckPackage.d.ts +31 -0
- package/dist/handlers/package/high/handleCheckPackage.d.ts.map +1 -0
- package/dist/handlers/package/high/handleCheckPackage.js +30 -0
- package/dist/handlers/package/high/handleCheckPackage.js.map +1 -0
- package/dist/handlers/program/high/handleCheckProgram.d.ts +26 -0
- package/dist/handlers/program/high/handleCheckProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleCheckProgram.js +26 -0
- package/dist/handlers/program/high/handleCheckProgram.js.map +1 -0
- package/dist/handlers/structure/high/handleCheckStructure.d.ts +37 -0
- package/dist/handlers/structure/high/handleCheckStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleCheckStructure.js +35 -0
- package/dist/handlers/structure/high/handleCheckStructure.js.map +1 -0
- package/dist/handlers/table/high/handleCheckTable.d.ts +37 -0
- package/dist/handlers/table/high/handleCheckTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleCheckTable.js +35 -0
- package/dist/handlers/table/high/handleCheckTable.js.map +1 -0
- package/dist/handlers/view/high/handleCheckView.d.ts +37 -0
- package/dist/handlers/view/high/handleCheckView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleCheckView.js +35 -0
- package/dist/handlers/view/high/handleCheckView.js.map +1 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -1
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js +67 -1
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js.map +1 -1
- package/dist/lib/normalizeCheckResponse.d.ts +16 -0
- package/dist/lib/normalizeCheckResponse.d.ts.map +1 -0
- package/dist/lib/normalizeCheckResponse.js +27 -0
- package/dist/lib/normalizeCheckResponse.js.map +1 -0
- package/docs/superpowers/plans/2026-04-13-high-level-check-tools.md +1740 -0
- package/docs/superpowers/specs/2026-04-13-high-level-check-tools-design.md +204 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +187 -3
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +186 -2
- package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +127 -3
- package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +1 -1
- package/package.json +2 -2
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
Generated from code in `src/handlers/**` (not from docs).
|
|
4
4
|
|
|
5
5
|
- Level: High-Level
|
|
6
|
-
- Total tools:
|
|
6
|
+
- Total tools: 127
|
|
7
7
|
|
|
8
8
|
## Navigation
|
|
9
9
|
|
|
10
10
|
- [High-Level Group](#high-level-group)
|
|
11
11
|
- [Behavior Definition](#high-level-behavior-definition)
|
|
12
|
+
- [CheckBehaviorDefinition](#checkbehaviordefinition-high-level-behavior-definition)
|
|
12
13
|
- [CreateBehaviorDefinition](#createbehaviordefinition-high-level-behavior-definition)
|
|
13
14
|
- [DeleteBehaviorDefinition](#deletebehaviordefinition-high-level-behavior-definition)
|
|
14
15
|
- [GetBehaviorDefinition](#getbehaviordefinition-high-level-behavior-definition)
|
|
@@ -19,6 +20,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
19
20
|
- [GetBehaviorImplementation](#getbehaviorimplementation-high-level-behavior-implementation)
|
|
20
21
|
- [UpdateBehaviorImplementation](#updatebehaviorimplementation-high-level-behavior-implementation)
|
|
21
22
|
- [Class](#high-level-class)
|
|
23
|
+
- [CheckClass](#checkclass-high-level-class)
|
|
22
24
|
- [CreateClass](#createclass-high-level-class)
|
|
23
25
|
- [DeleteClass](#deleteclass-high-level-class)
|
|
24
26
|
- [DeleteLocalDefinitions](#deletelocaldefinitions-high-level-class)
|
|
@@ -35,6 +37,8 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
35
37
|
- [UpdateLocalMacros](#updatelocalmacros-high-level-class)
|
|
36
38
|
- [UpdateLocalTestClass](#updatelocaltestclass-high-level-class)
|
|
37
39
|
- [UpdateLocalTypes](#updatelocaltypes-high-level-class)
|
|
40
|
+
- [Common](#high-level-common)
|
|
41
|
+
- [ActivateObjects](#activateobjects-high-level-common)
|
|
38
42
|
- [Compact](#high-level-compact)
|
|
39
43
|
- [HandlerActivate](#handleractivate-high-level-compact)
|
|
40
44
|
- [HandlerCdsUnitTestResult](#handlercdsunittestresult-high-level-compact)
|
|
@@ -59,19 +63,24 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
59
63
|
- [HandlerUpdate](#handlerupdate-high-level-compact)
|
|
60
64
|
- [HandlerValidate](#handlervalidate-high-level-compact)
|
|
61
65
|
- [Data Element](#high-level-data-element)
|
|
66
|
+
- [CheckDataElement](#checkdataelement-high-level-data-element)
|
|
62
67
|
- [CreateDataElement](#createdataelement-high-level-data-element)
|
|
63
68
|
- [DeleteDataElement](#deletedataelement-high-level-data-element)
|
|
64
69
|
- [GetDataElement](#getdataelement-high-level-data-element)
|
|
65
70
|
- [UpdateDataElement](#updatedataelement-high-level-data-element)
|
|
66
71
|
- [Ddlx](#high-level-ddlx)
|
|
72
|
+
- [CheckMetadataExtension](#checkmetadataextension-high-level-ddlx)
|
|
67
73
|
- [CreateMetadataExtension](#createmetadataextension-high-level-ddlx)
|
|
68
74
|
- [UpdateMetadataExtension](#updatemetadataextension-high-level-ddlx)
|
|
69
75
|
- [Domain](#high-level-domain)
|
|
76
|
+
- [CheckDomain](#checkdomain-high-level-domain)
|
|
70
77
|
- [CreateDomain](#createdomain-high-level-domain)
|
|
71
78
|
- [DeleteDomain](#deletedomain-high-level-domain)
|
|
72
79
|
- [GetDomain](#getdomain-high-level-domain)
|
|
73
80
|
- [UpdateDomain](#updatedomain-high-level-domain)
|
|
74
81
|
- [Function](#high-level-function)
|
|
82
|
+
- [CheckFunctionGroup](#checkfunctiongroup-high-level-function)
|
|
83
|
+
- [CheckFunctionModule](#checkfunctionmodule-high-level-function)
|
|
75
84
|
- [CreateFunctionGroup](#createfunctiongroup-high-level-function)
|
|
76
85
|
- [CreateFunctionModule](#createfunctionmodule-high-level-function)
|
|
77
86
|
- [UpdateFunctionGroup](#updatefunctiongroup-high-level-function)
|
|
@@ -83,6 +92,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
83
92
|
- [DeleteFunctionModule](#deletefunctionmodule-high-level-function-module)
|
|
84
93
|
- [GetFunctionModule](#getfunctionmodule-high-level-function-module)
|
|
85
94
|
- [Interface](#high-level-interface)
|
|
95
|
+
- [CheckInterface](#checkinterface-high-level-interface)
|
|
86
96
|
- [CreateInterface](#createinterface-high-level-interface)
|
|
87
97
|
- [DeleteInterface](#deleteinterface-high-level-interface)
|
|
88
98
|
- [GetInterface](#getinterface-high-level-interface)
|
|
@@ -91,9 +101,11 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
91
101
|
- [DeleteMetadataExtension](#deletemetadataextension-high-level-metadata-extension)
|
|
92
102
|
- [GetMetadataExtension](#getmetadataextension-high-level-metadata-extension)
|
|
93
103
|
- [Package](#high-level-package)
|
|
104
|
+
- [CheckPackage](#checkpackage-high-level-package)
|
|
94
105
|
- [CreatePackage](#createpackage-high-level-package)
|
|
95
106
|
- [GetPackage](#getpackage-high-level-package)
|
|
96
107
|
- [Program](#high-level-program)
|
|
108
|
+
- [CheckProgram](#checkprogram-high-level-program)
|
|
97
109
|
- [CreateProgram](#createprogram-high-level-program)
|
|
98
110
|
- [DeleteProgram](#deleteprogram-high-level-program)
|
|
99
111
|
- [GetProgram](#getprogram-high-level-program)
|
|
@@ -111,6 +123,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
111
123
|
- [GetServiceDefinition](#getservicedefinition-high-level-service-definition)
|
|
112
124
|
- [UpdateServiceDefinition](#updateservicedefinition-high-level-service-definition)
|
|
113
125
|
- [Structure](#high-level-structure)
|
|
126
|
+
- [CheckStructure](#checkstructure-high-level-structure)
|
|
114
127
|
- [CreateStructure](#createstructure-high-level-structure)
|
|
115
128
|
- [DeleteStructure](#deletestructure-high-level-structure)
|
|
116
129
|
- [GetStructure](#getstructure-high-level-structure)
|
|
@@ -118,6 +131,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
118
131
|
- [System](#high-level-system)
|
|
119
132
|
- [GetPackageTree](#getpackagetree-high-level-system)
|
|
120
133
|
- [Table](#high-level-table)
|
|
134
|
+
- [CheckTable](#checktable-high-level-table)
|
|
121
135
|
- [CreateTable](#createtable-high-level-table)
|
|
122
136
|
- [DeleteTable](#deletetable-high-level-table)
|
|
123
137
|
- [GetTable](#gettable-high-level-table)
|
|
@@ -139,6 +153,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
139
153
|
- [UpdateCdsUnitTest](#updatecdsunittest-high-level-unit-test)
|
|
140
154
|
- [UpdateUnitTest](#updateunittest-high-level-unit-test)
|
|
141
155
|
- [View](#high-level-view)
|
|
156
|
+
- [CheckView](#checkview-high-level-view)
|
|
142
157
|
- [CreateView](#createview-high-level-view)
|
|
143
158
|
- [DeleteView](#deleteview-high-level-view)
|
|
144
159
|
- [GetView](#getview-high-level-view)
|
|
@@ -152,6 +167,17 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
152
167
|
<a id="high-level-behavior-definition"></a>
|
|
153
168
|
### High-Level / Behavior Definition
|
|
154
169
|
|
|
170
|
+
<a id="checkbehaviordefinition-high-level-behavior-definition"></a>
|
|
171
|
+
#### CheckBehaviorDefinition (High-Level / Behavior Definition)
|
|
172
|
+
**Description:** Perform syntax check on an ABAP behavior definition (BDEF). Returns syntax errors, warnings, and messages.
|
|
173
|
+
|
|
174
|
+
**Source:** `src/handlers/behavior_definition/high/handleCheckBehaviorDefinition.ts`
|
|
175
|
+
|
|
176
|
+
**Parameters:**
|
|
177
|
+
- `name` (string, required) - BehaviorDefinition name (e.g., ZI_MY_BDEF).
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
155
181
|
<a id="createbehaviordefinition-high-level-behavior-definition"></a>
|
|
156
182
|
#### CreateBehaviorDefinition (High-Level / Behavior Definition)
|
|
157
183
|
**Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system. Defines RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
|
|
@@ -268,6 +294,19 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
268
294
|
<a id="high-level-class"></a>
|
|
269
295
|
### High-Level / Class
|
|
270
296
|
|
|
297
|
+
<a id="checkclass-high-level-class"></a>
|
|
298
|
+
#### CheckClass (High-Level / Class)
|
|
299
|
+
**Description:** Perform syntax check on an ABAP class. Can check existing class (active/inactive) or validate hypothetical source code. Returns syntax errors, warnings, and messages.
|
|
300
|
+
|
|
301
|
+
**Source:** `src/handlers/class/high/handleCheckClass.ts`
|
|
302
|
+
|
|
303
|
+
**Parameters:**
|
|
304
|
+
- `class_name` (string, required) - Class name (e.g., ZCL_MY_CLASS).
|
|
305
|
+
- `source_code` (string, optional) - Optional: source code to validate. If provided, validates hypothetical code without creating object. Must include complete CLASS DEFINITION and IMPLEMENTATION sections.
|
|
306
|
+
- `version` (string, optional) - Version to check:
|
|
307
|
+
|
|
308
|
+
---
|
|
309
|
+
|
|
271
310
|
<a id="createclass-high-level-class"></a>
|
|
272
311
|
#### CreateClass (High-Level / Class)
|
|
273
312
|
**Description:** Create a new ABAP class in SAP system. Creates the class object in initial state. Use UpdateClass to set source code afterwards.
|
|
@@ -480,6 +519,21 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
480
519
|
|
|
481
520
|
---
|
|
482
521
|
|
|
522
|
+
<a id="high-level-common"></a>
|
|
523
|
+
### High-Level / Common
|
|
524
|
+
|
|
525
|
+
<a id="activateobjects-high-level-common"></a>
|
|
526
|
+
#### ActivateObjects (High-Level / Common)
|
|
527
|
+
**Description:** Activate one or multiple ABAP repository objects. Use after Create/Update when objects remain inactive, or for group activation of related objects (e.g., domains + data elements + tables together). Works with any object type.
|
|
528
|
+
|
|
529
|
+
**Source:** `src/handlers/common/high/handleActivateObjects.ts`
|
|
530
|
+
|
|
531
|
+
**Parameters:**
|
|
532
|
+
- `objects` (array, required) - Array of objects to activate. Each object must have
|
|
533
|
+
- `preaudit` (boolean, optional) - Request pre-audit before activation. Default: true
|
|
534
|
+
|
|
535
|
+
---
|
|
536
|
+
|
|
483
537
|
<a id="high-level-compact"></a>
|
|
484
538
|
### High-Level / Compact
|
|
485
539
|
|
|
@@ -883,6 +937,17 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
883
937
|
<a id="high-level-data-element"></a>
|
|
884
938
|
### High-Level / Data Element
|
|
885
939
|
|
|
940
|
+
<a id="checkdataelement-high-level-data-element"></a>
|
|
941
|
+
#### CheckDataElement (High-Level / Data Element)
|
|
942
|
+
**Description:** Perform syntax check on an ABAP data element. Returns syntax errors, warnings, and messages.
|
|
943
|
+
|
|
944
|
+
**Source:** `src/handlers/data_element/high/handleCheckDataElement.ts`
|
|
945
|
+
|
|
946
|
+
**Parameters:**
|
|
947
|
+
- `data_element_name` (string, required) - Data element name (e.g., ZDE_MY_ELEMENT).
|
|
948
|
+
|
|
949
|
+
---
|
|
950
|
+
|
|
886
951
|
<a id="createdataelement-high-level-data-element"></a>
|
|
887
952
|
#### CreateDataElement (High-Level / Data Element)
|
|
888
953
|
**Description:** Create a new ABAP data element in SAP system with all required steps: create, activate, and verify.
|
|
@@ -963,6 +1028,17 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
963
1028
|
<a id="high-level-ddlx"></a>
|
|
964
1029
|
### High-Level / Ddlx
|
|
965
1030
|
|
|
1031
|
+
<a id="checkmetadataextension-high-level-ddlx"></a>
|
|
1032
|
+
#### CheckMetadataExtension (High-Level / Ddlx)
|
|
1033
|
+
**Description:** Perform syntax check on an ABAP metadata extension (DDLX). Returns syntax errors, warnings, and messages.
|
|
1034
|
+
|
|
1035
|
+
**Source:** `src/handlers/ddlx/high/handleCheckMetadataExtension.ts`
|
|
1036
|
+
|
|
1037
|
+
**Parameters:**
|
|
1038
|
+
- `name` (string, required) - Metadata extension name (e.g., ZC_MY_DDLX).
|
|
1039
|
+
|
|
1040
|
+
---
|
|
1041
|
+
|
|
966
1042
|
<a id="createmetadataextension-high-level-ddlx"></a>
|
|
967
1043
|
#### CreateMetadataExtension (High-Level / Ddlx)
|
|
968
1044
|
**Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system. Defines Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
|
|
@@ -996,6 +1072,17 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
996
1072
|
<a id="high-level-domain"></a>
|
|
997
1073
|
### High-Level / Domain
|
|
998
1074
|
|
|
1075
|
+
<a id="checkdomain-high-level-domain"></a>
|
|
1076
|
+
#### CheckDomain (High-Level / Domain)
|
|
1077
|
+
**Description:** Perform syntax check on an ABAP domain. Returns syntax errors, warnings, and messages.
|
|
1078
|
+
|
|
1079
|
+
**Source:** `src/handlers/domain/high/handleCheckDomain.ts`
|
|
1080
|
+
|
|
1081
|
+
**Parameters:**
|
|
1082
|
+
- `domain_name` (string, required) - Domain name (e.g., ZDM_MY_DOMAIN).
|
|
1083
|
+
|
|
1084
|
+
---
|
|
1085
|
+
|
|
999
1086
|
<a id="createdomain-high-level-domain"></a>
|
|
1000
1087
|
#### CreateDomain (High-Level / Domain)
|
|
1001
1088
|
**Description:** Create a new ABAP domain in SAP system with all required steps: lock, create, check, unlock, activate, and verify.
|
|
@@ -1069,6 +1156,30 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1069
1156
|
<a id="high-level-function"></a>
|
|
1070
1157
|
### High-Level / Function
|
|
1071
1158
|
|
|
1159
|
+
<a id="checkfunctiongroup-high-level-function"></a>
|
|
1160
|
+
#### CheckFunctionGroup (High-Level / Function)
|
|
1161
|
+
**Description:** Perform syntax check on an ABAP function group. Returns syntax errors, warnings, and messages.
|
|
1162
|
+
|
|
1163
|
+
**Source:** `src/handlers/function/high/handleCheckFunctionGroup.ts`
|
|
1164
|
+
|
|
1165
|
+
**Parameters:**
|
|
1166
|
+
- `function_group_name` (string, required) - Function group name (e.g., ZFGRP_MY_GROUP).
|
|
1167
|
+
|
|
1168
|
+
---
|
|
1169
|
+
|
|
1170
|
+
<a id="checkfunctionmodule-high-level-function"></a>
|
|
1171
|
+
#### CheckFunctionModule (High-Level / Function)
|
|
1172
|
+
**Description:** Perform syntax check on an ABAP function module. Returns syntax errors, warnings, and messages.
|
|
1173
|
+
|
|
1174
|
+
**Source:** `src/handlers/function/high/handleCheckFunctionModule.ts`
|
|
1175
|
+
|
|
1176
|
+
**Parameters:**
|
|
1177
|
+
- `function_group_name` (string, required) - Function group name containing the function module.
|
|
1178
|
+
- `function_module_name` (string, required) - Function module name (e.g., Z_MY_FUNCTION).
|
|
1179
|
+
- `version` (string, optional) - Version to check:
|
|
1180
|
+
|
|
1181
|
+
---
|
|
1182
|
+
|
|
1072
1183
|
<a id="createfunctiongroup-high-level-function"></a>
|
|
1073
1184
|
#### CreateFunctionGroup (High-Level / Function)
|
|
1074
1185
|
**Description:** Create a new ABAP function group in SAP system. Function groups serve as containers for function modules. Uses stateful session for proper lock management.
|
|
@@ -1185,6 +1296,17 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1185
1296
|
<a id="high-level-interface"></a>
|
|
1186
1297
|
### High-Level / Interface
|
|
1187
1298
|
|
|
1299
|
+
<a id="checkinterface-high-level-interface"></a>
|
|
1300
|
+
#### CheckInterface (High-Level / Interface)
|
|
1301
|
+
**Description:** Perform syntax check on an ABAP interface. Returns syntax errors, warnings, and messages.
|
|
1302
|
+
|
|
1303
|
+
**Source:** `src/handlers/interface/high/handleCheckInterface.ts`
|
|
1304
|
+
|
|
1305
|
+
**Parameters:**
|
|
1306
|
+
- `interface_name` (string, required) - Interface name (e.g., ZIF_MY_INTERFACE).
|
|
1307
|
+
|
|
1308
|
+
---
|
|
1309
|
+
|
|
1188
1310
|
<a id="createinterface-high-level-interface"></a>
|
|
1189
1311
|
#### CreateInterface (High-Level / Interface)
|
|
1190
1312
|
**Description:** Create a new ABAP interface in SAP system. Creates the interface object in initial state. Use UpdateInterface to set source code afterwards.
|
|
@@ -1267,6 +1389,18 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1267
1389
|
<a id="high-level-package"></a>
|
|
1268
1390
|
### High-Level / Package
|
|
1269
1391
|
|
|
1392
|
+
<a id="checkpackage-high-level-package"></a>
|
|
1393
|
+
#### CheckPackage (High-Level / Package)
|
|
1394
|
+
**Description:** Perform syntax check on an ABAP package. Returns syntax errors, warnings, and messages.
|
|
1395
|
+
|
|
1396
|
+
**Source:** `src/handlers/package/high/handleCheckPackage.ts`
|
|
1397
|
+
|
|
1398
|
+
**Parameters:**
|
|
1399
|
+
- `package_name` (string, required) - Package name (e.g., ZMY_PACKAGE).
|
|
1400
|
+
- `super_package` (string, required) - Super package name (parent package).
|
|
1401
|
+
|
|
1402
|
+
---
|
|
1403
|
+
|
|
1270
1404
|
<a id="createpackage-high-level-package"></a>
|
|
1271
1405
|
#### CreatePackage (High-Level / Package)
|
|
1272
1406
|
**Description:** Create a new ABAP package in SAP system. Packages are containers for development objects and are essential for organizing code.
|
|
@@ -1293,6 +1427,17 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1293
1427
|
<a id="high-level-program"></a>
|
|
1294
1428
|
### High-Level / Program
|
|
1295
1429
|
|
|
1430
|
+
<a id="checkprogram-high-level-program"></a>
|
|
1431
|
+
#### CheckProgram (High-Level / Program)
|
|
1432
|
+
**Description:** Perform syntax check on an ABAP program. Returns syntax errors, warnings, and messages. Not available on cloud.
|
|
1433
|
+
|
|
1434
|
+
**Source:** `src/handlers/program/high/handleCheckProgram.ts`
|
|
1435
|
+
|
|
1436
|
+
**Parameters:**
|
|
1437
|
+
- `program_name` (string, required) - Program name (e.g., ZMCP_MY_PROGRAM).
|
|
1438
|
+
|
|
1439
|
+
---
|
|
1440
|
+
|
|
1296
1441
|
<a id="createprogram-high-level-program"></a>
|
|
1297
1442
|
#### CreateProgram (High-Level / Program)
|
|
1298
1443
|
**Description:** Create a new ABAP program (report) in SAP system. Creates the program object in initial state. Use UpdateProgram to set source code afterwards.
|
|
@@ -1498,6 +1643,19 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1498
1643
|
<a id="high-level-structure"></a>
|
|
1499
1644
|
### High-Level / Structure
|
|
1500
1645
|
|
|
1646
|
+
<a id="checkstructure-high-level-structure"></a>
|
|
1647
|
+
#### CheckStructure (High-Level / Structure)
|
|
1648
|
+
**Description:** Perform syntax check on an ABAP structure. Can check existing structure (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.
|
|
1649
|
+
|
|
1650
|
+
**Source:** `src/handlers/structure/high/handleCheckStructure.ts`
|
|
1651
|
+
|
|
1652
|
+
**Parameters:**
|
|
1653
|
+
- `ddl_code` (string, optional) - Optional: DDL source code to validate instead of the saved version.
|
|
1654
|
+
- `structure_name` (string, required) - Structure name (e.g., ZST_MY_STRUCTURE).
|
|
1655
|
+
- `version` (string, optional) - Version to check:
|
|
1656
|
+
|
|
1657
|
+
---
|
|
1658
|
+
|
|
1501
1659
|
<a id="createstructure-high-level-structure"></a>
|
|
1502
1660
|
#### CreateStructure (High-Level / Structure)
|
|
1503
1661
|
**Description:** Create a new ABAP structure in SAP system with fields and type references. Includes create, activate, and verify steps.
|
|
@@ -1574,6 +1732,19 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1574
1732
|
<a id="high-level-table"></a>
|
|
1575
1733
|
### High-Level / Table
|
|
1576
1734
|
|
|
1735
|
+
<a id="checktable-high-level-table"></a>
|
|
1736
|
+
#### CheckTable (High-Level / Table)
|
|
1737
|
+
**Description:** Perform syntax check on an ABAP table. Can check existing table (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.
|
|
1738
|
+
|
|
1739
|
+
**Source:** `src/handlers/table/high/handleCheckTable.ts`
|
|
1740
|
+
|
|
1741
|
+
**Parameters:**
|
|
1742
|
+
- `ddl_code` (string, optional) - Optional: DDL source code to validate instead of the saved version.
|
|
1743
|
+
- `table_name` (string, required) - Table name (e.g., ZMCP_MY_TABLE).
|
|
1744
|
+
- `version` (string, optional) - Version to check:
|
|
1745
|
+
|
|
1746
|
+
---
|
|
1747
|
+
|
|
1577
1748
|
<a id="createtable-high-level-table"></a>
|
|
1578
1749
|
#### CreateTable (High-Level / Table)
|
|
1579
1750
|
**Description:** Create a new ABAP table via the ADT API. Creates the table object in initial state. Use UpdateTable to set DDL code afterwards.
|
|
@@ -1815,6 +1986,19 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1815
1986
|
<a id="high-level-view"></a>
|
|
1816
1987
|
### High-Level / View
|
|
1817
1988
|
|
|
1989
|
+
<a id="checkview-high-level-view"></a>
|
|
1990
|
+
#### CheckView (High-Level / View)
|
|
1991
|
+
**Description:** Perform syntax check on an ABAP CDS view. Can check existing view (active/inactive) or validate hypothetical DDL source. Returns syntax errors, warnings, and messages.
|
|
1992
|
+
|
|
1993
|
+
**Source:** `src/handlers/view/high/handleCheckView.ts`
|
|
1994
|
+
|
|
1995
|
+
**Parameters:**
|
|
1996
|
+
- `ddl_source` (string, optional) - Optional: DDL source code to validate instead of the saved version.
|
|
1997
|
+
- `version` (string, optional) - Version to check:
|
|
1998
|
+
- `view_name` (string, required) - CDS view name (e.g., ZI_MY_VIEW).
|
|
1999
|
+
|
|
2000
|
+
---
|
|
2001
|
+
|
|
1818
2002
|
<a id="createview-high-level-view"></a>
|
|
1819
2003
|
#### CreateView (High-Level / View)
|
|
1820
2004
|
**Description:** Create CDS View or Classic View in SAP. Creates the view object in initial state. Use UpdateView to set DDL source code afterwards.
|
|
@@ -1867,4 +2051,4 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1867
2051
|
|
|
1868
2052
|
---
|
|
1869
2053
|
|
|
1870
|
-
*Last updated: 2026-04-
|
|
2054
|
+
*Last updated: 2026-04-13*
|
|
@@ -5,9 +5,9 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
5
5
|
Tools available on legacy SAP systems (BASIS < 7.50) connected via RFC.
|
|
6
6
|
Legacy systems support a subset of tools — primarily Class, Interface, View, Program, Function Group/Module, Package (read/update/delete), Include, Unit Test, and common utilities.
|
|
7
7
|
|
|
8
|
-
- Total tools:
|
|
8
|
+
- Total tools: 129
|
|
9
9
|
- Read-Only: 11
|
|
10
|
-
- High-Level:
|
|
10
|
+
- High-Level: 58
|
|
11
11
|
- Low-Level: 60
|
|
12
12
|
|
|
13
13
|
## Navigation
|
|
@@ -34,6 +34,7 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
34
34
|
- [ReadView](#readview-read-only-view)
|
|
35
35
|
- [High-Level Group](#high-level-group)
|
|
36
36
|
- [Class](#high-level-class)
|
|
37
|
+
- [CheckClass](#checkclass-high-level-class)
|
|
37
38
|
- [CreateClass](#createclass-high-level-class)
|
|
38
39
|
- [DeleteClass](#deleteclass-high-level-class)
|
|
39
40
|
- [DeleteLocalDefinitions](#deletelocaldefinitions-high-level-class)
|
|
@@ -50,7 +51,11 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
50
51
|
- [UpdateLocalMacros](#updatelocalmacros-high-level-class)
|
|
51
52
|
- [UpdateLocalTestClass](#updatelocaltestclass-high-level-class)
|
|
52
53
|
- [UpdateLocalTypes](#updatelocaltypes-high-level-class)
|
|
54
|
+
- [Common](#high-level-common)
|
|
55
|
+
- [ActivateObjects](#activateobjects-high-level-common)
|
|
53
56
|
- [Function](#high-level-function)
|
|
57
|
+
- [CheckFunctionGroup](#checkfunctiongroup-high-level-function)
|
|
58
|
+
- [CheckFunctionModule](#checkfunctionmodule-high-level-function)
|
|
54
59
|
- [CreateFunctionGroup](#createfunctiongroup-high-level-function)
|
|
55
60
|
- [CreateFunctionModule](#createfunctionmodule-high-level-function)
|
|
56
61
|
- [UpdateFunctionGroup](#updatefunctiongroup-high-level-function)
|
|
@@ -62,13 +67,16 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
62
67
|
- [DeleteFunctionModule](#deletefunctionmodule-high-level-function-module)
|
|
63
68
|
- [GetFunctionModule](#getfunctionmodule-high-level-function-module)
|
|
64
69
|
- [Interface](#high-level-interface)
|
|
70
|
+
- [CheckInterface](#checkinterface-high-level-interface)
|
|
65
71
|
- [CreateInterface](#createinterface-high-level-interface)
|
|
66
72
|
- [DeleteInterface](#deleteinterface-high-level-interface)
|
|
67
73
|
- [GetInterface](#getinterface-high-level-interface)
|
|
68
74
|
- [UpdateInterface](#updateinterface-high-level-interface)
|
|
69
75
|
- [Package](#high-level-package)
|
|
76
|
+
- [CheckPackage](#checkpackage-high-level-package)
|
|
70
77
|
- [GetPackage](#getpackage-high-level-package)
|
|
71
78
|
- [Program](#high-level-program)
|
|
79
|
+
- [CheckProgram](#checkprogram-high-level-program)
|
|
72
80
|
- [CreateProgram](#createprogram-high-level-program)
|
|
73
81
|
- [DeleteProgram](#deleteprogram-high-level-program)
|
|
74
82
|
- [GetProgram](#getprogram-high-level-program)
|
|
@@ -88,6 +96,7 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
88
96
|
- [UpdateCdsUnitTest](#updatecdsunittest-high-level-unit-test)
|
|
89
97
|
- [UpdateUnitTest](#updateunittest-high-level-unit-test)
|
|
90
98
|
- [View](#high-level-view)
|
|
99
|
+
- [CheckView](#checkview-high-level-view)
|
|
91
100
|
- [CreateView](#createview-high-level-view)
|
|
92
101
|
- [DeleteView](#deleteview-high-level-view)
|
|
93
102
|
- [GetView](#getview-high-level-view)
|
|
@@ -351,6 +360,21 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
351
360
|
<a id="high-level-class"></a>
|
|
352
361
|
### High-Level / Class
|
|
353
362
|
|
|
363
|
+
<a id="checkclass-high-level-class"></a>
|
|
364
|
+
#### CheckClass (High-Level / Class)
|
|
365
|
+
**Description:** Perform syntax check on an ABAP class. Can check existing class (active/inactive) or validate hypothetical source code. Returns syntax errors, warnings, and messages.
|
|
366
|
+
|
|
367
|
+
**Source:** `src/handlers/class/high/handleCheckClass.ts`
|
|
368
|
+
|
|
369
|
+
**Available in:** `onprem`, `cloud`, `legacy`
|
|
370
|
+
|
|
371
|
+
**Parameters:**
|
|
372
|
+
- `class_name` (string, required) - Class name (e.g., ZCL_MY_CLASS).
|
|
373
|
+
- `source_code` (string, optional) - Optional: source code to validate. If provided, validates hypothetical code without creating object. Must include complete CLASS DEFINITION and IMPLEMENTATION sections.
|
|
374
|
+
- `version` (string, optional) - Version to check:
|
|
375
|
+
|
|
376
|
+
---
|
|
377
|
+
|
|
354
378
|
<a id="createclass-high-level-class"></a>
|
|
355
379
|
#### CreateClass (High-Level / Class)
|
|
356
380
|
**Description:** Create a new ABAP class in SAP system. Creates the class object in initial state. Use UpdateClass to set source code afterwards.
|
|
@@ -595,9 +619,54 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
595
619
|
|
|
596
620
|
---
|
|
597
621
|
|
|
622
|
+
<a id="high-level-common"></a>
|
|
623
|
+
### High-Level / Common
|
|
624
|
+
|
|
625
|
+
<a id="activateobjects-high-level-common"></a>
|
|
626
|
+
#### ActivateObjects (High-Level / Common)
|
|
627
|
+
**Description:** Activate one or multiple ABAP repository objects. Use after Create/Update when objects remain inactive, or for group activation of related objects (e.g., domains + data elements + tables together). Works with any object type.
|
|
628
|
+
|
|
629
|
+
**Source:** `src/handlers/common/high/handleActivateObjects.ts`
|
|
630
|
+
|
|
631
|
+
**Available in:** `onprem`, `cloud`, `legacy`
|
|
632
|
+
|
|
633
|
+
**Parameters:**
|
|
634
|
+
- `objects` (array, required) - Array of objects to activate. Each object must have
|
|
635
|
+
- `preaudit` (boolean, optional) - Request pre-audit before activation. Default: true
|
|
636
|
+
|
|
637
|
+
---
|
|
638
|
+
|
|
598
639
|
<a id="high-level-function"></a>
|
|
599
640
|
### High-Level / Function
|
|
600
641
|
|
|
642
|
+
<a id="checkfunctiongroup-high-level-function"></a>
|
|
643
|
+
#### CheckFunctionGroup (High-Level / Function)
|
|
644
|
+
**Description:** Perform syntax check on an ABAP function group. Returns syntax errors, warnings, and messages.
|
|
645
|
+
|
|
646
|
+
**Source:** `src/handlers/function/high/handleCheckFunctionGroup.ts`
|
|
647
|
+
|
|
648
|
+
**Available in:** `onprem`, `cloud`, `legacy`
|
|
649
|
+
|
|
650
|
+
**Parameters:**
|
|
651
|
+
- `function_group_name` (string, required) - Function group name (e.g., ZFGRP_MY_GROUP).
|
|
652
|
+
|
|
653
|
+
---
|
|
654
|
+
|
|
655
|
+
<a id="checkfunctionmodule-high-level-function"></a>
|
|
656
|
+
#### CheckFunctionModule (High-Level / Function)
|
|
657
|
+
**Description:** Perform syntax check on an ABAP function module. Returns syntax errors, warnings, and messages.
|
|
658
|
+
|
|
659
|
+
**Source:** `src/handlers/function/high/handleCheckFunctionModule.ts`
|
|
660
|
+
|
|
661
|
+
**Available in:** `onprem`, `cloud`, `legacy`
|
|
662
|
+
|
|
663
|
+
**Parameters:**
|
|
664
|
+
- `function_group_name` (string, required) - Function group name containing the function module.
|
|
665
|
+
- `function_module_name` (string, required) - Function module name (e.g., Z_MY_FUNCTION).
|
|
666
|
+
- `version` (string, optional) - Version to check:
|
|
667
|
+
|
|
668
|
+
---
|
|
669
|
+
|
|
601
670
|
<a id="createfunctiongroup-high-level-function"></a>
|
|
602
671
|
#### CreateFunctionGroup (High-Level / Function)
|
|
603
672
|
**Description:** Create a new ABAP function group in SAP system. Function groups serve as containers for function modules. Uses stateful session for proper lock management.
|
|
@@ -730,6 +799,19 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
730
799
|
<a id="high-level-interface"></a>
|
|
731
800
|
### High-Level / Interface
|
|
732
801
|
|
|
802
|
+
<a id="checkinterface-high-level-interface"></a>
|
|
803
|
+
#### CheckInterface (High-Level / Interface)
|
|
804
|
+
**Description:** Perform syntax check on an ABAP interface. Returns syntax errors, warnings, and messages.
|
|
805
|
+
|
|
806
|
+
**Source:** `src/handlers/interface/high/handleCheckInterface.ts`
|
|
807
|
+
|
|
808
|
+
**Available in:** `onprem`, `cloud`, `legacy`
|
|
809
|
+
|
|
810
|
+
**Parameters:**
|
|
811
|
+
- `interface_name` (string, required) - Interface name (e.g., ZIF_MY_INTERFACE).
|
|
812
|
+
|
|
813
|
+
---
|
|
814
|
+
|
|
733
815
|
<a id="createinterface-high-level-interface"></a>
|
|
734
816
|
#### CreateInterface (High-Level / Interface)
|
|
735
817
|
**Description:** Create a new ABAP interface in SAP system. Creates the interface object in initial state. Use UpdateInterface to set source code afterwards.
|
|
@@ -793,6 +875,20 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
793
875
|
<a id="high-level-package"></a>
|
|
794
876
|
### High-Level / Package
|
|
795
877
|
|
|
878
|
+
<a id="checkpackage-high-level-package"></a>
|
|
879
|
+
#### CheckPackage (High-Level / Package)
|
|
880
|
+
**Description:** Perform syntax check on an ABAP package. Returns syntax errors, warnings, and messages.
|
|
881
|
+
|
|
882
|
+
**Source:** `src/handlers/package/high/handleCheckPackage.ts`
|
|
883
|
+
|
|
884
|
+
**Available in:** `onprem`, `cloud`, `legacy`
|
|
885
|
+
|
|
886
|
+
**Parameters:**
|
|
887
|
+
- `package_name` (string, required) - Package name (e.g., ZMY_PACKAGE).
|
|
888
|
+
- `super_package` (string, required) - Super package name (parent package).
|
|
889
|
+
|
|
890
|
+
---
|
|
891
|
+
|
|
796
892
|
<a id="getpackage-high-level-package"></a>
|
|
797
893
|
#### GetPackage (High-Level / Package)
|
|
798
894
|
**Description:** Retrieve ABAP package metadata (description, super-package, etc.). Supports reading active or inactive version.
|
|
@@ -810,6 +906,19 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
810
906
|
<a id="high-level-program"></a>
|
|
811
907
|
### High-Level / Program
|
|
812
908
|
|
|
909
|
+
<a id="checkprogram-high-level-program"></a>
|
|
910
|
+
#### CheckProgram (High-Level / Program)
|
|
911
|
+
**Description:** Perform syntax check on an ABAP program. Returns syntax errors, warnings, and messages. Not available on cloud.
|
|
912
|
+
|
|
913
|
+
**Source:** `src/handlers/program/high/handleCheckProgram.ts`
|
|
914
|
+
|
|
915
|
+
**Available in:** `onprem`, `legacy`
|
|
916
|
+
|
|
917
|
+
**Parameters:**
|
|
918
|
+
- `program_name` (string, required) - Program name (e.g., ZMCP_MY_PROGRAM).
|
|
919
|
+
|
|
920
|
+
---
|
|
921
|
+
|
|
813
922
|
<a id="createprogram-high-level-program"></a>
|
|
814
923
|
#### CreateProgram (High-Level / Program)
|
|
815
924
|
**Description:** Create a new ABAP program (report) in SAP system. Creates the program object in initial state. Use UpdateProgram to set source code afterwards.
|
|
@@ -1070,6 +1179,21 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
1070
1179
|
<a id="high-level-view"></a>
|
|
1071
1180
|
### High-Level / View
|
|
1072
1181
|
|
|
1182
|
+
<a id="checkview-high-level-view"></a>
|
|
1183
|
+
#### CheckView (High-Level / View)
|
|
1184
|
+
**Description:** Perform syntax check on an ABAP CDS view. Can check existing view (active/inactive) or validate hypothetical DDL source. Returns syntax errors, warnings, and messages.
|
|
1185
|
+
|
|
1186
|
+
**Source:** `src/handlers/view/high/handleCheckView.ts`
|
|
1187
|
+
|
|
1188
|
+
**Available in:** `onprem`, `cloud`, `legacy`
|
|
1189
|
+
|
|
1190
|
+
**Parameters:**
|
|
1191
|
+
- `ddl_source` (string, optional) - Optional: DDL source code to validate instead of the saved version.
|
|
1192
|
+
- `version` (string, optional) - Version to check:
|
|
1193
|
+
- `view_name` (string, required) - CDS view name (e.g., ZI_MY_VIEW).
|
|
1194
|
+
|
|
1195
|
+
---
|
|
1196
|
+
|
|
1073
1197
|
<a id="createview-high-level-view"></a>
|
|
1074
1198
|
#### CreateView (High-Level / View)
|
|
1075
1199
|
**Description:** Create CDS View or Classic View in SAP. Creates the view object in initial state. Use UpdateView to set DDL source code afterwards.
|
|
@@ -2129,4 +2253,4 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
|
|
|
2129
2253
|
|
|
2130
2254
|
---
|
|
2131
2255
|
|
|
2132
|
-
*Last updated: 2026-04-
|
|
2256
|
+
*Last updated: 2026-04-13*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/core",
|
|
3
3
|
"mcpName": "io.github.fr0ster/mcp-abap-adt",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.1.1",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"yaml": "^2.8.1"
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@mcp-abap-adt/adt-clients": "^4.0.
|
|
139
|
+
"@mcp-abap-adt/adt-clients": "^4.0.5",
|
|
140
140
|
"@mcp-abap-adt/auth-broker": "^1.0.5",
|
|
141
141
|
"@mcp-abap-adt/auth-providers": "^1.0.5",
|
|
142
142
|
"@mcp-abap-adt/auth-stores": "^1.0.4",
|