@mcp-abap-adt/core 2.2.5 → 2.2.7

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 (52) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +27 -10
  3. package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts.map +1 -1
  4. package/dist/handlers/function/high/handleUpdateFunctionModule.js +31 -1
  5. package/dist/handlers/function/high/handleUpdateFunctionModule.js.map +1 -1
  6. package/dist/handlers/function/low/handleLockFunctionModule.d.ts.map +1 -1
  7. package/dist/handlers/function/low/handleLockFunctionModule.js +4 -2
  8. package/dist/handlers/function/low/handleLockFunctionModule.js.map +1 -1
  9. package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts +6 -1
  10. package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts.map +1 -1
  11. package/dist/handlers/function/low/handleUpdateFunctionModule.js +12 -3
  12. package/dist/handlers/function/low/handleUpdateFunctionModule.js.map +1 -1
  13. package/dist/handlers/function/readonly/handleGetFunction.d.ts +1 -1
  14. package/dist/handlers/function/readonly/handleGetFunction.d.ts.map +1 -1
  15. package/dist/handlers/function/readonly/handleGetFunction.js +9 -7
  16. package/dist/handlers/function/readonly/handleGetFunction.js.map +1 -1
  17. package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts +6 -1
  18. package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts.map +1 -1
  19. package/dist/handlers/function_module/high/handleDeleteFunctionModule.js +12 -5
  20. package/dist/handlers/function_module/high/handleDeleteFunctionModule.js.map +1 -1
  21. package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts +6 -1
  22. package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts.map +1 -1
  23. package/dist/handlers/function_module/high/handleGetFunctionModule.js +12 -6
  24. package/dist/handlers/function_module/high/handleGetFunctionModule.js.map +1 -1
  25. package/dist/lib/config/ArgumentsParser.d.ts.map +1 -1
  26. package/dist/lib/config/ArgumentsParser.js +20 -21
  27. package/dist/lib/config/ArgumentsParser.js.map +1 -1
  28. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  29. package/dist/lib/config/ServerConfigManager.js +8 -3
  30. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  31. package/dist/lib/config/envResolver.d.ts +6 -0
  32. package/dist/lib/config/envResolver.d.ts.map +1 -0
  33. package/dist/lib/config/envResolver.js +84 -0
  34. package/dist/lib/config/envResolver.js.map +1 -0
  35. package/dist/lib/config/runtimeConfig.d.ts.map +1 -1
  36. package/dist/lib/config/runtimeConfig.js +27 -14
  37. package/dist/lib/config/runtimeConfig.js.map +1 -1
  38. package/dist/lib/utils.d.ts.map +1 -1
  39. package/dist/lib/utils.js +10 -6
  40. package/dist/lib/utils.js.map +1 -1
  41. package/dist/server/launcher.js +1 -1
  42. package/docs/installation/INSTALLATION.md +17 -12
  43. package/docs/user-guide/AUTHENTICATION.md +3 -2
  44. package/docs/user-guide/AVAILABLE_TOOLS.md +815 -526
  45. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +1417 -0
  46. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1945 -0
  47. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +405 -0
  48. package/docs/user-guide/CLIENT_CONFIGURATION.md +24 -16
  49. package/docs/user-guide/CLI_OPTIONS.md +28 -22
  50. package/docs/user-guide/HANDLERS_MANAGEMENT.md +5 -5
  51. package/docs/user-guide/README.md +12 -6
  52. package/package.json +1 -1
@@ -13,298 +13,301 @@ Generated from code in `src/handlers/**` (not from docs).
13
13
 
14
14
  - [Read-Only Group](#read-only-group)
15
15
  - [Enhancement](#read-only-enhancement)
16
- - [GetEnhancementImpl](#getenhancementimpl-readonly)
17
- - [GetEnhancements](#getenhancements-readonly)
18
- - [GetEnhancementSpot](#getenhancementspot-readonly)
16
+ - [GetEnhancementImpl](#getenhancementimpl-read-only-enhancement)
17
+ - [GetEnhancements](#getenhancements-read-only-enhancement)
18
+ - [GetEnhancementSpot](#getenhancementspot-read-only-enhancement)
19
19
  - [Function](#read-only-function)
20
- - [GetFunction](#getfunction-readonly)
20
+ - [GetFunction](#getfunction-read-only-function)
21
21
  - [Include](#read-only-include)
22
- - [GetInclude](#getinclude-readonly)
23
- - [GetIncludesList](#getincludeslist-readonly)
22
+ - [GetInclude](#getinclude-read-only-include)
23
+ - [GetIncludesList](#getincludeslist-read-only-include)
24
24
  - [Package](#read-only-package)
25
- - [GetPackageContents](#getpackagecontents-readonly)
25
+ - [GetPackageContents](#getpackagecontents-read-only-package)
26
26
  - [Program](#read-only-program)
27
- - [GetProgFullCode](#getprogfullcode-readonly)
27
+ - [GetProgFullCode](#getprogfullcode-read-only-program)
28
28
  - [Search](#read-only-search)
29
- - [GetObjectsByType](#getobjectsbytype-readonly)
30
- - [GetObjectsList](#getobjectslist-readonly)
31
- - [SearchObject](#searchobject-readonly)
29
+ - [GetObjectsByType](#getobjectsbytype-read-only-search)
30
+ - [GetObjectsList](#getobjectslist-read-only-search)
31
+ - [SearchObject](#searchobject-read-only-search)
32
32
  - [System](#read-only-system)
33
- - [DescribeByList](#describebylist-readonly)
34
- - [GetAbapAST](#getabapast-readonly)
35
- - [GetAbapSemanticAnalysis](#getabapsemanticanalysis-readonly)
36
- - [GetAbapSystemSymbols](#getabapsystemsymbols-readonly)
37
- - [GetAdtTypes](#getadttypes-readonly)
38
- - [GetInactiveObjects](#getinactiveobjects-readonly)
39
- - [GetObjectInfo](#getobjectinfo-readonly)
40
- - [GetObjectNodeFromCache](#getobjectnodefromcache-readonly)
41
- - [GetObjectStructure](#getobjectstructure-readonly)
42
- - [GetSession](#getsession-readonly)
43
- - [GetSqlQuery](#getsqlquery-readonly)
44
- - [GetTransaction](#gettransaction-readonly)
45
- - [GetTypeInfo](#gettypeinfo-readonly)
46
- - [GetWhereUsed](#getwhereused-readonly)
33
+ - [DescribeByList](#describebylist-read-only-system)
34
+ - [GetAbapAST](#getabapast-read-only-system)
35
+ - [GetAbapSemanticAnalysis](#getabapsemanticanalysis-read-only-system)
36
+ - [GetAbapSystemSymbols](#getabapsystemsymbols-read-only-system)
37
+ - [GetAdtTypes](#getadttypes-read-only-system)
38
+ - [GetInactiveObjects](#getinactiveobjects-read-only-system)
39
+ - [GetObjectInfo](#getobjectinfo-read-only-system)
40
+ - [GetObjectNodeFromCache](#getobjectnodefromcache-read-only-system)
41
+ - [GetObjectStructure](#getobjectstructure-read-only-system)
42
+ - [GetSession](#getsession-read-only-system)
43
+ - [GetSqlQuery](#getsqlquery-read-only-system)
44
+ - [GetTransaction](#gettransaction-read-only-system)
45
+ - [GetTypeInfo](#gettypeinfo-read-only-system)
46
+ - [GetWhereUsed](#getwhereused-read-only-system)
47
47
  - [Table](#read-only-table)
48
- - [GetTableContents](#gettablecontents-readonly)
48
+ - [GetTableContents](#gettablecontents-read-only-table)
49
49
  - [Transport](#read-only-transport)
50
- - [GetTransport](#gettransport-readonly)
50
+ - [GetTransport](#gettransport-read-only-transport)
51
51
  - [High-Level Group](#high-level-group)
52
52
  - [Behavior Definition](#high-level-behavior-definition)
53
- - [CreateBehaviorDefinition](#createbehaviordefinition-high)
54
- - [DeleteBehaviorDefinition](#deletebehaviordefinition-high)
55
- - [GetBehaviorDefinition](#getbehaviordefinition-high)
56
- - [UpdateBehaviorDefinition](#updatebehaviordefinition-high)
53
+ - [CreateBehaviorDefinition](#createbehaviordefinition-high-level-behavior-definition)
54
+ - [DeleteBehaviorDefinition](#deletebehaviordefinition-high-level-behavior-definition)
55
+ - [GetBehaviorDefinition](#getbehaviordefinition-high-level-behavior-definition)
56
+ - [UpdateBehaviorDefinition](#updatebehaviordefinition-high-level-behavior-definition)
57
57
  - [Behavior Implementation](#high-level-behavior-implementation)
58
- - [CreateBehaviorImplementation](#createbehaviorimplementation-high)
59
- - [DeleteBehaviorImplementation](#deletebehaviorimplementation-high)
60
- - [GetBehaviorImplementation](#getbehaviorimplementation-high)
61
- - [UpdateBehaviorImplementation](#updatebehaviorimplementation-high)
58
+ - [CreateBehaviorImplementation](#createbehaviorimplementation-high-level-behavior-implementation)
59
+ - [DeleteBehaviorImplementation](#deletebehaviorimplementation-high-level-behavior-implementation)
60
+ - [GetBehaviorImplementation](#getbehaviorimplementation-high-level-behavior-implementation)
61
+ - [UpdateBehaviorImplementation](#updatebehaviorimplementation-high-level-behavior-implementation)
62
62
  - [Class](#high-level-class)
63
- - [CreateClass](#createclass-high)
64
- - [CreateLocalDefinitions](#createlocaldefinitions-high)
65
- - [CreateLocalMacros](#createlocalmacros-high)
66
- - [CreateLocalTestClass](#createlocaltestclass-high)
67
- - [CreateLocalTypes](#createlocaltypes-high)
68
- - [DeleteClass](#deleteclass-high)
69
- - [DeleteLocalDefinitions](#deletelocaldefinitions-high)
70
- - [DeleteLocalMacros](#deletelocalmacros-high)
71
- - [DeleteLocalTestClass](#deletelocaltestclass-high)
72
- - [DeleteLocalTypes](#deletelocaltypes-high)
73
- - [GetClass](#getclass-high)
74
- - [GetLocalDefinitions](#getlocaldefinitions-high)
75
- - [GetLocalMacros](#getlocalmacros-high)
76
- - [GetLocalTestClass](#getlocaltestclass-high)
77
- - [GetLocalTypes](#getlocaltypes-high)
78
- - [UpdateClass](#updateclass-high)
79
- - [UpdateLocalDefinitions](#updatelocaldefinitions-high)
80
- - [UpdateLocalMacros](#updatelocalmacros-high)
81
- - [UpdateLocalTestClass](#updatelocaltestclass-high)
82
- - [UpdateLocalTypes](#updatelocaltypes-high)
63
+ - [CreateClass](#createclass-high-level-class)
64
+ - [CreateLocalDefinitions](#createlocaldefinitions-high-level-class)
65
+ - [CreateLocalMacros](#createlocalmacros-high-level-class)
66
+ - [CreateLocalTestClass](#createlocaltestclass-high-level-class)
67
+ - [CreateLocalTypes](#createlocaltypes-high-level-class)
68
+ - [DeleteClass](#deleteclass-high-level-class)
69
+ - [DeleteLocalDefinitions](#deletelocaldefinitions-high-level-class)
70
+ - [DeleteLocalMacros](#deletelocalmacros-high-level-class)
71
+ - [DeleteLocalTestClass](#deletelocaltestclass-high-level-class)
72
+ - [DeleteLocalTypes](#deletelocaltypes-high-level-class)
73
+ - [GetClass](#getclass-high-level-class)
74
+ - [GetLocalDefinitions](#getlocaldefinitions-high-level-class)
75
+ - [GetLocalMacros](#getlocalmacros-high-level-class)
76
+ - [GetLocalTestClass](#getlocaltestclass-high-level-class)
77
+ - [GetLocalTypes](#getlocaltypes-high-level-class)
78
+ - [UpdateClass](#updateclass-high-level-class)
79
+ - [UpdateLocalDefinitions](#updatelocaldefinitions-high-level-class)
80
+ - [UpdateLocalMacros](#updatelocalmacros-high-level-class)
81
+ - [UpdateLocalTestClass](#updatelocaltestclass-high-level-class)
82
+ - [UpdateLocalTypes](#updatelocaltypes-high-level-class)
83
83
  - [Data Element](#high-level-data-element)
84
- - [CreateDataElement](#createdataelement-high)
85
- - [DeleteDataElement](#deletedataelement-high)
86
- - [GetDataElement](#getdataelement-high)
87
- - [UpdateDataElement](#updatedataelement-high)
84
+ - [CreateDataElement](#createdataelement-high-level-data-element)
85
+ - [DeleteDataElement](#deletedataelement-high-level-data-element)
86
+ - [GetDataElement](#getdataelement-high-level-data-element)
87
+ - [UpdateDataElement](#updatedataelement-high-level-data-element)
88
88
  - [Ddlx](#high-level-ddlx)
89
- - [CreateMetadataExtension](#createmetadataextension-high)
90
- - [UpdateMetadataExtension](#updatemetadataextension-high)
89
+ - [CreateMetadataExtension](#createmetadataextension-high-level-ddlx)
90
+ - [UpdateMetadataExtension](#updatemetadataextension-high-level-ddlx)
91
91
  - [Domain](#high-level-domain)
92
- - [CreateDomain](#createdomain-high)
93
- - [DeleteDomain](#deletedomain-high)
94
- - [GetDomain](#getdomain-high)
95
- - [UpdateDomain](#updatedomain-high)
92
+ - [CreateDomain](#createdomain-high-level-domain)
93
+ - [DeleteDomain](#deletedomain-high-level-domain)
94
+ - [GetDomain](#getdomain-high-level-domain)
95
+ - [UpdateDomain](#updatedomain-high-level-domain)
96
96
  - [Function](#high-level-function)
97
- - [CreateFunctionGroup](#createfunctiongroup-high)
98
- - [CreateFunctionModule](#createfunctionmodule-high)
99
- - [UpdateFunctionGroup](#updatefunctiongroup-high)
100
- - [UpdateFunctionModule](#updatefunctionmodule-high)
97
+ - [CreateFunctionGroup](#createfunctiongroup-high-level-function)
98
+ - [CreateFunctionModule](#createfunctionmodule-high-level-function)
99
+ - [UpdateFunctionGroup](#updatefunctiongroup-high-level-function)
100
+ - [UpdateFunctionModule](#updatefunctionmodule-high-level-function)
101
101
  - [Function Group](#high-level-function-group)
102
- - [DeleteFunctionGroup](#deletefunctiongroup-high)
103
- - [GetFunctionGroup](#getfunctiongroup-high)
102
+ - [DeleteFunctionGroup](#deletefunctiongroup-high-level-function-group)
103
+ - [GetFunctionGroup](#getfunctiongroup-high-level-function-group)
104
104
  - [Function Module](#high-level-function-module)
105
- - [DeleteFunctionModule](#deletefunctionmodule-high)
106
- - [GetFunctionModule](#getfunctionmodule-high)
105
+ - [DeleteFunctionModule](#deletefunctionmodule-high-level-function-module)
106
+ - [GetFunctionModule](#getfunctionmodule-high-level-function-module)
107
107
  - [Interface](#high-level-interface)
108
- - [CreateInterface](#createinterface-high)
109
- - [DeleteInterface](#deleteinterface-high)
110
- - [GetInterface](#getinterface-high)
111
- - [UpdateInterface](#updateinterface-high)
108
+ - [CreateInterface](#createinterface-high-level-interface)
109
+ - [DeleteInterface](#deleteinterface-high-level-interface)
110
+ - [GetInterface](#getinterface-high-level-interface)
111
+ - [UpdateInterface](#updateinterface-high-level-interface)
112
112
  - [Metadata Extension](#high-level-metadata-extension)
113
- - [DeleteMetadataExtension](#deletemetadataextension-high)
114
- - [GetMetadataExtension](#getmetadataextension-high)
113
+ - [DeleteMetadataExtension](#deletemetadataextension-high-level-metadata-extension)
114
+ - [GetMetadataExtension](#getmetadataextension-high-level-metadata-extension)
115
115
  - [Package](#high-level-package)
116
- - [CreatePackage](#createpackage-high)
117
- - [GetPackage](#getpackage-high)
116
+ - [CreatePackage](#createpackage-high-level-package)
117
+ - [GetPackage](#getpackage-high-level-package)
118
118
  - [Program](#high-level-program)
119
- - [CreateProgram](#createprogram-high)
120
- - [DeleteProgram](#deleteprogram-high)
121
- - [GetProgram](#getprogram-high)
122
- - [UpdateProgram](#updateprogram-high)
119
+ - [CreateProgram](#createprogram-high-level-program)
120
+ - [DeleteProgram](#deleteprogram-high-level-program)
121
+ - [GetProgram](#getprogram-high-level-program)
122
+ - [UpdateProgram](#updateprogram-high-level-program)
123
123
  - [Service Definition](#high-level-service-definition)
124
- - [CreateServiceDefinition](#createservicedefinition-high)
125
- - [DeleteServiceDefinition](#deleteservicedefinition-high)
126
- - [GetServiceDefinition](#getservicedefinition-high)
127
- - [UpdateServiceDefinition](#updateservicedefinition-high)
124
+ - [CreateServiceDefinition](#createservicedefinition-high-level-service-definition)
125
+ - [DeleteServiceDefinition](#deleteservicedefinition-high-level-service-definition)
126
+ - [GetServiceDefinition](#getservicedefinition-high-level-service-definition)
127
+ - [UpdateServiceDefinition](#updateservicedefinition-high-level-service-definition)
128
128
  - [Structure](#high-level-structure)
129
- - [CreateStructure](#createstructure-high)
130
- - [DeleteStructure](#deletestructure-high)
131
- - [GetStructure](#getstructure-high)
132
- - [UpdateStructure](#updatestructure-high)
129
+ - [CreateStructure](#createstructure-high-level-structure)
130
+ - [DeleteStructure](#deletestructure-high-level-structure)
131
+ - [GetStructure](#getstructure-high-level-structure)
132
+ - [UpdateStructure](#updatestructure-high-level-structure)
133
133
  - [System](#high-level-system)
134
- - [GetPackageTree](#getpackagetree-high)
134
+ - [GetPackageTree](#getpackagetree-high-level-system)
135
135
  - [Table](#high-level-table)
136
- - [CreateTable](#createtable-high)
137
- - [DeleteTable](#deletetable-high)
138
- - [GetTable](#gettable-high)
139
- - [UpdateTable](#updatetable-high)
136
+ - [CreateTable](#createtable-high-level-table)
137
+ - [DeleteTable](#deletetable-high-level-table)
138
+ - [GetTable](#gettable-high-level-table)
139
+ - [UpdateTable](#updatetable-high-level-table)
140
140
  - [Transport](#high-level-transport)
141
- - [CreateTransport](#createtransport-high)
141
+ - [CreateTransport](#createtransport-high-level-transport)
142
142
  - [Unit Test](#high-level-unit-test)
143
- - [CreateCdsUnitTest](#createcdsunittest-high)
144
- - [CreateUnitTest](#createunittest-high)
145
- - [DeleteCdsUnitTest](#deletecdsunittest-high)
146
- - [DeleteUnitTest](#deleteunittest-high)
147
- - [GetCdsUnitTest](#getcdsunittest-high)
148
- - [GetCdsUnitTestResult](#getcdsunittestresult-high)
149
- - [GetCdsUnitTestStatus](#getcdsunitteststatus-high)
150
- - [GetUnitTest](#getunittest-high)
151
- - [GetUnitTestResult](#getunittestresult-high)
152
- - [GetUnitTestStatus](#getunitteststatus-high)
153
- - [RunUnitTest](#rununittest-high)
154
- - [UpdateCdsUnitTest](#updatecdsunittest-high)
155
- - [UpdateUnitTest](#updateunittest-high)
143
+ - [CreateCdsUnitTest](#createcdsunittest-high-level-unit-test)
144
+ - [CreateUnitTest](#createunittest-high-level-unit-test)
145
+ - [DeleteCdsUnitTest](#deletecdsunittest-high-level-unit-test)
146
+ - [DeleteUnitTest](#deleteunittest-high-level-unit-test)
147
+ - [GetCdsUnitTest](#getcdsunittest-high-level-unit-test)
148
+ - [GetCdsUnitTestResult](#getcdsunittestresult-high-level-unit-test)
149
+ - [GetCdsUnitTestStatus](#getcdsunitteststatus-high-level-unit-test)
150
+ - [GetUnitTest](#getunittest-high-level-unit-test)
151
+ - [GetUnitTestResult](#getunittestresult-high-level-unit-test)
152
+ - [GetUnitTestStatus](#getunitteststatus-high-level-unit-test)
153
+ - [RunUnitTest](#rununittest-high-level-unit-test)
154
+ - [UpdateCdsUnitTest](#updatecdsunittest-high-level-unit-test)
155
+ - [UpdateUnitTest](#updateunittest-high-level-unit-test)
156
156
  - [View](#high-level-view)
157
- - [CreateView](#createview-high)
158
- - [DeleteView](#deleteview-high)
159
- - [GetView](#getview-high)
160
- - [UpdateView](#updateview-high)
157
+ - [CreateView](#createview-high-level-view)
158
+ - [DeleteView](#deleteview-high-level-view)
159
+ - [GetView](#getview-high-level-view)
160
+ - [UpdateView](#updateview-high-level-view)
161
161
  - [Low-Level Group](#low-level-group)
162
162
  - [Behavior Definition](#low-level-behavior-definition)
163
- - [ActivateBehaviorDefinitionLow](#activatebehaviordefinitionlow-low)
164
- - [CheckBdefLow](#checkbdeflow-low)
165
- - [CreateBehaviorDefinitionLow](#createbehaviordefinitionlow-low)
166
- - [DeleteBehaviorDefinitionLow](#deletebehaviordefinitionlow-low)
167
- - [LockBehaviorDefinitionLow](#lockbehaviordefinitionlow-low)
168
- - [UnlockBehaviorDefinitionLow](#unlockbehaviordefinitionlow-low)
169
- - [UpdateBehaviorDefinitionLow](#updatebehaviordefinitionlow-low)
170
- - [ValidateBehaviorDefinitionLow](#validatebehaviordefinitionlow-low)
163
+ - [ActivateBehaviorDefinitionLow](#activatebehaviordefinitionlow-low-level-behavior-definition)
164
+ - [CheckBdefLow](#checkbdeflow-low-level-behavior-definition)
165
+ - [CreateBehaviorDefinitionLow](#createbehaviordefinitionlow-low-level-behavior-definition)
166
+ - [DeleteBehaviorDefinitionLow](#deletebehaviordefinitionlow-low-level-behavior-definition)
167
+ - [LockBehaviorDefinitionLow](#lockbehaviordefinitionlow-low-level-behavior-definition)
168
+ - [UnlockBehaviorDefinitionLow](#unlockbehaviordefinitionlow-low-level-behavior-definition)
169
+ - [UpdateBehaviorDefinitionLow](#updatebehaviordefinitionlow-low-level-behavior-definition)
170
+ - [ValidateBehaviorDefinitionLow](#validatebehaviordefinitionlow-low-level-behavior-definition)
171
171
  - [Behavior Implementation](#low-level-behavior-implementation)
172
- - [CreateBehaviorImplementationLow](#createbehaviorimplementationlow-low)
173
- - [LockBehaviorImplementationLow](#lockbehaviorimplementationlow-low)
174
- - [ValidateBehaviorImplementationLow](#validatebehaviorimplementationlow-low)
172
+ - [CreateBehaviorImplementationLow](#createbehaviorimplementationlow-low-level-behavior-implementation)
173
+ - [LockBehaviorImplementationLow](#lockbehaviorimplementationlow-low-level-behavior-implementation)
174
+ - [ValidateBehaviorImplementationLow](#validatebehaviorimplementationlow-low-level-behavior-implementation)
175
175
  - [Class](#low-level-class)
176
- - [ActivateClassLow](#activateclasslow-low)
177
- - [ActivateClassTestClassesLow](#activateclasstestclasseslow-low)
178
- - [CheckClassLow](#checkclasslow-low)
179
- - [CreateClassLow](#createclasslow-low)
180
- - [DeleteClassLow](#deleteclasslow-low)
181
- - [GetClassUnitTestResultLow](#getclassunittestresultlow-low)
182
- - [GetClassUnitTestStatusLow](#getclassunitteststatuslow-low)
183
- - [LockClassLow](#lockclasslow-low)
184
- - [LockClassTestClassesLow](#lockclasstestclasseslow-low)
185
- - [RunClassUnitTestsLow](#runclassunittestslow-low)
186
- - [UnlockClassLow](#unlockclasslow-low)
187
- - [UnlockClassTestClassesLow](#unlockclasstestclasseslow-low)
188
- - [UpdateClassLow](#updateclasslow-low)
189
- - [UpdateClassTestClassesLow](#updateclasstestclasseslow-low)
190
- - [ValidateClassLow](#validateclasslow-low)
176
+ - [ActivateClassLow](#activateclasslow-low-level-class)
177
+ - [ActivateClassTestClassesLow](#activateclasstestclasseslow-low-level-class)
178
+ - [CheckClassLow](#checkclasslow-low-level-class)
179
+ - [CreateClassLow](#createclasslow-low-level-class)
180
+ - [DeleteClassLow](#deleteclasslow-low-level-class)
181
+ - [GetClassUnitTestResultLow](#getclassunittestresultlow-low-level-class)
182
+ - [GetClassUnitTestStatusLow](#getclassunitteststatuslow-low-level-class)
183
+ - [LockClassLow](#lockclasslow-low-level-class)
184
+ - [LockClassTestClassesLow](#lockclasstestclasseslow-low-level-class)
185
+ - [RunClassUnitTestsLow](#runclassunittestslow-low-level-class)
186
+ - [UnlockClassLow](#unlockclasslow-low-level-class)
187
+ - [UnlockClassTestClassesLow](#unlockclasstestclasseslow-low-level-class)
188
+ - [UpdateClassLow](#updateclasslow-low-level-class)
189
+ - [UpdateClassTestClassesLow](#updateclasstestclasseslow-low-level-class)
190
+ - [ValidateClassLow](#validateclasslow-low-level-class)
191
191
  - [Common](#low-level-common)
192
- - [ActivateObjectLow](#activateobjectlow-low)
193
- - [CheckObjectLow](#checkobjectlow-low)
194
- - [DeleteObjectLow](#deleteobjectlow-low)
195
- - [LockObjectLow](#lockobjectlow-low)
196
- - [UnlockObjectLow](#unlockobjectlow-low)
197
- - [ValidateObjectLow](#validateobjectlow-low)
192
+ - [ActivateObjectLow](#activateobjectlow-low-level-common)
193
+ - [CheckObjectLow](#checkobjectlow-low-level-common)
194
+ - [DeleteObjectLow](#deleteobjectlow-low-level-common)
195
+ - [LockObjectLow](#lockobjectlow-low-level-common)
196
+ - [UnlockObjectLow](#unlockobjectlow-low-level-common)
197
+ - [ValidateObjectLow](#validateobjectlow-low-level-common)
198
198
  - [Data Element](#low-level-data-element)
199
- - [ActivateDataElementLow](#activatedataelementlow-low)
200
- - [CheckDataElementLow](#checkdataelementlow-low)
201
- - [CreateDataElementLow](#createdataelementlow-low)
202
- - [DeleteDataElementLow](#deletedataelementlow-low)
203
- - [LockDataElementLow](#lockdataelementlow-low)
204
- - [UnlockDataElementLow](#unlockdataelementlow-low)
205
- - [UpdateDataElementLow](#updatedataelementlow-low)
206
- - [ValidateDataElementLow](#validatedataelementlow-low)
199
+ - [ActivateDataElementLow](#activatedataelementlow-low-level-data-element)
200
+ - [CheckDataElementLow](#checkdataelementlow-low-level-data-element)
201
+ - [CreateDataElementLow](#createdataelementlow-low-level-data-element)
202
+ - [DeleteDataElementLow](#deletedataelementlow-low-level-data-element)
203
+ - [LockDataElementLow](#lockdataelementlow-low-level-data-element)
204
+ - [UnlockDataElementLow](#unlockdataelementlow-low-level-data-element)
205
+ - [UpdateDataElementLow](#updatedataelementlow-low-level-data-element)
206
+ - [ValidateDataElementLow](#validatedataelementlow-low-level-data-element)
207
207
  - [Ddlx](#low-level-ddlx)
208
- - [ActivateMetadataExtensionLow](#activatemetadataextensionlow-low)
209
- - [CheckMetadataExtensionLow](#checkmetadataextensionlow-low)
210
- - [CreateMetadataExtensionLow](#createmetadataextensionlow-low)
211
- - [DeleteMetadataExtensionLow](#deletemetadataextensionlow-low)
212
- - [LockMetadataExtensionLow](#lockmetadataextensionlow-low)
213
- - [UnlockMetadataExtensionLow](#unlockmetadataextensionlow-low)
214
- - [UpdateMetadataExtensionLow](#updatemetadataextensionlow-low)
215
- - [ValidateMetadataExtensionLow](#validatemetadataextensionlow-low)
208
+ - [ActivateMetadataExtensionLow](#activatemetadataextensionlow-low-level-ddlx)
209
+ - [CheckMetadataExtensionLow](#checkmetadataextensionlow-low-level-ddlx)
210
+ - [CreateMetadataExtensionLow](#createmetadataextensionlow-low-level-ddlx)
211
+ - [DeleteMetadataExtensionLow](#deletemetadataextensionlow-low-level-ddlx)
212
+ - [LockMetadataExtensionLow](#lockmetadataextensionlow-low-level-ddlx)
213
+ - [UnlockMetadataExtensionLow](#unlockmetadataextensionlow-low-level-ddlx)
214
+ - [UpdateMetadataExtensionLow](#updatemetadataextensionlow-low-level-ddlx)
215
+ - [ValidateMetadataExtensionLow](#validatemetadataextensionlow-low-level-ddlx)
216
216
  - [Domain](#low-level-domain)
217
- - [ActivateDomainLow](#activatedomainlow-low)
218
- - [CheckDomainLow](#checkdomainlow-low)
219
- - [CreateDomainLow](#createdomainlow-low)
220
- - [DeleteDomainLow](#deletedomainlow-low)
221
- - [LockDomainLow](#lockdomainlow-low)
222
- - [UnlockDomainLow](#unlockdomainlow-low)
223
- - [UpdateDomainLow](#updatedomainlow-low)
224
- - [ValidateDomainLow](#validatedomainlow-low)
217
+ - [ActivateDomainLow](#activatedomainlow-low-level-domain)
218
+ - [CheckDomainLow](#checkdomainlow-low-level-domain)
219
+ - [CreateDomainLow](#createdomainlow-low-level-domain)
220
+ - [DeleteDomainLow](#deletedomainlow-low-level-domain)
221
+ - [LockDomainLow](#lockdomainlow-low-level-domain)
222
+ - [UnlockDomainLow](#unlockdomainlow-low-level-domain)
223
+ - [UpdateDomainLow](#updatedomainlow-low-level-domain)
224
+ - [ValidateDomainLow](#validatedomainlow-low-level-domain)
225
225
  - [Function](#low-level-function)
226
- - [ActivateFunctionGroupLow](#activatefunctiongrouplow-low)
227
- - [ActivateFunctionModuleLow](#activatefunctionmodulelow-low)
228
- - [CheckFunctionGroupLow](#checkfunctiongrouplow-low)
229
- - [CheckFunctionModuleLow](#checkfunctionmodulelow-low)
230
- - [CreateFunctionGroupLow](#createfunctiongrouplow-low)
231
- - [CreateFunctionModuleLow](#createfunctionmodulelow-low)
232
- - [DeleteFunctionGroupLow](#deletefunctiongrouplow-low)
233
- - [DeleteFunctionModuleLow](#deletefunctionmodulelow-low)
234
- - [LockFunctionGroupLow](#lockfunctiongrouplow-low)
235
- - [LockFunctionModuleLow](#lockfunctionmodulelow-low)
236
- - [UnlockFunctionGroupLow](#unlockfunctiongrouplow-low)
237
- - [UnlockFunctionModuleLow](#unlockfunctionmodulelow-low)
238
- - [UpdateFunctionModuleLow](#updatefunctionmodulelow-low)
239
- - [ValidateFunctionGroupLow](#validatefunctiongrouplow-low)
240
- - [ValidateFunctionModuleLow](#validatefunctionmodulelow-low)
226
+ - [ActivateFunctionGroupLow](#activatefunctiongrouplow-low-level-function)
227
+ - [ActivateFunctionModuleLow](#activatefunctionmodulelow-low-level-function)
228
+ - [CheckFunctionGroupLow](#checkfunctiongrouplow-low-level-function)
229
+ - [CheckFunctionModuleLow](#checkfunctionmodulelow-low-level-function)
230
+ - [CreateFunctionGroupLow](#createfunctiongrouplow-low-level-function)
231
+ - [CreateFunctionModuleLow](#createfunctionmodulelow-low-level-function)
232
+ - [DeleteFunctionGroupLow](#deletefunctiongrouplow-low-level-function)
233
+ - [DeleteFunctionModuleLow](#deletefunctionmodulelow-low-level-function)
234
+ - [LockFunctionGroupLow](#lockfunctiongrouplow-low-level-function)
235
+ - [LockFunctionModuleLow](#lockfunctionmodulelow-low-level-function)
236
+ - [UnlockFunctionGroupLow](#unlockfunctiongrouplow-low-level-function)
237
+ - [UnlockFunctionModuleLow](#unlockfunctionmodulelow-low-level-function)
238
+ - [UpdateFunctionModuleLow](#updatefunctionmodulelow-low-level-function)
239
+ - [ValidateFunctionGroupLow](#validatefunctiongrouplow-low-level-function)
240
+ - [ValidateFunctionModuleLow](#validatefunctionmodulelow-low-level-function)
241
241
  - [Interface](#low-level-interface)
242
- - [ActivateInterfaceLow](#activateinterfacelow-low)
243
- - [CheckInterfaceLow](#checkinterfacelow-low)
244
- - [CreateInterfaceLow](#createinterfacelow-low)
245
- - [DeleteInterfaceLow](#deleteinterfacelow-low)
246
- - [LockInterfaceLow](#lockinterfacelow-low)
247
- - [UnlockInterfaceLow](#unlockinterfacelow-low)
248
- - [UpdateInterfaceLow](#updateinterfacelow-low)
249
- - [ValidateInterfaceLow](#validateinterfacelow-low)
242
+ - [ActivateInterfaceLow](#activateinterfacelow-low-level-interface)
243
+ - [CheckInterfaceLow](#checkinterfacelow-low-level-interface)
244
+ - [CreateInterfaceLow](#createinterfacelow-low-level-interface)
245
+ - [DeleteInterfaceLow](#deleteinterfacelow-low-level-interface)
246
+ - [LockInterfaceLow](#lockinterfacelow-low-level-interface)
247
+ - [UnlockInterfaceLow](#unlockinterfacelow-low-level-interface)
248
+ - [UpdateInterfaceLow](#updateinterfacelow-low-level-interface)
249
+ - [ValidateInterfaceLow](#validateinterfacelow-low-level-interface)
250
250
  - [Package](#low-level-package)
251
- - [CheckPackageLow](#checkpackagelow-low)
252
- - [CreatePackageLow](#createpackagelow-low)
253
- - [DeletePackageLow](#deletepackagelow-low)
254
- - [LockPackageLow](#lockpackagelow-low)
255
- - [UnlockPackageLow](#unlockpackagelow-low)
256
- - [UpdatePackageLow](#updatepackagelow-low)
257
- - [ValidatePackageLow](#validatepackagelow-low)
251
+ - [CheckPackageLow](#checkpackagelow-low-level-package)
252
+ - [CreatePackageLow](#createpackagelow-low-level-package)
253
+ - [DeletePackageLow](#deletepackagelow-low-level-package)
254
+ - [LockPackageLow](#lockpackagelow-low-level-package)
255
+ - [UnlockPackageLow](#unlockpackagelow-low-level-package)
256
+ - [UpdatePackageLow](#updatepackagelow-low-level-package)
257
+ - [ValidatePackageLow](#validatepackagelow-low-level-package)
258
258
  - [Program](#low-level-program)
259
- - [ActivateProgramLow](#activateprogramlow-low)
260
- - [CheckProgramLow](#checkprogramlow-low)
261
- - [CreateProgramLow](#createprogramlow-low)
262
- - [DeleteProgramLow](#deleteprogramlow-low)
263
- - [LockProgramLow](#lockprogramlow-low)
264
- - [UnlockProgramLow](#unlockprogramlow-low)
265
- - [UpdateProgramLow](#updateprogramlow-low)
266
- - [ValidateProgramLow](#validateprogramlow-low)
259
+ - [ActivateProgramLow](#activateprogramlow-low-level-program)
260
+ - [CheckProgramLow](#checkprogramlow-low-level-program)
261
+ - [CreateProgramLow](#createprogramlow-low-level-program)
262
+ - [DeleteProgramLow](#deleteprogramlow-low-level-program)
263
+ - [LockProgramLow](#lockprogramlow-low-level-program)
264
+ - [UnlockProgramLow](#unlockprogramlow-low-level-program)
265
+ - [UpdateProgramLow](#updateprogramlow-low-level-program)
266
+ - [ValidateProgramLow](#validateprogramlow-low-level-program)
267
267
  - [Structure](#low-level-structure)
268
- - [ActivateStructureLow](#activatestructurelow-low)
269
- - [CheckStructureLow](#checkstructurelow-low)
270
- - [CreateStructureLow](#createstructurelow-low)
271
- - [DeleteStructureLow](#deletestructurelow-low)
272
- - [LockStructureLow](#lockstructurelow-low)
273
- - [UnlockStructureLow](#unlockstructurelow-low)
274
- - [UpdateStructureLow](#updatestructurelow-low)
275
- - [ValidateStructureLow](#validatestructurelow-low)
268
+ - [ActivateStructureLow](#activatestructurelow-low-level-structure)
269
+ - [CheckStructureLow](#checkstructurelow-low-level-structure)
270
+ - [CreateStructureLow](#createstructurelow-low-level-structure)
271
+ - [DeleteStructureLow](#deletestructurelow-low-level-structure)
272
+ - [LockStructureLow](#lockstructurelow-low-level-structure)
273
+ - [UnlockStructureLow](#unlockstructurelow-low-level-structure)
274
+ - [UpdateStructureLow](#updatestructurelow-low-level-structure)
275
+ - [ValidateStructureLow](#validatestructurelow-low-level-structure)
276
276
  - [System](#low-level-system)
277
- - [GetNodeStructureLow](#getnodestructurelow-low)
278
- - [GetObjectStructureLow](#getobjectstructurelow-low)
279
- - [GetVirtualFoldersLow](#getvirtualfolderslow-low)
277
+ - [GetNodeStructureLow](#getnodestructurelow-low-level-system)
278
+ - [GetObjectStructureLow](#getobjectstructurelow-low-level-system)
279
+ - [GetVirtualFoldersLow](#getvirtualfolderslow-low-level-system)
280
280
  - [Table](#low-level-table)
281
- - [ActivateTableLow](#activatetablelow-low)
282
- - [CheckTableLow](#checktablelow-low)
283
- - [CreateTableLow](#createtablelow-low)
284
- - [DeleteTableLow](#deletetablelow-low)
285
- - [LockTableLow](#locktablelow-low)
286
- - [UnlockTableLow](#unlocktablelow-low)
287
- - [UpdateTableLow](#updatetablelow-low)
288
- - [ValidateTableLow](#validatetablelow-low)
281
+ - [ActivateTableLow](#activatetablelow-low-level-table)
282
+ - [CheckTableLow](#checktablelow-low-level-table)
283
+ - [CreateTableLow](#createtablelow-low-level-table)
284
+ - [DeleteTableLow](#deletetablelow-low-level-table)
285
+ - [LockTableLow](#locktablelow-low-level-table)
286
+ - [UnlockTableLow](#unlocktablelow-low-level-table)
287
+ - [UpdateTableLow](#updatetablelow-low-level-table)
288
+ - [ValidateTableLow](#validatetablelow-low-level-table)
289
289
  - [Transport](#low-level-transport)
290
- - [CreateTransportLow](#createtransportlow-low)
290
+ - [CreateTransportLow](#createtransportlow-low-level-transport)
291
291
  - [View](#low-level-view)
292
- - [ActivateViewLow](#activateviewlow-low)
293
- - [CheckViewLow](#checkviewlow-low)
294
- - [CreateViewLow](#createviewlow-low)
295
- - [DeleteViewLow](#deleteviewlow-low)
296
- - [LockViewLow](#lockviewlow-low)
297
- - [UnlockViewLow](#unlockviewlow-low)
298
- - [UpdateViewLow](#updateviewlow-low)
299
- - [ValidateViewLow](#validateviewlow-low)
292
+ - [ActivateViewLow](#activateviewlow-low-level-view)
293
+ - [CheckViewLow](#checkviewlow-low-level-view)
294
+ - [CreateViewLow](#createviewlow-low-level-view)
295
+ - [DeleteViewLow](#deleteviewlow-low-level-view)
296
+ - [LockViewLow](#lockviewlow-low-level-view)
297
+ - [UnlockViewLow](#unlockviewlow-low-level-view)
298
+ - [UpdateViewLow](#updateviewlow-low-level-view)
299
+ - [ValidateViewLow](#validateviewlow-low-level-view)
300
300
 
301
301
  ---
302
302
 
303
- ## Read-Only Group {#read-only-group}
303
+ <a id="read-only-group"></a>
304
+ ## Read-Only Group
304
305
 
305
- ### Enhancement {#read-only-enhancement}
306
+ <a id="read-only-enhancement"></a>
307
+ ### Read-Only / Enhancement
306
308
 
307
- #### GetEnhancementImpl {#getenhancementimpl-readonly}
309
+ <a id="getenhancementimpl-read-only-enhancement"></a>
310
+ #### GetEnhancementImpl (Read-Only / Enhancement)
308
311
  **Description:** [read-only] Retrieve source code of a specific enhancement implementation by its name and enhancement spot.
309
312
 
310
313
  **Source:** `src/handlers/enhancement/readonly/handleGetEnhancementImpl.ts`
@@ -315,7 +318,8 @@ Generated from code in `src/handlers/**` (not from docs).
315
318
 
316
319
  ---
317
320
 
318
- #### GetEnhancements {#getenhancements-readonly}
321
+ <a id="getenhancements-read-only-enhancement"></a>
322
+ #### GetEnhancements (Read-Only / Enhancement)
319
323
  **Description:** [read-only] Retrieve a list of enhancements for a given ABAP object.
320
324
 
321
325
  **Source:** `src/handlers/enhancement/readonly/handleGetEnhancements.ts`
@@ -326,7 +330,8 @@ Generated from code in `src/handlers/**` (not from docs).
326
330
 
327
331
  ---
328
332
 
329
- #### GetEnhancementSpot {#getenhancementspot-readonly}
333
+ <a id="getenhancementspot-read-only-enhancement"></a>
334
+ #### GetEnhancementSpot (Read-Only / Enhancement)
330
335
  **Description:** [read-only] Retrieve metadata and list of implementations for a specific enhancement spot.
331
336
 
332
337
  **Source:** `src/handlers/enhancement/readonly/handleGetEnhancementSpot.ts`
@@ -336,9 +341,11 @@ Generated from code in `src/handlers/**` (not from docs).
336
341
 
337
342
  ---
338
343
 
339
- ### Function {#read-only-function}
344
+ <a id="read-only-function"></a>
345
+ ### Read-Only / Function
340
346
 
341
- #### GetFunction {#getfunction-readonly}
347
+ <a id="getfunction-read-only-function"></a>
348
+ #### GetFunction (Read-Only / Function)
342
349
  **Description:** [read-only] Retrieve ABAP Function Module source code.
343
350
 
344
351
  **Source:** `src/handlers/function/readonly/handleGetFunction.ts`
@@ -348,9 +355,11 @@ Generated from code in `src/handlers/**` (not from docs).
348
355
 
349
356
  ---
350
357
 
351
- ### Include {#read-only-include}
358
+ <a id="read-only-include"></a>
359
+ ### Read-Only / Include
352
360
 
353
- #### GetInclude {#getinclude-readonly}
361
+ <a id="getinclude-read-only-include"></a>
362
+ #### GetInclude (Read-Only / Include)
354
363
  **Description:** [read-only] Retrieve source code of a specific ABAP include file.
355
364
 
356
365
  **Source:** `src/handlers/include/readonly/handleGetInclude.ts`
@@ -360,7 +369,8 @@ Generated from code in `src/handlers/**` (not from docs).
360
369
 
361
370
  ---
362
371
 
363
- #### GetIncludesList {#getincludeslist-readonly}
372
+ <a id="getincludeslist-read-only-include"></a>
373
+ #### GetIncludesList (Read-Only / Include)
364
374
  **Description:** [read-only] Recursively discover and list ALL include files within an ABAP program or include.
365
375
 
366
376
  **Source:** `src/handlers/include/readonly/handleGetIncludesList.ts`
@@ -373,9 +383,11 @@ Generated from code in `src/handlers/**` (not from docs).
373
383
 
374
384
  ---
375
385
 
376
- ### Package {#read-only-package}
386
+ <a id="read-only-package"></a>
387
+ ### Read-Only / Package
377
388
 
378
- #### GetPackageContents {#getpackagecontents-readonly}
389
+ <a id="getpackagecontents-read-only-package"></a>
390
+ #### GetPackageContents (Read-Only / Package)
379
391
  **Description:** [read-only] Retrieve objects inside an ABAP package as a flat list. Supports recursive traversal of subpackages.
380
392
 
381
393
  **Source:** `src/handlers/package/readonly/handleGetPackageContents.ts`
@@ -385,9 +397,11 @@ Generated from code in `src/handlers/**` (not from docs).
385
397
 
386
398
  ---
387
399
 
388
- ### Program {#read-only-program}
400
+ <a id="read-only-program"></a>
401
+ ### Read-Only / Program
389
402
 
390
- #### GetProgFullCode {#getprogfullcode-readonly}
403
+ <a id="getprogfullcode-read-only-program"></a>
404
+ #### GetProgFullCode (Read-Only / Program)
391
405
  **Description:** [read-only] Returns the full code for a program or function group, including all includes, in tree traversal order.
392
406
 
393
407
  **Source:** `src/handlers/program/readonly/handleGetProgFullCode.ts`
@@ -398,9 +412,11 @@ Generated from code in `src/handlers/**` (not from docs).
398
412
 
399
413
  ---
400
414
 
401
- ### Search {#read-only-search}
415
+ <a id="read-only-search"></a>
416
+ ### Read-Only / Search
402
417
 
403
- #### GetObjectsByType {#getobjectsbytype-readonly}
418
+ <a id="getobjectsbytype-read-only-search"></a>
419
+ #### GetObjectsByType (Read-Only / Search)
404
420
  **Description:** [read-only] Retrieves all ABAP objects of a specific type under a given node.
405
421
 
406
422
  **Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
@@ -414,7 +430,8 @@ Generated from code in `src/handlers/**` (not from docs).
414
430
 
415
431
  ---
416
432
 
417
- #### GetObjectsList {#getobjectslist-readonly}
433
+ <a id="getobjectslist-read-only-search"></a>
434
+ #### GetObjectsList (Read-Only / Search)
418
435
  **Description:** [read-only] Recursively retrieves all valid ABAP repository objects for a given parent (program, function group, etc.) including nested includes.
419
436
 
420
437
  **Source:** `src/handlers/search/readonly/handleGetObjectsList.ts`
@@ -427,7 +444,8 @@ Generated from code in `src/handlers/**` (not from docs).
427
444
 
428
445
  ---
429
446
 
430
- #### SearchObject {#searchobject-readonly}
447
+ <a id="searchobject-read-only-search"></a>
448
+ #### SearchObject (Read-Only / Search)
431
449
  **Description:** [read-only] Search for ABAP objects by name pattern. Parameters: object_name (with or without mask), object_type (optional), maxResults (optional). If object_type is specified, results are filtered by type.
432
450
 
433
451
  **Source:** `src/handlers/search/readonly/handleSearchObject.ts`
@@ -439,9 +457,11 @@ Generated from code in `src/handlers/**` (not from docs).
439
457
 
440
458
  ---
441
459
 
442
- ### System {#read-only-system}
460
+ <a id="read-only-system"></a>
461
+ ### Read-Only / System
443
462
 
444
- #### DescribeByList {#describebylist-readonly}
463
+ <a id="describebylist-read-only-system"></a>
464
+ #### DescribeByList (Read-Only / System)
445
465
  **Description:** [read-only] Batch description for a list of ABAP objects. Input: objects: Array<{ name: string, type?: string }>. Each object may be of type: PROG/P, FUGR, PROG/I, CLAS/OC, FUGR/FC, INTF/OI, TABLE, STRUCTURE, etc.
446
466
 
447
467
  **Source:** `src/handlers/system/readonly/handleDescribeByList.ts`
@@ -452,7 +472,8 @@ Generated from code in `src/handlers/**` (not from docs).
452
472
 
453
473
  ---
454
474
 
455
- #### GetAbapAST {#getabapast-readonly}
475
+ <a id="getabapast-read-only-system"></a>
476
+ #### GetAbapAST (Read-Only / System)
456
477
  **Description:** [read-only] Parse ABAP code and return AST (Abstract Syntax Tree) in JSON format.
457
478
 
458
479
  **Source:** `src/handlers/system/readonly/handleGetAbapAST.ts`
@@ -463,7 +484,8 @@ Generated from code in `src/handlers/**` (not from docs).
463
484
 
464
485
  ---
465
486
 
466
- #### GetAbapSemanticAnalysis {#getabapsemanticanalysis-readonly}
487
+ <a id="getabapsemanticanalysis-read-only-system"></a>
488
+ #### GetAbapSemanticAnalysis (Read-Only / System)
467
489
  **Description:** [read-only] Perform semantic analysis on ABAP code and return symbols, types, scopes, and dependencies.
468
490
 
469
491
  **Source:** `src/handlers/system/readonly/handleGetAbapSemanticAnalysis.ts`
@@ -474,7 +496,8 @@ Generated from code in `src/handlers/**` (not from docs).
474
496
 
475
497
  ---
476
498
 
477
- #### GetAbapSystemSymbols {#getabapsystemsymbols-readonly}
499
+ <a id="getabapsystemsymbols-read-only-system"></a>
500
+ #### GetAbapSystemSymbols (Read-Only / System)
478
501
  **Description:** [read-only] Resolve ABAP symbols from semantic analysis with SAP system information including types, scopes, descriptions, and packages.
479
502
 
480
503
  **Source:** `src/handlers/system/readonly/handleGetAbapSystemSymbols.ts`
@@ -485,7 +508,8 @@ Generated from code in `src/handlers/**` (not from docs).
485
508
 
486
509
  ---
487
510
 
488
- #### GetAdtTypes {#getadttypes-readonly}
511
+ <a id="getadttypes-read-only-system"></a>
512
+ #### GetAdtTypes (Read-Only / System)
489
513
  **Description:** [read-only] Retrieve all valid ADT object types.
490
514
 
491
515
  **Source:** `src/handlers/system/readonly/handleGetAllTypes.ts`
@@ -495,7 +519,8 @@ Generated from code in `src/handlers/**` (not from docs).
495
519
 
496
520
  ---
497
521
 
498
- #### GetInactiveObjects {#getinactiveobjects-readonly}
522
+ <a id="getinactiveobjects-read-only-system"></a>
523
+ #### GetInactiveObjects (Read-Only / System)
499
524
  **Description:** [read-only] Get a list of inactive ABAP objects (objects that have been modified but not activated).
500
525
 
501
526
  **Source:** `src/handlers/system/readonly/handleGetInactiveObjects.ts`
@@ -505,7 +530,8 @@ Generated from code in `src/handlers/**` (not from docs).
505
530
 
506
531
  ---
507
532
 
508
- #### GetObjectInfo {#getobjectinfo-readonly}
533
+ <a id="getobjectinfo-read-only-system"></a>
534
+ #### GetObjectInfo (Read-Only / System)
509
535
  **Description:** [read-only] Return ABAP object tree: root, group nodes, and terminal leaves up to maxDepth. Enrich each node via SearchObject if enrich=true. Group nodes are included for hierarchy. Each node has node_type: root, point, end.
510
536
 
511
537
  **Source:** `src/handlers/system/readonly/handleGetObjectInfo.ts`
@@ -518,7 +544,8 @@ Generated from code in `src/handlers/**` (not from docs).
518
544
 
519
545
  ---
520
546
 
521
- #### GetObjectNodeFromCache {#getobjectnodefromcache-readonly}
547
+ <a id="getobjectnodefromcache-read-only-system"></a>
548
+ #### GetObjectNodeFromCache (Read-Only / System)
522
549
  **Description:** [read-only] Returns a node from the in-memory objects list cache by OBJECT_TYPE, OBJECT_NAME, TECH_NAME, and expands OBJECT_URI if present.
523
550
 
524
551
  **Source:** `src/handlers/system/readonly/handleGetObjectNodeFromCache.ts`
@@ -528,7 +555,8 @@ Generated from code in `src/handlers/**` (not from docs).
528
555
 
529
556
  ---
530
557
 
531
- #### GetObjectStructure {#getobjectstructure-readonly}
558
+ <a id="getobjectstructure-read-only-system"></a>
559
+ #### GetObjectStructure (Read-Only / System)
532
560
  **Description:** [read-only] Retrieve ADT object structure as a compact JSON tree.
533
561
 
534
562
  **Source:** `src/handlers/system/readonly/handleGetObjectStructure.ts`
@@ -539,7 +567,8 @@ Generated from code in `src/handlers/**` (not from docs).
539
567
 
540
568
  ---
541
569
 
542
- #### GetSession {#getsession-readonly}
570
+ <a id="getsession-read-only-system"></a>
571
+ #### GetSession (Read-Only / System)
543
572
  **Description:** [read-only] Get a new session ID and current session state (cookies, CSRF token) for reuse across multiple ADT operations. Use this to maintain the same session and lock handle across multiple requests.
544
573
 
545
574
  **Source:** `src/handlers/system/readonly/handleGetSession.ts`
@@ -549,7 +578,8 @@ Generated from code in `src/handlers/**` (not from docs).
549
578
 
550
579
  ---
551
580
 
552
- #### GetSqlQuery {#getsqlquery-readonly}
581
+ <a id="getsqlquery-read-only-system"></a>
582
+ #### GetSqlQuery (Read-Only / System)
553
583
  **Description:** [read-only] Execute freestyle SQL queries via SAP ADT Data Preview API.
554
584
 
555
585
  **Source:** `src/handlers/system/readonly/handleGetSqlQuery.ts`
@@ -560,7 +590,8 @@ Generated from code in `src/handlers/**` (not from docs).
560
590
 
561
591
  ---
562
592
 
563
- #### GetTransaction {#gettransaction-readonly}
593
+ <a id="gettransaction-read-only-system"></a>
594
+ #### GetTransaction (Read-Only / System)
564
595
  **Description:** [read-only] Retrieve ABAP transaction details.
565
596
 
566
597
  **Source:** `src/handlers/system/readonly/handleGetTransaction.ts`
@@ -570,7 +601,8 @@ Generated from code in `src/handlers/**` (not from docs).
570
601
 
571
602
  ---
572
603
 
573
- #### GetTypeInfo {#gettypeinfo-readonly}
604
+ <a id="gettypeinfo-read-only-system"></a>
605
+ #### GetTypeInfo (Read-Only / System)
574
606
  **Description:** [read-only] Retrieve ABAP type information.
575
607
 
576
608
  **Source:** `src/handlers/system/readonly/handleGetTypeInfo.ts`
@@ -580,7 +612,8 @@ Generated from code in `src/handlers/**` (not from docs).
580
612
 
581
613
  ---
582
614
 
583
- #### GetWhereUsed {#getwhereused-readonly}
615
+ <a id="getwhereused-read-only-system"></a>
616
+ #### GetWhereUsed (Read-Only / System)
584
617
  **Description:** [read-only] Retrieve where-used references for ABAP objects via ADT usageReferences. Returns parsed list of referencing objects with their types and packages.
585
618
 
586
619
  **Source:** `src/handlers/system/readonly/handleGetWhereUsed.ts`
@@ -592,9 +625,11 @@ Generated from code in `src/handlers/**` (not from docs).
592
625
 
593
626
  ---
594
627
 
595
- ### Table {#read-only-table}
628
+ <a id="read-only-table"></a>
629
+ ### Read-Only / Table
596
630
 
597
- #### GetTableContents {#gettablecontents-readonly}
631
+ <a id="gettablecontents-read-only-table"></a>
632
+ #### GetTableContents (Read-Only / Table)
598
633
  **Description:** [read-only] Retrieve contents of an ABAP table.
599
634
 
600
635
  **Source:** `src/handlers/table/readonly/handleGetTableContents.ts`
@@ -604,9 +639,11 @@ Generated from code in `src/handlers/**` (not from docs).
604
639
 
605
640
  ---
606
641
 
607
- ### Transport {#read-only-transport}
642
+ <a id="read-only-transport"></a>
643
+ ### Read-Only / Transport
608
644
 
609
- #### GetTransport {#gettransport-readonly}
645
+ <a id="gettransport-read-only-transport"></a>
646
+ #### GetTransport (Read-Only / Transport)
610
647
  **Description:** [read-only] Retrieve ABAP transport request information including metadata, included objects, and status from SAP system.
611
648
 
612
649
  **Source:** `src/handlers/transport/readonly/handleGetTransport.ts`
@@ -618,11 +655,14 @@ Generated from code in `src/handlers/**` (not from docs).
618
655
 
619
656
  ---
620
657
 
621
- ## High-Level Group {#high-level-group}
658
+ <a id="high-level-group"></a>
659
+ ## High-Level Group
622
660
 
623
- ### Behavior Definition {#high-level-behavior-definition}
661
+ <a id="high-level-behavior-definition"></a>
662
+ ### High-Level / Behavior Definition
624
663
 
625
- #### CreateBehaviorDefinition {#createbehaviordefinition-high}
664
+ <a id="createbehaviordefinition-high-level-behavior-definition"></a>
665
+ #### CreateBehaviorDefinition (High-Level / Behavior Definition)
626
666
  **Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system.
627
667
 
628
668
  **Source:** `src/handlers/behavior_definition/high/handleCreateBehaviorDefinition.ts`
@@ -638,7 +678,8 @@ Generated from code in `src/handlers/**` (not from docs).
638
678
 
639
679
  ---
640
680
 
641
- #### DeleteBehaviorDefinition {#deletebehaviordefinition-high}
681
+ <a id="deletebehaviordefinition-high-level-behavior-definition"></a>
682
+ #### DeleteBehaviorDefinition (High-Level / Behavior Definition)
642
683
  **Description:** Delete an ABAP behavior definition from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
643
684
 
644
685
  **Source:** `src/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.ts`
@@ -649,7 +690,8 @@ Generated from code in `src/handlers/**` (not from docs).
649
690
 
650
691
  ---
651
692
 
652
- #### GetBehaviorDefinition {#getbehaviordefinition-high}
693
+ <a id="getbehaviordefinition-high-level-behavior-definition"></a>
694
+ #### GetBehaviorDefinition (High-Level / Behavior Definition)
653
695
  **Description:** Retrieve ABAP behavior definition definition. Supports reading active or inactive version.
654
696
 
655
697
  **Source:** `src/handlers/behavior_definition/high/handleGetBehaviorDefinition.ts`
@@ -660,7 +702,8 @@ Generated from code in `src/handlers/**` (not from docs).
660
702
 
661
703
  ---
662
704
 
663
- #### UpdateBehaviorDefinition {#updatebehaviordefinition-high}
705
+ <a id="updatebehaviordefinition-high-level-behavior-definition"></a>
706
+ #### UpdateBehaviorDefinition (High-Level / Behavior Definition)
664
707
  **Description:** Update source code of an ABAP Behavior Definition.
665
708
 
666
709
  **Source:** `src/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.ts`
@@ -673,9 +716,11 @@ Generated from code in `src/handlers/**` (not from docs).
673
716
 
674
717
  ---
675
718
 
676
- ### Behavior Implementation {#high-level-behavior-implementation}
719
+ <a id="high-level-behavior-implementation"></a>
720
+ ### High-Level / Behavior Implementation
677
721
 
678
- #### CreateBehaviorImplementation {#createbehaviorimplementation-high}
722
+ <a id="createbehaviorimplementation-high-level-behavior-implementation"></a>
723
+ #### CreateBehaviorImplementation (High-Level / Behavior Implementation)
679
724
  **Description:** Create a new ABAP behavior implementation class for a behavior definition. Behavior implementations contain the business logic for RAP entities. Uses stateful session for proper lock management.
680
725
 
681
726
  **Source:** `src/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.ts`
@@ -691,7 +736,8 @@ Generated from code in `src/handlers/**` (not from docs).
691
736
 
692
737
  ---
693
738
 
694
- #### DeleteBehaviorImplementation {#deletebehaviorimplementation-high}
739
+ <a id="deletebehaviorimplementation-high-level-behavior-implementation"></a>
740
+ #### DeleteBehaviorImplementation (High-Level / Behavior Implementation)
695
741
  **Description:** Delete an ABAP behavior implementation from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
696
742
 
697
743
  **Source:** `src/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.ts`
@@ -702,7 +748,8 @@ Generated from code in `src/handlers/**` (not from docs).
702
748
 
703
749
  ---
704
750
 
705
- #### GetBehaviorImplementation {#getbehaviorimplementation-high}
751
+ <a id="getbehaviorimplementation-high-level-behavior-implementation"></a>
752
+ #### GetBehaviorImplementation (High-Level / Behavior Implementation)
706
753
  **Description:** Retrieve ABAP behavior implementation definition. Supports reading active or inactive version.
707
754
 
708
755
  **Source:** `src/handlers/behavior_implementation/high/handleGetBehaviorImplementation.ts`
@@ -713,7 +760,8 @@ Generated from code in `src/handlers/**` (not from docs).
713
760
 
714
761
  ---
715
762
 
716
- #### UpdateBehaviorImplementation {#updatebehaviorimplementation-high}
763
+ <a id="updatebehaviorimplementation-high-level-behavior-implementation"></a>
764
+ #### UpdateBehaviorImplementation (High-Level / Behavior Implementation)
717
765
  **Description:** Update source code of an existing ABAP behavior implementation class. Updates both main source (with FOR BEHAVIOR OF clause) and implementations include. Uses stateful session with proper lock/unlock mechanism.
718
766
 
719
767
  **Source:** `src/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.ts`
@@ -727,9 +775,11 @@ Generated from code in `src/handlers/**` (not from docs).
727
775
 
728
776
  ---
729
777
 
730
- ### Class {#high-level-class}
778
+ <a id="high-level-class"></a>
779
+ ### High-Level / Class
731
780
 
732
- #### CreateClass {#createclass-high}
781
+ <a id="createclass-high-level-class"></a>
782
+ #### CreateClass (High-Level / Class)
733
783
  **Description:** Create a new ABAP class with optional activation. Manages validation, lock, check, update, unlock, and optional activation.
734
784
 
735
785
  **Source:** `src/handlers/class/high/handleCreateClass.ts`
@@ -747,7 +797,8 @@ Generated from code in `src/handlers/**` (not from docs).
747
797
 
748
798
  ---
749
799
 
750
- #### CreateLocalDefinitions {#createlocaldefinitions-high}
800
+ <a id="createlocaldefinitions-high-level-class"></a>
801
+ #### CreateLocalDefinitions (High-Level / Class)
751
802
  **Description:** Create local definitions in an ABAP class (definitions include). Manages lock, check, update, unlock, and optional activation.
752
803
 
753
804
  **Source:** `src/handlers/class/high/handleCreateLocalDefinitions.ts`
@@ -760,7 +811,8 @@ Generated from code in `src/handlers/**` (not from docs).
760
811
 
761
812
  ---
762
813
 
763
- #### CreateLocalMacros {#createlocalmacros-high}
814
+ <a id="createlocalmacros-high-level-class"></a>
815
+ #### CreateLocalMacros (High-Level / Class)
764
816
  **Description:** Create local macros in an ABAP class (macros include). Manages lock, check, update, unlock, and optional activation. Note: Macros are supported in older ABAP versions but not in newer ones.
765
817
 
766
818
  **Source:** `src/handlers/class/high/handleCreateLocalMacros.ts`
@@ -773,7 +825,8 @@ Generated from code in `src/handlers/**` (not from docs).
773
825
 
774
826
  ---
775
827
 
776
- #### CreateLocalTestClass {#createlocaltestclass-high}
828
+ <a id="createlocaltestclass-high-level-class"></a>
829
+ #### CreateLocalTestClass (High-Level / Class)
777
830
  **Description:** Create a local test class in an ABAP class. Manages lock, check, update, unlock, and optional activation of parent class.
778
831
 
779
832
  **Source:** `src/handlers/class/high/handleCreateLocalTestClass.ts`
@@ -787,7 +840,8 @@ Generated from code in `src/handlers/**` (not from docs).
787
840
 
788
841
  ---
789
842
 
790
- #### CreateLocalTypes {#createlocaltypes-high}
843
+ <a id="createlocaltypes-high-level-class"></a>
844
+ #### CreateLocalTypes (High-Level / Class)
791
845
  **Description:** Create local types in an ABAP class (implementations include). Manages lock, check, update, unlock, and optional activation.
792
846
 
793
847
  **Source:** `src/handlers/class/high/handleCreateLocalTypes.ts`
@@ -800,7 +854,8 @@ Generated from code in `src/handlers/**` (not from docs).
800
854
 
801
855
  ---
802
856
 
803
- #### DeleteClass {#deleteclass-high}
857
+ <a id="deleteclass-high-level-class"></a>
858
+ #### DeleteClass (High-Level / Class)
804
859
  **Description:** Delete an ABAP class from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
805
860
 
806
861
  **Source:** `src/handlers/class/high/handleDeleteClass.ts`
@@ -811,7 +866,8 @@ Generated from code in `src/handlers/**` (not from docs).
811
866
 
812
867
  ---
813
868
 
814
- #### DeleteLocalDefinitions {#deletelocaldefinitions-high}
869
+ <a id="deletelocaldefinitions-high-level-class"></a>
870
+ #### DeleteLocalDefinitions (High-Level / Class)
815
871
  **Description:** Delete local definitions from an ABAP class by clearing the definitions include. Manages lock, update, unlock, and optional activation.
816
872
 
817
873
  **Source:** `src/handlers/class/high/handleDeleteLocalDefinitions.ts`
@@ -823,7 +879,8 @@ Generated from code in `src/handlers/**` (not from docs).
823
879
 
824
880
  ---
825
881
 
826
- #### DeleteLocalMacros {#deletelocalmacros-high}
882
+ <a id="deletelocalmacros-high-level-class"></a>
883
+ #### DeleteLocalMacros (High-Level / Class)
827
884
  **Description:** Delete local macros from an ABAP class by clearing the macros include. Manages lock, update, unlock, and optional activation. Note: Macros are supported in older ABAP versions but not in newer ones.
828
885
 
829
886
  **Source:** `src/handlers/class/high/handleDeleteLocalMacros.ts`
@@ -835,7 +892,8 @@ Generated from code in `src/handlers/**` (not from docs).
835
892
 
836
893
  ---
837
894
 
838
- #### DeleteLocalTestClass {#deletelocaltestclass-high}
895
+ <a id="deletelocaltestclass-high-level-class"></a>
896
+ #### DeleteLocalTestClass (High-Level / Class)
839
897
  **Description:** Delete a local test class from an ABAP class by clearing the testclasses include. Manages lock, update, unlock, and optional activation of parent class.
840
898
 
841
899
  **Source:** `src/handlers/class/high/handleDeleteLocalTestClass.ts`
@@ -847,7 +905,8 @@ Generated from code in `src/handlers/**` (not from docs).
847
905
 
848
906
  ---
849
907
 
850
- #### DeleteLocalTypes {#deletelocaltypes-high}
908
+ <a id="deletelocaltypes-high-level-class"></a>
909
+ #### DeleteLocalTypes (High-Level / Class)
851
910
  **Description:** Delete local types from an ABAP class by clearing the implementations include. Manages lock, update, unlock, and optional activation.
852
911
 
853
912
  **Source:** `src/handlers/class/high/handleDeleteLocalTypes.ts`
@@ -859,7 +918,8 @@ Generated from code in `src/handlers/**` (not from docs).
859
918
 
860
919
  ---
861
920
 
862
- #### GetClass {#getclass-high}
921
+ <a id="getclass-high-level-class"></a>
922
+ #### GetClass (High-Level / Class)
863
923
  **Description:** Retrieve ABAP class source code. Supports reading active or inactive version.
864
924
 
865
925
  **Source:** `src/handlers/class/high/handleGetClass.ts`
@@ -870,7 +930,8 @@ Generated from code in `src/handlers/**` (not from docs).
870
930
 
871
931
  ---
872
932
 
873
- #### GetLocalDefinitions {#getlocaldefinitions-high}
933
+ <a id="getlocaldefinitions-high-level-class"></a>
934
+ #### GetLocalDefinitions (High-Level / Class)
874
935
  **Description:** Retrieve local definitions source code from a class (definitions include). Supports reading active or inactive version.
875
936
 
876
937
  **Source:** `src/handlers/class/high/handleGetLocalDefinitions.ts`
@@ -881,7 +942,8 @@ Generated from code in `src/handlers/**` (not from docs).
881
942
 
882
943
  ---
883
944
 
884
- #### GetLocalMacros {#getlocalmacros-high}
945
+ <a id="getlocalmacros-high-level-class"></a>
946
+ #### GetLocalMacros (High-Level / Class)
885
947
  **Description:** Retrieve local macros source code from a class (macros include). Supports reading active or inactive version. Note: Macros are supported in older ABAP versions but not in newer ones.
886
948
 
887
949
  **Source:** `src/handlers/class/high/handleGetLocalMacros.ts`
@@ -892,7 +954,8 @@ Generated from code in `src/handlers/**` (not from docs).
892
954
 
893
955
  ---
894
956
 
895
- #### GetLocalTestClass {#getlocaltestclass-high}
957
+ <a id="getlocaltestclass-high-level-class"></a>
958
+ #### GetLocalTestClass (High-Level / Class)
896
959
  **Description:** Retrieve local test class source code from a class. Supports reading active or inactive version.
897
960
 
898
961
  **Source:** `src/handlers/class/high/handleGetLocalTestClass.ts`
@@ -903,7 +966,8 @@ Generated from code in `src/handlers/**` (not from docs).
903
966
 
904
967
  ---
905
968
 
906
- #### GetLocalTypes {#getlocaltypes-high}
969
+ <a id="getlocaltypes-high-level-class"></a>
970
+ #### GetLocalTypes (High-Level / Class)
907
971
  **Description:** Retrieve local types source code from a class (implementations include). Supports reading active or inactive version.
908
972
 
909
973
  **Source:** `src/handlers/class/high/handleGetLocalTypes.ts`
@@ -914,7 +978,8 @@ Generated from code in `src/handlers/**` (not from docs).
914
978
 
915
979
  ---
916
980
 
917
- #### UpdateClass {#updateclass-high}
981
+ <a id="updateclass-high-level-class"></a>
982
+ #### UpdateClass (High-Level / Class)
918
983
  **Description:** Update source code of an existing ABAP class. Locks, checks, updates, unlocks, and optionally activates.
919
984
 
920
985
  **Source:** `src/handlers/class/high/handleUpdateClass.ts`
@@ -926,7 +991,8 @@ Generated from code in `src/handlers/**` (not from docs).
926
991
 
927
992
  ---
928
993
 
929
- #### UpdateLocalDefinitions {#updatelocaldefinitions-high}
994
+ <a id="updatelocaldefinitions-high-level-class"></a>
995
+ #### UpdateLocalDefinitions (High-Level / Class)
930
996
  **Description:** Update local definitions in an ABAP class (definitions include). Manages lock, check, update, unlock, and optional activation.
931
997
 
932
998
  **Source:** `src/handlers/class/high/handleUpdateLocalDefinitions.ts`
@@ -939,7 +1005,8 @@ Generated from code in `src/handlers/**` (not from docs).
939
1005
 
940
1006
  ---
941
1007
 
942
- #### UpdateLocalMacros {#updatelocalmacros-high}
1008
+ <a id="updatelocalmacros-high-level-class"></a>
1009
+ #### UpdateLocalMacros (High-Level / Class)
943
1010
  **Description:** Update local macros in an ABAP class (macros include). Manages lock, check, update, unlock, and optional activation. Note: Macros are supported in older ABAP versions but not in newer ones.
944
1011
 
945
1012
  **Source:** `src/handlers/class/high/handleUpdateLocalMacros.ts`
@@ -952,7 +1019,8 @@ Generated from code in `src/handlers/**` (not from docs).
952
1019
 
953
1020
  ---
954
1021
 
955
- #### UpdateLocalTestClass {#updatelocaltestclass-high}
1022
+ <a id="updatelocaltestclass-high-level-class"></a>
1023
+ #### UpdateLocalTestClass (High-Level / Class)
956
1024
  **Description:** Update a local test class in an ABAP class. Manages lock, check, update, unlock, and optional activation of parent class.
957
1025
 
958
1026
  **Source:** `src/handlers/class/high/handleUpdateLocalTestClass.ts`
@@ -965,7 +1033,8 @@ Generated from code in `src/handlers/**` (not from docs).
965
1033
 
966
1034
  ---
967
1035
 
968
- #### UpdateLocalTypes {#updatelocaltypes-high}
1036
+ <a id="updatelocaltypes-high-level-class"></a>
1037
+ #### UpdateLocalTypes (High-Level / Class)
969
1038
  **Description:** Update local types in an ABAP class (implementations include). Manages lock, check, update, unlock, and optional activation.
970
1039
 
971
1040
  **Source:** `src/handlers/class/high/handleUpdateLocalTypes.ts`
@@ -978,9 +1047,11 @@ Generated from code in `src/handlers/**` (not from docs).
978
1047
 
979
1048
  ---
980
1049
 
981
- ### Data Element {#high-level-data-element}
1050
+ <a id="high-level-data-element"></a>
1051
+ ### High-Level / Data Element
982
1052
 
983
- #### CreateDataElement {#createdataelement-high}
1053
+ <a id="createdataelement-high-level-data-element"></a>
1054
+ #### CreateDataElement (High-Level / Data Element)
984
1055
  **Description:** Create a new ABAP data element in SAP system with all required steps: create, activate, and verify.
985
1056
 
986
1057
  **Source:** `src/handlers/data_element/high/handleCreateDataElement.ts`
@@ -1005,7 +1076,8 @@ Generated from code in `src/handlers/**` (not from docs).
1005
1076
 
1006
1077
  ---
1007
1078
 
1008
- #### DeleteDataElement {#deletedataelement-high}
1079
+ <a id="deletedataelement-high-level-data-element"></a>
1080
+ #### DeleteDataElement (High-Level / Data Element)
1009
1081
  **Description:** Delete an ABAP data element from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1010
1082
 
1011
1083
  **Source:** `src/handlers/data_element/high/handleDeleteDataElement.ts`
@@ -1016,7 +1088,8 @@ Generated from code in `src/handlers/**` (not from docs).
1016
1088
 
1017
1089
  ---
1018
1090
 
1019
- #### GetDataElement {#getdataelement-high}
1091
+ <a id="getdataelement-high-level-data-element"></a>
1092
+ #### GetDataElement (High-Level / Data Element)
1020
1093
  **Description:** Retrieve ABAP data element definition. Supports reading active or inactive version.
1021
1094
 
1022
1095
  **Source:** `src/handlers/data_element/high/handleGetDataElement.ts`
@@ -1027,7 +1100,8 @@ Generated from code in `src/handlers/**` (not from docs).
1027
1100
 
1028
1101
  ---
1029
1102
 
1030
- #### UpdateDataElement {#updatedataelement-high}
1103
+ <a id="updatedataelement-high-level-data-element"></a>
1104
+ #### UpdateDataElement (High-Level / Data Element)
1031
1105
  **Description:** Data element name to update (e.g., ZZ_TEST_DTEL_01)
1032
1106
 
1033
1107
  **Source:** `src/handlers/data_element/high/handleUpdateDataElement.ts`
@@ -1053,9 +1127,11 @@ Generated from code in `src/handlers/**` (not from docs).
1053
1127
 
1054
1128
  ---
1055
1129
 
1056
- ### Ddlx {#high-level-ddlx}
1130
+ <a id="high-level-ddlx"></a>
1131
+ ### High-Level / Ddlx
1057
1132
 
1058
- #### CreateMetadataExtension {#createmetadataextension-high}
1133
+ <a id="createmetadataextension-high-level-ddlx"></a>
1134
+ #### CreateMetadataExtension (High-Level / Ddlx)
1059
1135
  **Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system.
1060
1136
 
1061
1137
  **Source:** `src/handlers/ddlx/high/handleCreateMetadataExtension.ts`
@@ -1069,7 +1145,8 @@ Generated from code in `src/handlers/**` (not from docs).
1069
1145
 
1070
1146
  ---
1071
1147
 
1072
- #### UpdateMetadataExtension {#updatemetadataextension-high}
1148
+ <a id="updatemetadataextension-high-level-ddlx"></a>
1149
+ #### UpdateMetadataExtension (High-Level / Ddlx)
1073
1150
  **Description:** Update source code of an ABAP Metadata Extension.
1074
1151
 
1075
1152
  **Source:** `src/handlers/ddlx/high/handleUpdateMetadataExtension.ts`
@@ -1082,9 +1159,11 @@ Generated from code in `src/handlers/**` (not from docs).
1082
1159
 
1083
1160
  ---
1084
1161
 
1085
- ### Domain {#high-level-domain}
1162
+ <a id="high-level-domain"></a>
1163
+ ### High-Level / Domain
1086
1164
 
1087
- #### CreateDomain {#createdomain-high}
1165
+ <a id="createdomain-high-level-domain"></a>
1166
+ #### CreateDomain (High-Level / Domain)
1088
1167
  **Description:** Create a new ABAP domain in SAP system with all required steps: lock, create, check, unlock, activate, and verify.
1089
1168
 
1090
1169
  **Source:** `src/handlers/domain/high/handleCreateDomain.ts`
@@ -1107,7 +1186,8 @@ Generated from code in `src/handlers/**` (not from docs).
1107
1186
 
1108
1187
  ---
1109
1188
 
1110
- #### DeleteDomain {#deletedomain-high}
1189
+ <a id="deletedomain-high-level-domain"></a>
1190
+ #### DeleteDomain (High-Level / Domain)
1111
1191
  **Description:** Delete an ABAP domain from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1112
1192
 
1113
1193
  **Source:** `src/handlers/domain/high/handleDeleteDomain.ts`
@@ -1118,7 +1198,8 @@ Generated from code in `src/handlers/**` (not from docs).
1118
1198
 
1119
1199
  ---
1120
1200
 
1121
- #### GetDomain {#getdomain-high}
1201
+ <a id="getdomain-high-level-domain"></a>
1202
+ #### GetDomain (High-Level / Domain)
1122
1203
  **Description:** Retrieve ABAP domain definition. Supports reading active or inactive version.
1123
1204
 
1124
1205
  **Source:** `src/handlers/domain/high/handleGetDomain.ts`
@@ -1129,7 +1210,8 @@ Generated from code in `src/handlers/**` (not from docs).
1129
1210
 
1130
1211
  ---
1131
1212
 
1132
- #### UpdateDomain {#updatedomain-high}
1213
+ <a id="updatedomain-high-level-domain"></a>
1214
+ #### UpdateDomain (High-Level / Domain)
1133
1215
  **Description:** Domain name to update (e.g., ZZ_TEST_0001)
1134
1216
 
1135
1217
  **Source:** `src/handlers/domain/high/handleUpdateDomain.ts`
@@ -1152,9 +1234,11 @@ Generated from code in `src/handlers/**` (not from docs).
1152
1234
 
1153
1235
  ---
1154
1236
 
1155
- ### Function {#high-level-function}
1237
+ <a id="high-level-function"></a>
1238
+ ### High-Level / Function
1156
1239
 
1157
- #### CreateFunctionGroup {#createfunctiongroup-high}
1240
+ <a id="createfunctiongroup-high-level-function"></a>
1241
+ #### CreateFunctionGroup (High-Level / Function)
1158
1242
  **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.
1159
1243
 
1160
1244
  **Source:** `src/handlers/function/high/handleCreateFunctionGroup.ts`
@@ -1168,7 +1252,8 @@ Generated from code in `src/handlers/**` (not from docs).
1168
1252
 
1169
1253
  ---
1170
1254
 
1171
- #### CreateFunctionModule {#createfunctionmodule-high}
1255
+ <a id="createfunctionmodule-high-level-function"></a>
1256
+ #### CreateFunctionModule (High-Level / Function)
1172
1257
  **Description:** Create a new ABAP function module within an existing function group. Uses stateful session with LOCK/UNLOCK workflow for source code upload.
1173
1258
 
1174
1259
  **Source:** `src/handlers/function/high/handleCreateFunctionModule.ts`
@@ -1183,7 +1268,8 @@ Generated from code in `src/handlers/**` (not from docs).
1183
1268
 
1184
1269
  ---
1185
1270
 
1186
- #### UpdateFunctionGroup {#updatefunctiongroup-high}
1271
+ <a id="updatefunctiongroup-high-level-function"></a>
1272
+ #### UpdateFunctionGroup (High-Level / Function)
1187
1273
  **Description:** Update metadata (description) of an existing ABAP function group. Function groups are containers for function modules and don
1188
1274
 
1189
1275
  **Source:** `src/handlers/function/high/handleUpdateFunctionGroup.ts`
@@ -1195,7 +1281,8 @@ Generated from code in `src/handlers/**` (not from docs).
1195
1281
 
1196
1282
  ---
1197
1283
 
1198
- #### UpdateFunctionModule {#updatefunctionmodule-high}
1284
+ <a id="updatefunctionmodule-high-level-function"></a>
1285
+ #### UpdateFunctionModule (High-Level / Function)
1199
1286
  **Description:** Update source code of an existing ABAP function module. Locks the function module, uploads new source code, and unlocks. Optionally activates after update. Use this to modify existing function modules without re-creating metadata.
1200
1287
 
1201
1288
  **Source:** `src/handlers/function/high/handleUpdateFunctionModule.ts`
@@ -1209,9 +1296,11 @@ Generated from code in `src/handlers/**` (not from docs).
1209
1296
 
1210
1297
  ---
1211
1298
 
1212
- ### Function Group {#high-level-function-group}
1299
+ <a id="high-level-function-group"></a>
1300
+ ### High-Level / Function Group
1213
1301
 
1214
- #### DeleteFunctionGroup {#deletefunctiongroup-high}
1302
+ <a id="deletefunctiongroup-high-level-function-group"></a>
1303
+ #### DeleteFunctionGroup (High-Level / Function Group)
1215
1304
  **Description:** Delete an ABAP function group from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1216
1305
 
1217
1306
  **Source:** `src/handlers/function_group/high/handleDeleteFunctionGroup.ts`
@@ -1222,7 +1311,8 @@ Generated from code in `src/handlers/**` (not from docs).
1222
1311
 
1223
1312
  ---
1224
1313
 
1225
- #### GetFunctionGroup {#getfunctiongroup-high}
1314
+ <a id="getfunctiongroup-high-level-function-group"></a>
1315
+ #### GetFunctionGroup (High-Level / Function Group)
1226
1316
  **Description:** Retrieve ABAP function group definition. Supports reading active or inactive version.
1227
1317
 
1228
1318
  **Source:** `src/handlers/function_group/high/handleGetFunctionGroup.ts`
@@ -1233,33 +1323,40 @@ Generated from code in `src/handlers/**` (not from docs).
1233
1323
 
1234
1324
  ---
1235
1325
 
1236
- ### Function Module {#high-level-function-module}
1326
+ <a id="high-level-function-module"></a>
1327
+ ### High-Level / Function Module
1237
1328
 
1238
- #### DeleteFunctionModule {#deletefunctionmodule-high}
1329
+ <a id="deletefunctionmodule-high-level-function-module"></a>
1330
+ #### DeleteFunctionModule (High-Level / Function Module)
1239
1331
  **Description:** Delete an ABAP function module from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1240
1332
 
1241
1333
  **Source:** `src/handlers/function_module/high/handleDeleteFunctionModule.ts`
1242
1334
 
1243
1335
  **Parameters:**
1336
+ - `function_group_name` (string, required) - FunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP).
1244
1337
  - `function_module_name` (string, required) - FunctionModule name (e.g., Z_MY_FUNCTIONMODULE).
1245
1338
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).
1246
1339
 
1247
1340
  ---
1248
1341
 
1249
- #### GetFunctionModule {#getfunctionmodule-high}
1342
+ <a id="getfunctionmodule-high-level-function-module"></a>
1343
+ #### GetFunctionModule (High-Level / Function Module)
1250
1344
  **Description:** Retrieve ABAP function module definition. Supports reading active or inactive version.
1251
1345
 
1252
1346
  **Source:** `src/handlers/function_module/high/handleGetFunctionModule.ts`
1253
1347
 
1254
1348
  **Parameters:**
1349
+ - `function_group_name` (string, required) - FunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP).
1255
1350
  - `function_module_name` (string, required) - FunctionModule name (e.g., Z_MY_FUNCTIONMODULE).
1256
1351
  - `version` (string, optional (default: active)) - Version to read:
1257
1352
 
1258
1353
  ---
1259
1354
 
1260
- ### Interface {#high-level-interface}
1355
+ <a id="high-level-interface"></a>
1356
+ ### High-Level / Interface
1261
1357
 
1262
- #### CreateInterface {#createinterface-high}
1358
+ <a id="createinterface-high-level-interface"></a>
1359
+ #### CreateInterface (High-Level / Interface)
1263
1360
  **Description:** Create a new ABAP interface in SAP system with source code. Interfaces define method signatures, events, and types for implementation by classes. Uses stateful session for proper lock management.
1264
1361
 
1265
1362
  **Source:** `src/handlers/interface/high/handleCreateInterface.ts`
@@ -1274,7 +1371,8 @@ Generated from code in `src/handlers/**` (not from docs).
1274
1371
 
1275
1372
  ---
1276
1373
 
1277
- #### DeleteInterface {#deleteinterface-high}
1374
+ <a id="deleteinterface-high-level-interface"></a>
1375
+ #### DeleteInterface (High-Level / Interface)
1278
1376
  **Description:** Delete an ABAP interface from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1279
1377
 
1280
1378
  **Source:** `src/handlers/interface/high/handleDeleteInterface.ts`
@@ -1285,7 +1383,8 @@ Generated from code in `src/handlers/**` (not from docs).
1285
1383
 
1286
1384
  ---
1287
1385
 
1288
- #### GetInterface {#getinterface-high}
1386
+ <a id="getinterface-high-level-interface"></a>
1387
+ #### GetInterface (High-Level / Interface)
1289
1388
  **Description:** Retrieve ABAP interface definition. Supports reading active or inactive version.
1290
1389
 
1291
1390
  **Source:** `src/handlers/interface/high/handleGetInterface.ts`
@@ -1296,7 +1395,8 @@ Generated from code in `src/handlers/**` (not from docs).
1296
1395
 
1297
1396
  ---
1298
1397
 
1299
- #### UpdateInterface {#updateinterface-high}
1398
+ <a id="updateinterface-high-level-interface"></a>
1399
+ #### UpdateInterface (High-Level / Interface)
1300
1400
  **Description:** Update source code of an existing ABAP interface. Uses stateful session with proper lock/unlock mechanism. Lock handle and transport number are passed in URL parameters.
1301
1401
 
1302
1402
  **Source:** `src/handlers/interface/high/handleUpdateInterface.ts`
@@ -1309,9 +1409,11 @@ Generated from code in `src/handlers/**` (not from docs).
1309
1409
 
1310
1410
  ---
1311
1411
 
1312
- ### Metadata Extension {#high-level-metadata-extension}
1412
+ <a id="high-level-metadata-extension"></a>
1413
+ ### High-Level / Metadata Extension
1313
1414
 
1314
- #### DeleteMetadataExtension {#deletemetadataextension-high}
1415
+ <a id="deletemetadataextension-high-level-metadata-extension"></a>
1416
+ #### DeleteMetadataExtension (High-Level / Metadata Extension)
1315
1417
  **Description:** Delete an ABAP metadata extension from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1316
1418
 
1317
1419
  **Source:** `src/handlers/metadata_extension/high/handleDeleteMetadataExtension.ts`
@@ -1322,7 +1424,8 @@ Generated from code in `src/handlers/**` (not from docs).
1322
1424
 
1323
1425
  ---
1324
1426
 
1325
- #### GetMetadataExtension {#getmetadataextension-high}
1427
+ <a id="getmetadataextension-high-level-metadata-extension"></a>
1428
+ #### GetMetadataExtension (High-Level / Metadata Extension)
1326
1429
  **Description:** Retrieve ABAP metadata extension definition. Supports reading active or inactive version.
1327
1430
 
1328
1431
  **Source:** `src/handlers/metadata_extension/high/handleGetMetadataExtension.ts`
@@ -1333,9 +1436,11 @@ Generated from code in `src/handlers/**` (not from docs).
1333
1436
 
1334
1437
  ---
1335
1438
 
1336
- ### Package {#high-level-package}
1439
+ <a id="high-level-package"></a>
1440
+ ### High-Level / Package
1337
1441
 
1338
- #### CreatePackage {#createpackage-high}
1442
+ <a id="createpackage-high-level-package"></a>
1443
+ #### CreatePackage (High-Level / Package)
1339
1444
  **Description:** Create a new ABAP package in SAP system. Packages are containers for development objects and are essential for organizing code.
1340
1445
 
1341
1446
  **Source:** `src/handlers/package/high/handleCreatePackage.ts`
@@ -1345,7 +1450,8 @@ Generated from code in `src/handlers/**` (not from docs).
1345
1450
 
1346
1451
  ---
1347
1452
 
1348
- #### GetPackage {#getpackage-high}
1453
+ <a id="getpackage-high-level-package"></a>
1454
+ #### GetPackage (High-Level / Package)
1349
1455
  **Description:** Retrieve ABAP package metadata (description, super-package, etc.). Supports reading active or inactive version.
1350
1456
 
1351
1457
  **Source:** `src/handlers/package/high/handleGetPackage.ts`
@@ -1356,9 +1462,11 @@ Generated from code in `src/handlers/**` (not from docs).
1356
1462
 
1357
1463
  ---
1358
1464
 
1359
- ### Program {#high-level-program}
1465
+ <a id="high-level-program"></a>
1466
+ ### High-Level / Program
1360
1467
 
1361
- #### CreateProgram {#createprogram-high}
1468
+ <a id="createprogram-high-level-program"></a>
1469
+ #### CreateProgram (High-Level / Program)
1362
1470
  **Description:** Create a new ABAP program (report) in SAP system with source code. Supports executable programs, includes, module pools. Uses stateful session for proper lock management.
1363
1471
 
1364
1472
  **Source:** `src/handlers/program/high/handleCreateProgram.ts`
@@ -1375,7 +1483,8 @@ Generated from code in `src/handlers/**` (not from docs).
1375
1483
 
1376
1484
  ---
1377
1485
 
1378
- #### DeleteProgram {#deleteprogram-high}
1486
+ <a id="deleteprogram-high-level-program"></a>
1487
+ #### DeleteProgram (High-Level / Program)
1379
1488
  **Description:** Delete an ABAP program from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1380
1489
 
1381
1490
  **Source:** `src/handlers/program/high/handleDeleteProgram.ts`
@@ -1386,7 +1495,8 @@ Generated from code in `src/handlers/**` (not from docs).
1386
1495
 
1387
1496
  ---
1388
1497
 
1389
- #### GetProgram {#getprogram-high}
1498
+ <a id="getprogram-high-level-program"></a>
1499
+ #### GetProgram (High-Level / Program)
1390
1500
  **Description:** Retrieve ABAP program definition. Supports reading active or inactive version.
1391
1501
 
1392
1502
  **Source:** `src/handlers/program/high/handleGetProgram.ts`
@@ -1397,7 +1507,8 @@ Generated from code in `src/handlers/**` (not from docs).
1397
1507
 
1398
1508
  ---
1399
1509
 
1400
- #### UpdateProgram {#updateprogram-high}
1510
+ <a id="updateprogram-high-level-program"></a>
1511
+ #### UpdateProgram (High-Level / Program)
1401
1512
  **Description:** Update source code of an existing ABAP program. Locks the program, checks new code, uploads new source code, and unlocks. Optionally activates after update. Use this to modify existing programs without re-creating metadata.
1402
1513
 
1403
1514
  **Source:** `src/handlers/program/high/handleUpdateProgram.ts`
@@ -1409,9 +1520,11 @@ Generated from code in `src/handlers/**` (not from docs).
1409
1520
 
1410
1521
  ---
1411
1522
 
1412
- ### Service Definition {#high-level-service-definition}
1523
+ <a id="high-level-service-definition"></a>
1524
+ ### High-Level / Service Definition
1413
1525
 
1414
- #### CreateServiceDefinition {#createservicedefinition-high}
1526
+ <a id="createservicedefinition-high-level-service-definition"></a>
1527
+ #### CreateServiceDefinition (High-Level / Service Definition)
1415
1528
  **Description:** Create a new ABAP service definition for OData services. Service definitions define the structure and behavior of OData services. Uses stateful session for proper lock management.
1416
1529
 
1417
1530
  **Source:** `src/handlers/service_definition/high/handleCreateServiceDefinition.ts`
@@ -1426,7 +1539,8 @@ Generated from code in `src/handlers/**` (not from docs).
1426
1539
 
1427
1540
  ---
1428
1541
 
1429
- #### DeleteServiceDefinition {#deleteservicedefinition-high}
1542
+ <a id="deleteservicedefinition-high-level-service-definition"></a>
1543
+ #### DeleteServiceDefinition (High-Level / Service Definition)
1430
1544
  **Description:** Delete an ABAP service definition from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1431
1545
 
1432
1546
  **Source:** `src/handlers/service_definition/high/handleDeleteServiceDefinition.ts`
@@ -1437,7 +1551,8 @@ Generated from code in `src/handlers/**` (not from docs).
1437
1551
 
1438
1552
  ---
1439
1553
 
1440
- #### GetServiceDefinition {#getservicedefinition-high}
1554
+ <a id="getservicedefinition-high-level-service-definition"></a>
1555
+ #### GetServiceDefinition (High-Level / Service Definition)
1441
1556
  **Description:** Retrieve ABAP service definition definition. Supports reading active or inactive version.
1442
1557
 
1443
1558
  **Source:** `src/handlers/service_definition/high/handleGetServiceDefinition.ts`
@@ -1448,7 +1563,8 @@ Generated from code in `src/handlers/**` (not from docs).
1448
1563
 
1449
1564
  ---
1450
1565
 
1451
- #### UpdateServiceDefinition {#updateservicedefinition-high}
1566
+ <a id="updateservicedefinition-high-level-service-definition"></a>
1567
+ #### UpdateServiceDefinition (High-Level / Service Definition)
1452
1568
  **Description:** Update source code of an existing ABAP service definition. Uses stateful session with proper lock/unlock mechanism.
1453
1569
 
1454
1570
  **Source:** `src/handlers/service_definition/high/handleUpdateServiceDefinition.ts`
@@ -1461,9 +1577,11 @@ Generated from code in `src/handlers/**` (not from docs).
1461
1577
 
1462
1578
  ---
1463
1579
 
1464
- ### Structure {#high-level-structure}
1580
+ <a id="high-level-structure"></a>
1581
+ ### High-Level / Structure
1465
1582
 
1466
- #### CreateStructure {#createstructure-high}
1583
+ <a id="createstructure-high-level-structure"></a>
1584
+ #### CreateStructure (High-Level / Structure)
1467
1585
  **Description:** Create a new ABAP structure in SAP system with fields and type references. Includes create, activate, and verify steps.
1468
1586
 
1469
1587
  **Source:** `src/handlers/structure/high/handleCreateStructure.ts`
@@ -1484,7 +1602,8 @@ Generated from code in `src/handlers/**` (not from docs).
1484
1602
 
1485
1603
  ---
1486
1604
 
1487
- #### DeleteStructure {#deletestructure-high}
1605
+ <a id="deletestructure-high-level-structure"></a>
1606
+ #### DeleteStructure (High-Level / Structure)
1488
1607
  **Description:** Delete an ABAP structure from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1489
1608
 
1490
1609
  **Source:** `src/handlers/structure/high/handleDeleteStructure.ts`
@@ -1495,7 +1614,8 @@ Generated from code in `src/handlers/**` (not from docs).
1495
1614
 
1496
1615
  ---
1497
1616
 
1498
- #### GetStructure {#getstructure-high}
1617
+ <a id="getstructure-high-level-structure"></a>
1618
+ #### GetStructure (High-Level / Structure)
1499
1619
  **Description:** Retrieve ABAP structure definition. Supports reading active or inactive version.
1500
1620
 
1501
1621
  **Source:** `src/handlers/structure/high/handleGetStructure.ts`
@@ -1506,7 +1626,8 @@ Generated from code in `src/handlers/**` (not from docs).
1506
1626
 
1507
1627
  ---
1508
1628
 
1509
- #### UpdateStructure {#updatestructure-high}
1629
+ <a id="updatestructure-high-level-structure"></a>
1630
+ #### UpdateStructure (High-Level / Structure)
1510
1631
  **Description:** Update DDL source code of an existing ABAP structure. Locks the structure, uploads new DDL source, and unlocks. Optionally activates after update. Use this to modify existing structures without re-creating metadata.
1511
1632
 
1512
1633
  **Source:** `src/handlers/structure/high/handleUpdateStructure.ts`
@@ -1519,9 +1640,11 @@ Generated from code in `src/handlers/**` (not from docs).
1519
1640
 
1520
1641
  ---
1521
1642
 
1522
- ### System {#high-level-system}
1643
+ <a id="high-level-system"></a>
1644
+ ### High-Level / System
1523
1645
 
1524
- #### GetPackageTree {#getpackagetree-high}
1646
+ <a id="getpackagetree-high-level-system"></a>
1647
+ #### GetPackageTree (High-Level / System)
1525
1648
  **Description:** [high-level] Retrieve complete package tree structure including subpackages and objects. Returns hierarchical tree with object names, types, and descriptions.
1526
1649
 
1527
1650
  **Source:** `src/handlers/system/high/handleGetPackageTree.ts`
@@ -1535,9 +1658,11 @@ Generated from code in `src/handlers/**` (not from docs).
1535
1658
 
1536
1659
  ---
1537
1660
 
1538
- ### Table {#high-level-table}
1661
+ <a id="high-level-table"></a>
1662
+ ### High-Level / Table
1539
1663
 
1540
- #### CreateTable {#createtable-high}
1664
+ <a id="createtable-high-level-table"></a>
1665
+ #### CreateTable (High-Level / Table)
1541
1666
  **Description:** Create a new ABAP table via the ADT API using provided DDL. Mirrors Eclipse ADT behaviour with status/check runs, lock handling, activation and verification.
1542
1667
 
1543
1668
  **Source:** `src/handlers/table/high/handleCreateTable.ts`
@@ -1552,7 +1677,8 @@ Generated from code in `src/handlers/**` (not from docs).
1552
1677
 
1553
1678
  ---
1554
1679
 
1555
- #### DeleteTable {#deletetable-high}
1680
+ <a id="deletetable-high-level-table"></a>
1681
+ #### DeleteTable (High-Level / Table)
1556
1682
  **Description:** Delete an ABAP table from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1557
1683
 
1558
1684
  **Source:** `src/handlers/table/high/handleDeleteTable.ts`
@@ -1563,7 +1689,8 @@ Generated from code in `src/handlers/**` (not from docs).
1563
1689
 
1564
1690
  ---
1565
1691
 
1566
- #### GetTable {#gettable-high}
1692
+ <a id="gettable-high-level-table"></a>
1693
+ #### GetTable (High-Level / Table)
1567
1694
  **Description:** Retrieve ABAP table definition. Supports reading active or inactive version.
1568
1695
 
1569
1696
  **Source:** `src/handlers/table/high/handleGetTable.ts`
@@ -1574,7 +1701,8 @@ Generated from code in `src/handlers/**` (not from docs).
1574
1701
 
1575
1702
  ---
1576
1703
 
1577
- #### UpdateTable {#updatetable-high}
1704
+ <a id="updatetable-high-level-table"></a>
1705
+ #### UpdateTable (High-Level / Table)
1578
1706
  **Description:** Update DDL source code of an existing ABAP table. Locks the table, uploads new DDL source, and unlocks. Optionally activates after update. Use this to modify existing tables without re-creating metadata.
1579
1707
 
1580
1708
  **Source:** `src/handlers/table/high/handleUpdateTable.ts`
@@ -1587,9 +1715,11 @@ Generated from code in `src/handlers/**` (not from docs).
1587
1715
 
1588
1716
  ---
1589
1717
 
1590
- ### Transport {#high-level-transport}
1718
+ <a id="high-level-transport"></a>
1719
+ ### High-Level / Transport
1591
1720
 
1592
- #### CreateTransport {#createtransport-high}
1721
+ <a id="createtransport-high-level-transport"></a>
1722
+ #### CreateTransport (High-Level / Transport)
1593
1723
  **Description:** Create a new ABAP transport request in SAP system for development objects.
1594
1724
 
1595
1725
  **Source:** `src/handlers/transport/high/handleCreateTransport.ts`
@@ -1602,9 +1732,11 @@ Generated from code in `src/handlers/**` (not from docs).
1602
1732
 
1603
1733
  ---
1604
1734
 
1605
- ### Unit Test {#high-level-unit-test}
1735
+ <a id="high-level-unit-test"></a>
1736
+ ### High-Level / Unit Test
1606
1737
 
1607
- #### CreateCdsUnitTest {#createcdsunittest-high}
1738
+ <a id="createcdsunittest-high-level-unit-test"></a>
1739
+ #### CreateCdsUnitTest (High-Level / Unit Test)
1608
1740
  **Description:** Create a CDS unit test class with CDS validation, class template, and local test class source.
1609
1741
 
1610
1742
  **Source:** `src/handlers/unit_test/high/handleCreateCdsUnitTest.ts`
@@ -1620,7 +1752,8 @@ Generated from code in `src/handlers/**` (not from docs).
1620
1752
 
1621
1753
  ---
1622
1754
 
1623
- #### CreateUnitTest {#createunittest-high}
1755
+ <a id="createunittest-high-level-unit-test"></a>
1756
+ #### CreateUnitTest (High-Level / Unit Test)
1624
1757
  **Description:** Start an ABAP Unit test run for provided class test definitions. Returns run_id for status/result queries.
1625
1758
 
1626
1759
  **Source:** `src/handlers/unit_test/high/handleCreateUnitTest.ts`
@@ -1631,7 +1764,8 @@ Generated from code in `src/handlers/**` (not from docs).
1631
1764
 
1632
1765
  ---
1633
1766
 
1634
- #### DeleteCdsUnitTest {#deletecdsunittest-high}
1767
+ <a id="deletecdsunittest-high-level-unit-test"></a>
1768
+ #### DeleteCdsUnitTest (High-Level / Unit Test)
1635
1769
  **Description:** Delete a CDS unit test class (global class).
1636
1770
 
1637
1771
  **Source:** `src/handlers/unit_test/high/handleDeleteCdsUnitTest.ts`
@@ -1642,7 +1776,8 @@ Generated from code in `src/handlers/**` (not from docs).
1642
1776
 
1643
1777
  ---
1644
1778
 
1645
- #### DeleteUnitTest {#deleteunittest-high}
1779
+ <a id="deleteunittest-high-level-unit-test"></a>
1780
+ #### DeleteUnitTest (High-Level / Unit Test)
1646
1781
  **Description:** Delete an ABAP Unit test run. Note: ADT does not support deleting unit test runs and will return an error.
1647
1782
 
1648
1783
  **Source:** `src/handlers/unit_test/high/handleDeleteUnitTest.ts`
@@ -1652,7 +1787,8 @@ Generated from code in `src/handlers/**` (not from docs).
1652
1787
 
1653
1788
  ---
1654
1789
 
1655
- #### GetCdsUnitTest {#getcdsunittest-high}
1790
+ <a id="getcdsunittest-high-level-unit-test"></a>
1791
+ #### GetCdsUnitTest (High-Level / Unit Test)
1656
1792
  **Description:** Retrieve CDS unit test run status and result for a previously started run_id.
1657
1793
 
1658
1794
  **Source:** `src/handlers/unit_test/high/handleGetCdsUnitTest.ts`
@@ -1662,7 +1798,8 @@ Generated from code in `src/handlers/**` (not from docs).
1662
1798
 
1663
1799
  ---
1664
1800
 
1665
- #### GetCdsUnitTestResult {#getcdsunittestresult-high}
1801
+ <a id="getcdsunittestresult-high-level-unit-test"></a>
1802
+ #### GetCdsUnitTestResult (High-Level / Unit Test)
1666
1803
  **Description:** Retrieve CDS unit test run result for a run_id.
1667
1804
 
1668
1805
  **Source:** `src/handlers/unit_test/high/handleGetCdsUnitTestResult.ts`
@@ -1674,7 +1811,8 @@ Generated from code in `src/handlers/**` (not from docs).
1674
1811
 
1675
1812
  ---
1676
1813
 
1677
- #### GetCdsUnitTestStatus {#getcdsunitteststatus-high}
1814
+ <a id="getcdsunitteststatus-high-level-unit-test"></a>
1815
+ #### GetCdsUnitTestStatus (High-Level / Unit Test)
1678
1816
  **Description:** Retrieve CDS unit test run status for a run_id.
1679
1817
 
1680
1818
  **Source:** `src/handlers/unit_test/high/handleGetCdsUnitTestStatus.ts`
@@ -1685,7 +1823,8 @@ Generated from code in `src/handlers/**` (not from docs).
1685
1823
 
1686
1824
  ---
1687
1825
 
1688
- #### GetUnitTest {#getunittest-high}
1826
+ <a id="getunittest-high-level-unit-test"></a>
1827
+ #### GetUnitTest (High-Level / Unit Test)
1689
1828
  **Description:** Retrieve ABAP Unit test run status and result for a previously started run_id.
1690
1829
 
1691
1830
  **Source:** `src/handlers/unit_test/high/handleGetUnitTest.ts`
@@ -1695,7 +1834,8 @@ Generated from code in `src/handlers/**` (not from docs).
1695
1834
 
1696
1835
  ---
1697
1836
 
1698
- #### GetUnitTestResult {#getunittestresult-high}
1837
+ <a id="getunittestresult-high-level-unit-test"></a>
1838
+ #### GetUnitTestResult (High-Level / Unit Test)
1699
1839
  **Description:** Retrieve ABAP Unit test run result for a run_id.
1700
1840
 
1701
1841
  **Source:** `src/handlers/unit_test/high/handleGetUnitTestResult.ts`
@@ -1707,7 +1847,8 @@ Generated from code in `src/handlers/**` (not from docs).
1707
1847
 
1708
1848
  ---
1709
1849
 
1710
- #### GetUnitTestStatus {#getunitteststatus-high}
1850
+ <a id="getunitteststatus-high-level-unit-test"></a>
1851
+ #### GetUnitTestStatus (High-Level / Unit Test)
1711
1852
  **Description:** Retrieve ABAP Unit test run status for a run_id.
1712
1853
 
1713
1854
  **Source:** `src/handlers/unit_test/high/handleGetUnitTestStatus.ts`
@@ -1718,7 +1859,8 @@ Generated from code in `src/handlers/**` (not from docs).
1718
1859
 
1719
1860
  ---
1720
1861
 
1721
- #### RunUnitTest {#rununittest-high}
1862
+ <a id="rununittest-high-level-unit-test"></a>
1863
+ #### RunUnitTest (High-Level / Unit Test)
1722
1864
  **Description:** Start an ABAP Unit test run for provided class test definitions. Returns run_id for status/result queries.
1723
1865
 
1724
1866
  **Source:** `src/handlers/unit_test/high/handleRunUnitTest.ts`
@@ -1729,7 +1871,8 @@ Generated from code in `src/handlers/**` (not from docs).
1729
1871
 
1730
1872
  ---
1731
1873
 
1732
- #### UpdateCdsUnitTest {#updatecdsunittest-high}
1874
+ <a id="updatecdsunittest-high-level-unit-test"></a>
1875
+ #### UpdateCdsUnitTest (High-Level / Unit Test)
1733
1876
  **Description:** Update a CDS unit test class local test class source code.
1734
1877
 
1735
1878
  **Source:** `src/handlers/unit_test/high/handleUpdateCdsUnitTest.ts`
@@ -1741,7 +1884,8 @@ Generated from code in `src/handlers/**` (not from docs).
1741
1884
 
1742
1885
  ---
1743
1886
 
1744
- #### UpdateUnitTest {#updateunittest-high}
1887
+ <a id="updateunittest-high-level-unit-test"></a>
1888
+ #### UpdateUnitTest (High-Level / Unit Test)
1745
1889
  **Description:** Update an ABAP Unit test run. Note: ADT does not support updating unit test runs and will return an error.
1746
1890
 
1747
1891
  **Source:** `src/handlers/unit_test/high/handleUpdateUnitTest.ts`
@@ -1751,9 +1895,11 @@ Generated from code in `src/handlers/**` (not from docs).
1751
1895
 
1752
1896
  ---
1753
1897
 
1754
- ### View {#high-level-view}
1898
+ <a id="high-level-view"></a>
1899
+ ### High-Level / View
1755
1900
 
1756
- #### CreateView {#createview-high}
1901
+ <a id="createview-high-level-view"></a>
1902
+ #### CreateView (High-Level / View)
1757
1903
  **Description:** Create CDS View or Classic View in SAP using DDL syntax. Both types use the same API workflow, differing only in DDL content (CDS has @AbapCatalog.sqlViewName and other annotations).
1758
1904
 
1759
1905
  **Source:** `src/handlers/view/high/handleCreateView.ts`
@@ -1767,7 +1913,8 @@ Generated from code in `src/handlers/**` (not from docs).
1767
1913
 
1768
1914
  ---
1769
1915
 
1770
- #### DeleteView {#deleteview-high}
1916
+ <a id="deleteview-high-level-view"></a>
1917
+ #### DeleteView (High-Level / View)
1771
1918
  **Description:** Delete an ABAP view from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
1772
1919
 
1773
1920
  **Source:** `src/handlers/view/high/handleDeleteView.ts`
@@ -1778,7 +1925,8 @@ Generated from code in `src/handlers/**` (not from docs).
1778
1925
 
1779
1926
  ---
1780
1927
 
1781
- #### GetView {#getview-high}
1928
+ <a id="getview-high-level-view"></a>
1929
+ #### GetView (High-Level / View)
1782
1930
  **Description:** Retrieve ABAP view definition. Supports reading active or inactive version.
1783
1931
 
1784
1932
  **Source:** `src/handlers/view/high/handleGetView.ts`
@@ -1789,7 +1937,8 @@ Generated from code in `src/handlers/**` (not from docs).
1789
1937
 
1790
1938
  ---
1791
1939
 
1792
- #### UpdateView {#updateview-high}
1940
+ <a id="updateview-high-level-view"></a>
1941
+ #### UpdateView (High-Level / View)
1793
1942
  **Description:** Update DDL source code of an existing CDS View or Classic View. Locks the view, checks new code, uploads new DDL source, unlocks, and optionally activates.
1794
1943
 
1795
1944
  **Source:** `src/handlers/view/high/handleUpdateView.ts`
@@ -1800,11 +1949,14 @@ Generated from code in `src/handlers/**` (not from docs).
1800
1949
 
1801
1950
  ---
1802
1951
 
1803
- ## Low-Level Group {#low-level-group}
1952
+ <a id="low-level-group"></a>
1953
+ ## Low-Level Group
1804
1954
 
1805
- ### Behavior Definition {#low-level-behavior-definition}
1955
+ <a id="low-level-behavior-definition"></a>
1956
+ ### Low-Level / Behavior Definition
1806
1957
 
1807
- #### ActivateBehaviorDefinitionLow {#activatebehaviordefinitionlow-low}
1958
+ <a id="activatebehaviordefinitionlow-low-level-behavior-definition"></a>
1959
+ #### ActivateBehaviorDefinitionLow (Low-Level / Behavior Definition)
1808
1960
  **Description:** [low-level] Activate an ABAP behavior definition. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
1809
1961
 
1810
1962
  **Source:** `src/handlers/behavior_definition/low/handleActivateBehaviorDefinition.ts`
@@ -1816,7 +1968,8 @@ Generated from code in `src/handlers/**` (not from docs).
1816
1968
 
1817
1969
  ---
1818
1970
 
1819
- #### CheckBdefLow {#checkbdeflow-low}
1971
+ <a id="checkbdeflow-low-level-behavior-definition"></a>
1972
+ #### CheckBdefLow (Low-Level / Behavior Definition)
1820
1973
  **Description:** [low-level] Perform syntax check on an ABAP behavior definition. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
1821
1974
 
1822
1975
  **Source:** `src/handlers/behavior_definition/low/handleCheckBehaviorDefinition.ts`
@@ -1828,7 +1981,8 @@ Generated from code in `src/handlers/**` (not from docs).
1828
1981
 
1829
1982
  ---
1830
1983
 
1831
- #### CreateBehaviorDefinitionLow {#createbehaviordefinitionlow-low}
1984
+ <a id="createbehaviordefinitionlow-low-level-behavior-definition"></a>
1985
+ #### CreateBehaviorDefinitionLow (Low-Level / Behavior Definition)
1832
1986
  **Description:** [low-level] Create a new ABAP Behavior Definition. - use CreateBehaviorDefinition (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
1833
1987
 
1834
1988
  **Source:** `src/handlers/behavior_definition/low/handleCreateBehaviorDefinition.ts`
@@ -1845,7 +1999,8 @@ Generated from code in `src/handlers/**` (not from docs).
1845
1999
 
1846
2000
  ---
1847
2001
 
1848
- #### DeleteBehaviorDefinitionLow {#deletebehaviordefinitionlow-low}
2002
+ <a id="deletebehaviordefinitionlow-low-level-behavior-definition"></a>
2003
+ #### DeleteBehaviorDefinitionLow (Low-Level / Behavior Definition)
1849
2004
  **Description:** [low-level] Delete an ABAP behavior definition from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
1850
2005
 
1851
2006
  **Source:** `src/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.ts`
@@ -1856,7 +2011,8 @@ Generated from code in `src/handlers/**` (not from docs).
1856
2011
 
1857
2012
  ---
1858
2013
 
1859
- #### LockBehaviorDefinitionLow {#lockbehaviordefinitionlow-low}
2014
+ <a id="lockbehaviordefinitionlow-low-level-behavior-definition"></a>
2015
+ #### LockBehaviorDefinitionLow (Low-Level / Behavior Definition)
1860
2016
  **Description:** [low-level] Lock an ABAP behavior definition for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
1861
2017
 
1862
2018
  **Source:** `src/handlers/behavior_definition/low/handleLockBehaviorDefinition.ts`
@@ -1868,7 +2024,8 @@ Generated from code in `src/handlers/**` (not from docs).
1868
2024
 
1869
2025
  ---
1870
2026
 
1871
- #### UnlockBehaviorDefinitionLow {#unlockbehaviordefinitionlow-low}
2027
+ <a id="unlockbehaviordefinitionlow-low-level-behavior-definition"></a>
2028
+ #### UnlockBehaviorDefinitionLow (Low-Level / Behavior Definition)
1872
2029
  **Description:** [low-level] Unlock an ABAP behavior definition after modification. Must use the same session_id and lock_handle from LockBehaviorDefinition operation.
1873
2030
 
1874
2031
  **Source:** `src/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.ts`
@@ -1881,7 +2038,8 @@ Generated from code in `src/handlers/**` (not from docs).
1881
2038
 
1882
2039
  ---
1883
2040
 
1884
- #### UpdateBehaviorDefinitionLow {#updatebehaviordefinitionlow-low}
2041
+ <a id="updatebehaviordefinitionlow-low-level-behavior-definition"></a>
2042
+ #### UpdateBehaviorDefinitionLow (Low-Level / Behavior Definition)
1885
2043
  **Description:** [low-level] Update source code of an existing ABAP behavior definition. Requires lock handle from LockObject. - use UpdateBehaviorDefinition (high-level) for full workflow with lock/unlock/activate.
1886
2044
 
1887
2045
  **Source:** `src/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.ts`
@@ -1895,7 +2053,8 @@ Generated from code in `src/handlers/**` (not from docs).
1895
2053
 
1896
2054
  ---
1897
2055
 
1898
- #### ValidateBehaviorDefinitionLow {#validatebehaviordefinitionlow-low}
2056
+ <a id="validatebehaviordefinitionlow-low-level-behavior-definition"></a>
2057
+ #### ValidateBehaviorDefinitionLow (Low-Level / Behavior Definition)
1899
2058
  **Description:** [low-level] Validate an ABAP behavior definition name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
1900
2059
 
1901
2060
  **Source:** `src/handlers/behavior_definition/low/handleValidateBehaviorDefinition.ts`
@@ -1911,9 +2070,11 @@ Generated from code in `src/handlers/**` (not from docs).
1911
2070
 
1912
2071
  ---
1913
2072
 
1914
- ### Behavior Implementation {#low-level-behavior-implementation}
2073
+ <a id="low-level-behavior-implementation"></a>
2074
+ ### Low-Level / Behavior Implementation
1915
2075
 
1916
- #### CreateBehaviorImplementationLow {#createbehaviorimplementationlow-low}
2076
+ <a id="createbehaviorimplementationlow-low-level-behavior-implementation"></a>
2077
+ #### CreateBehaviorImplementationLow (Low-Level / Behavior Implementation)
1917
2078
  **Description:** [low-level] Create a new ABAP behavior implementation class with full workflow (create, lock, update main source, update implementations, unlock, activate). - use CreateBehaviorImplementation (high-level) for additional validation.
1918
2079
 
1919
2080
  **Source:** `src/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.ts`
@@ -1930,7 +2091,8 @@ Generated from code in `src/handlers/**` (not from docs).
1930
2091
 
1931
2092
  ---
1932
2093
 
1933
- #### LockBehaviorImplementationLow {#lockbehaviorimplementationlow-low}
2094
+ <a id="lockbehaviorimplementationlow-low-level-behavior-implementation"></a>
2095
+ #### LockBehaviorImplementationLow (Low-Level / Behavior Implementation)
1934
2096
  **Description:** [low-level] Lock an ABAP behavior implementation class for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
1935
2097
 
1936
2098
  **Source:** `src/handlers/behavior_implementation/low/handleLockBehaviorImplementation.ts`
@@ -1942,7 +2104,8 @@ Generated from code in `src/handlers/**` (not from docs).
1942
2104
 
1943
2105
  ---
1944
2106
 
1945
- #### ValidateBehaviorImplementationLow {#validatebehaviorimplementationlow-low}
2107
+ <a id="validatebehaviorimplementationlow-low-level-behavior-implementation"></a>
2108
+ #### ValidateBehaviorImplementationLow (Low-Level / Behavior Implementation)
1946
2109
  **Description:** [low-level] Validate an ABAP behavior implementation class name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
1947
2110
 
1948
2111
  **Source:** `src/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.ts`
@@ -1957,9 +2120,11 @@ Generated from code in `src/handlers/**` (not from docs).
1957
2120
 
1958
2121
  ---
1959
2122
 
1960
- ### Class {#low-level-class}
2123
+ <a id="low-level-class"></a>
2124
+ ### Low-Level / Class
1961
2125
 
1962
- #### ActivateClassLow {#activateclasslow-low}
2126
+ <a id="activateclasslow-low-level-class"></a>
2127
+ #### ActivateClassLow (Low-Level / Class)
1963
2128
  **Description:** [low-level] Activate an ABAP class. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
1964
2129
 
1965
2130
  **Source:** `src/handlers/class/low/handleActivateClass.ts`
@@ -1971,7 +2136,8 @@ Generated from code in `src/handlers/**` (not from docs).
1971
2136
 
1972
2137
  ---
1973
2138
 
1974
- #### ActivateClassTestClassesLow {#activateclasstestclasseslow-low}
2139
+ <a id="activateclasstestclasseslow-low-level-class"></a>
2140
+ #### ActivateClassTestClassesLow (Low-Level / Class)
1975
2141
  **Description:** [low-level] Activate ABAP Unit test classes include for an existing class. Should be executed after updating and unlocking test classes.
1976
2142
 
1977
2143
  **Source:** `src/handlers/class/low/handleActivateClassTestClasses.ts`
@@ -1984,7 +2150,8 @@ Generated from code in `src/handlers/**` (not from docs).
1984
2150
 
1985
2151
  ---
1986
2152
 
1987
- #### CheckClassLow {#checkclasslow-low}
2153
+ <a id="checkclasslow-low-level-class"></a>
2154
+ #### CheckClassLow (Low-Level / Class)
1988
2155
  **Description:** [low-level] Perform syntax check on an ABAP class. Can check existing class (active/inactive) or hypothetical source code. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
1989
2156
 
1990
2157
  **Source:** `src/handlers/class/low/handleCheckClass.ts`
@@ -1998,7 +2165,8 @@ Generated from code in `src/handlers/**` (not from docs).
1998
2165
 
1999
2166
  ---
2000
2167
 
2001
- #### CreateClassLow {#createclasslow-low}
2168
+ <a id="createclasslow-low-level-class"></a>
2169
+ #### CreateClassLow (Low-Level / Class)
2002
2170
  **Description:** [low-level] Create a new ABAP class. - use CreateClass (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2003
2171
 
2004
2172
  **Source:** `src/handlers/class/low/handleCreateClass.ts`
@@ -2017,7 +2185,8 @@ Generated from code in `src/handlers/**` (not from docs).
2017
2185
 
2018
2186
  ---
2019
2187
 
2020
- #### DeleteClassLow {#deleteclasslow-low}
2188
+ <a id="deleteclasslow-low-level-class"></a>
2189
+ #### DeleteClassLow (Low-Level / Class)
2021
2190
  **Description:** [low-level] Delete an ABAP class from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2022
2191
 
2023
2192
  **Source:** `src/handlers/class/low/handleDeleteClass.ts`
@@ -2028,7 +2197,8 @@ Generated from code in `src/handlers/**` (not from docs).
2028
2197
 
2029
2198
  ---
2030
2199
 
2031
- #### GetClassUnitTestResultLow {#getclassunittestresultlow-low}
2200
+ <a id="getclassunittestresultlow-low-level-class"></a>
2201
+ #### GetClassUnitTestResultLow (Low-Level / Class)
2032
2202
  **Description:** [low-level] Retrieve ABAP Unit run result (ABAPUnit or JUnit XML) for a completed run_id.
2033
2203
 
2034
2204
  **Source:** `src/handlers/class/low/handleGetClassUnitTestResult.ts`
@@ -2042,7 +2212,8 @@ Generated from code in `src/handlers/**` (not from docs).
2042
2212
 
2043
2213
  ---
2044
2214
 
2045
- #### GetClassUnitTestStatusLow {#getclassunitteststatuslow-low}
2215
+ <a id="getclassunitteststatuslow-low-level-class"></a>
2216
+ #### GetClassUnitTestStatusLow (Low-Level / Class)
2046
2217
  **Description:** [low-level] Retrieve ABAP Unit run status XML for a previously started run_id.
2047
2218
 
2048
2219
  **Source:** `src/handlers/class/low/handleGetClassUnitTestStatus.ts`
@@ -2055,7 +2226,8 @@ Generated from code in `src/handlers/**` (not from docs).
2055
2226
 
2056
2227
  ---
2057
2228
 
2058
- #### LockClassLow {#lockclasslow-low}
2229
+ <a id="lockclasslow-low-level-class"></a>
2230
+ #### LockClassLow (Low-Level / Class)
2059
2231
  **Description:** [low-level] Lock an ABAP class for modification. Uses session from HandlerContext. Returns lock handle that must be used in subsequent update/unlock operations.
2060
2232
 
2061
2233
  **Source:** `src/handlers/class/low/handleLockClass.ts`
@@ -2065,7 +2237,8 @@ Generated from code in `src/handlers/**` (not from docs).
2065
2237
 
2066
2238
  ---
2067
2239
 
2068
- #### LockClassTestClassesLow {#lockclasstestclasseslow-low}
2240
+ <a id="lockclasstestclasseslow-low-level-class"></a>
2241
+ #### LockClassTestClassesLow (Low-Level / Class)
2069
2242
  **Description:** [low-level] Lock ABAP Unit test classes include (CLAS/OC testclasses) for the specified class. Returns a test_classes_lock_handle for subsequent update/unlock operations using the same session.
2070
2243
 
2071
2244
  **Source:** `src/handlers/class/low/handleLockClassTestClasses.ts`
@@ -2077,7 +2250,8 @@ Generated from code in `src/handlers/**` (not from docs).
2077
2250
 
2078
2251
  ---
2079
2252
 
2080
- #### RunClassUnitTestsLow {#runclassunittestslow-low}
2253
+ <a id="runclassunittestslow-low-level-class"></a>
2254
+ #### RunClassUnitTestsLow (Low-Level / Class)
2081
2255
  **Description:** [low-level] Start an ABAP Unit test run for provided class test definitions. Returns run_id extracted from SAP response headers.
2082
2256
 
2083
2257
  **Source:** `src/handlers/class/low/handleRunClassUnitTests.ts`
@@ -2088,7 +2262,8 @@ Generated from code in `src/handlers/**` (not from docs).
2088
2262
 
2089
2263
  ---
2090
2264
 
2091
- #### UnlockClassLow {#unlockclasslow-low}
2265
+ <a id="unlockclasslow-low-level-class"></a>
2266
+ #### UnlockClassLow (Low-Level / Class)
2092
2267
  **Description:** [low-level] Unlock an ABAP class after modification. Uses session from HandlerContext. Must use the same lock_handle from LockClass operation.
2093
2268
 
2094
2269
  **Source:** `src/handlers/class/low/handleUnlockClass.ts`
@@ -2099,7 +2274,8 @@ Generated from code in `src/handlers/**` (not from docs).
2099
2274
 
2100
2275
  ---
2101
2276
 
2102
- #### UnlockClassTestClassesLow {#unlockclasstestclasseslow-low}
2277
+ <a id="unlockclasstestclasseslow-low-level-class"></a>
2278
+ #### UnlockClassTestClassesLow (Low-Level / Class)
2103
2279
  **Description:** [low-level] Unlock ABAP Unit test classes include for a class using the test_classes_lock_handle obtained from LockClassTestClassesLow.
2104
2280
 
2105
2281
  **Source:** `src/handlers/class/low/handleUnlockClassTestClasses.ts`
@@ -2112,7 +2288,8 @@ Generated from code in `src/handlers/**` (not from docs).
2112
2288
 
2113
2289
  ---
2114
2290
 
2115
- #### UpdateClassLow {#updateclasslow-low}
2291
+ <a id="updateclasslow-low-level-class"></a>
2292
+ #### UpdateClassLow (Low-Level / Class)
2116
2293
  **Description:** [low-level] Update source code of an existing ABAP class. Uses session from HandlerContext. Requires lock handle from LockClass operation. - use UpdateClass (high-level) for full workflow with lock/unlock/activate.
2117
2294
 
2118
2295
  **Source:** `src/handlers/class/low/handleUpdateClass.ts`
@@ -2124,7 +2301,8 @@ Generated from code in `src/handlers/**` (not from docs).
2124
2301
 
2125
2302
  ---
2126
2303
 
2127
- #### UpdateClassTestClassesLow {#updateclasstestclasseslow-low}
2304
+ <a id="updateclasstestclasseslow-low-level-class"></a>
2305
+ #### UpdateClassTestClassesLow (Low-Level / Class)
2128
2306
  **Description:** [low-level] Upload ABAP Unit test include source code for an existing class. Requires test_classes_lock_handle from LockClassTestClassesLow.
2129
2307
 
2130
2308
  **Source:** `src/handlers/class/low/handleUpdateClassTestClasses.ts`
@@ -2138,7 +2316,8 @@ Generated from code in `src/handlers/**` (not from docs).
2138
2316
 
2139
2317
  ---
2140
2318
 
2141
- #### ValidateClassLow {#validateclasslow-low}
2319
+ <a id="validateclasslow-low-level-class"></a>
2320
+ #### ValidateClassLow (Low-Level / Class)
2142
2321
  **Description:** [low-level] Validate an ABAP class name before creation. Checks if the name is valid, available, and validates package, description, and superclass if provided. Can use session_id and session_state from GetSession to maintain the same session.
2143
2322
 
2144
2323
  **Source:** `src/handlers/class/low/handleValidateClass.ts`
@@ -2153,9 +2332,11 @@ Generated from code in `src/handlers/**` (not from docs).
2153
2332
 
2154
2333
  ---
2155
2334
 
2156
- ### Common {#low-level-common}
2335
+ <a id="low-level-common"></a>
2336
+ ### Low-Level / Common
2157
2337
 
2158
- #### ActivateObjectLow {#activateobjectlow-low}
2338
+ <a id="activateobjectlow-low-level-common"></a>
2339
+ #### ActivateObjectLow (Low-Level / Common)
2159
2340
  **Description:** [low-level] Activate one or multiple ABAP repository objects. Works with any object type; URI is auto-generated from name and type.
2160
2341
 
2161
2342
  **Source:** `src/handlers/common/low/handleActivateObject.ts`
@@ -2165,7 +2346,8 @@ Generated from code in `src/handlers/**` (not from docs).
2165
2346
 
2166
2347
  ---
2167
2348
 
2168
- #### CheckObjectLow {#checkobjectlow-low}
2349
+ <a id="checkobjectlow-low-level-common"></a>
2350
+ #### CheckObjectLow (Low-Level / Common)
2169
2351
  **Description:** [low-level] Perform syntax check on an ABAP object without activation. Returns syntax errors, warnings, and messages.
2170
2352
 
2171
2353
  **Source:** `src/handlers/common/low/handleCheckObject.ts`
@@ -2179,7 +2361,8 @@ Generated from code in `src/handlers/**` (not from docs).
2179
2361
 
2180
2362
  ---
2181
2363
 
2182
- #### DeleteObjectLow {#deleteobjectlow-low}
2364
+ <a id="deleteobjectlow-low-level-common"></a>
2365
+ #### DeleteObjectLow (Low-Level / Common)
2183
2366
  **Description:** [low-level] Delete an ABAP object via ADT deletion API. Transport request optional for $TMP objects.
2184
2367
 
2185
2368
  **Source:** `src/handlers/common/low/handleDeleteObject.ts`
@@ -2192,7 +2375,8 @@ Generated from code in `src/handlers/**` (not from docs).
2192
2375
 
2193
2376
  ---
2194
2377
 
2195
- #### LockObjectLow {#lockobjectlow-low}
2378
+ <a id="lockobjectlow-low-level-common"></a>
2379
+ #### LockObjectLow (Low-Level / Common)
2196
2380
  **Description:** [low-level] Lock an ABAP object for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
2197
2381
 
2198
2382
  **Source:** `src/handlers/common/low/handleLockObject.ts`
@@ -2206,7 +2390,8 @@ Generated from code in `src/handlers/**` (not from docs).
2206
2390
 
2207
2391
  ---
2208
2392
 
2209
- #### UnlockObjectLow {#unlockobjectlow-low}
2393
+ <a id="unlockobjectlow-low-level-common"></a>
2394
+ #### UnlockObjectLow (Low-Level / Common)
2210
2395
  **Description:** [low-level] Unlock an ABAP object after modification. Must use the same session_id and lock_handle from the LockObject operation.
2211
2396
 
2212
2397
  **Source:** `src/handlers/common/low/handleUnlockObject.ts`
@@ -2220,7 +2405,8 @@ Generated from code in `src/handlers/**` (not from docs).
2220
2405
 
2221
2406
  ---
2222
2407
 
2223
- #### ValidateObjectLow {#validateobjectlow-low}
2408
+ <a id="validateobjectlow-low-level-common"></a>
2409
+ #### ValidateObjectLow (Low-Level / Common)
2224
2410
  **Description:** [low-level] Validate an ABAP object name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
2225
2411
 
2226
2412
  **Source:** `src/handlers/common/low/handleValidateObject.ts`
@@ -2238,9 +2424,11 @@ Generated from code in `src/handlers/**` (not from docs).
2238
2424
 
2239
2425
  ---
2240
2426
 
2241
- ### Data Element {#low-level-data-element}
2427
+ <a id="low-level-data-element"></a>
2428
+ ### Low-Level / Data Element
2242
2429
 
2243
- #### ActivateDataElementLow {#activatedataelementlow-low}
2430
+ <a id="activatedataelementlow-low-level-data-element"></a>
2431
+ #### ActivateDataElementLow (Low-Level / Data Element)
2244
2432
  **Description:** [low-level] Activate an ABAP data element. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
2245
2433
 
2246
2434
  **Source:** `src/handlers/data_element/low/handleActivateDataElement.ts`
@@ -2252,7 +2440,8 @@ Generated from code in `src/handlers/**` (not from docs).
2252
2440
 
2253
2441
  ---
2254
2442
 
2255
- #### CheckDataElementLow {#checkdataelementlow-low}
2443
+ <a id="checkdataelementlow-low-level-data-element"></a>
2444
+ #### CheckDataElementLow (Low-Level / Data Element)
2256
2445
  **Description:** [low-level] Perform syntax check on an ABAP data element. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
2257
2446
 
2258
2447
  **Source:** `src/handlers/data_element/low/handleCheckDataElement.ts`
@@ -2264,7 +2453,8 @@ Generated from code in `src/handlers/**` (not from docs).
2264
2453
 
2265
2454
  ---
2266
2455
 
2267
- #### CreateDataElementLow {#createdataelementlow-low}
2456
+ <a id="createdataelementlow-low-level-data-element"></a>
2457
+ #### CreateDataElementLow (Low-Level / Data Element)
2268
2458
  **Description:** [low-level] Create a new ABAP data element. - use CreateDataElement (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2269
2459
 
2270
2460
  **Source:** `src/handlers/data_element/low/handleCreateDataElement.ts`
@@ -2284,7 +2474,8 @@ Generated from code in `src/handlers/**` (not from docs).
2284
2474
 
2285
2475
  ---
2286
2476
 
2287
- #### DeleteDataElementLow {#deletedataelementlow-low}
2477
+ <a id="deletedataelementlow-low-level-data-element"></a>
2478
+ #### DeleteDataElementLow (Low-Level / Data Element)
2288
2479
  **Description:** [low-level] Delete an ABAP data element from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2289
2480
 
2290
2481
  **Source:** `src/handlers/data_element/low/handleDeleteDataElement.ts`
@@ -2295,7 +2486,8 @@ Generated from code in `src/handlers/**` (not from docs).
2295
2486
 
2296
2487
  ---
2297
2488
 
2298
- #### LockDataElementLow {#lockdataelementlow-low}
2489
+ <a id="lockdataelementlow-low-level-data-element"></a>
2490
+ #### LockDataElementLow (Low-Level / Data Element)
2299
2491
  **Description:** [low-level] Lock an ABAP data element for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
2300
2492
 
2301
2493
  **Source:** `src/handlers/data_element/low/handleLockDataElement.ts`
@@ -2307,7 +2499,8 @@ Generated from code in `src/handlers/**` (not from docs).
2307
2499
 
2308
2500
  ---
2309
2501
 
2310
- #### UnlockDataElementLow {#unlockdataelementlow-low}
2502
+ <a id="unlockdataelementlow-low-level-data-element"></a>
2503
+ #### UnlockDataElementLow (Low-Level / Data Element)
2311
2504
  **Description:** [low-level] Unlock an ABAP data element after modification. Must use the same session_id and lock_handle from LockDataElement operation.
2312
2505
 
2313
2506
  **Source:** `src/handlers/data_element/low/handleUnlockDataElement.ts`
@@ -2320,7 +2513,8 @@ Generated from code in `src/handlers/**` (not from docs).
2320
2513
 
2321
2514
  ---
2322
2515
 
2323
- #### UpdateDataElementLow {#updatedataelementlow-low}
2516
+ <a id="updatedataelementlow-low-level-data-element"></a>
2517
+ #### UpdateDataElementLow (Low-Level / Data Element)
2324
2518
  **Description:** [low-level] Update properties of an existing ABAP data element. Requires lock handle from LockObject. - use UpdateDataElement (high-level) for full workflow with lock/unlock/activate.
2325
2519
 
2326
2520
  **Source:** `src/handlers/data_element/low/handleUpdateDataElement.ts`
@@ -2334,7 +2528,8 @@ Generated from code in `src/handlers/**` (not from docs).
2334
2528
 
2335
2529
  ---
2336
2530
 
2337
- #### ValidateDataElementLow {#validatedataelementlow-low}
2531
+ <a id="validatedataelementlow-low-level-data-element"></a>
2532
+ #### ValidateDataElementLow (Low-Level / Data Element)
2338
2533
  **Description:** [low-level] Validate an ABAP data element name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
2339
2534
 
2340
2535
  **Source:** `src/handlers/data_element/low/handleValidateDataElement.ts`
@@ -2348,9 +2543,11 @@ Generated from code in `src/handlers/**` (not from docs).
2348
2543
 
2349
2544
  ---
2350
2545
 
2351
- ### Ddlx {#low-level-ddlx}
2546
+ <a id="low-level-ddlx"></a>
2547
+ ### Low-Level / Ddlx
2352
2548
 
2353
- #### ActivateMetadataExtensionLow {#activatemetadataextensionlow-low}
2549
+ <a id="activatemetadataextensionlow-low-level-ddlx"></a>
2550
+ #### ActivateMetadataExtensionLow (Low-Level / Ddlx)
2354
2551
  **Description:** [low-level] Activate an ABAP metadata extension. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
2355
2552
 
2356
2553
  **Source:** `src/handlers/ddlx/low/handleActivateMetadataExtension.ts`
@@ -2362,7 +2559,8 @@ Generated from code in `src/handlers/**` (not from docs).
2362
2559
 
2363
2560
  ---
2364
2561
 
2365
- #### CheckMetadataExtensionLow {#checkmetadataextensionlow-low}
2562
+ <a id="checkmetadataextensionlow-low-level-ddlx"></a>
2563
+ #### CheckMetadataExtensionLow (Low-Level / Ddlx)
2366
2564
  **Description:** [low-level] Perform syntax check on an ABAP metadata extension. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
2367
2565
 
2368
2566
  **Source:** `src/handlers/ddlx/low/handleCheckMetadataExtension.ts`
@@ -2374,7 +2572,8 @@ Generated from code in `src/handlers/**` (not from docs).
2374
2572
 
2375
2573
  ---
2376
2574
 
2377
- #### CreateMetadataExtensionLow {#createmetadataextensionlow-low}
2575
+ <a id="createmetadataextensionlow-low-level-ddlx"></a>
2576
+ #### CreateMetadataExtensionLow (Low-Level / Ddlx)
2378
2577
  **Description:** [low-level] Create a new ABAP Metadata Extension. - use CreateMetadataExtension (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2379
2578
 
2380
2579
  **Source:** `src/handlers/ddlx/low/handleCreateMetadataExtension.ts`
@@ -2390,7 +2589,8 @@ Generated from code in `src/handlers/**` (not from docs).
2390
2589
 
2391
2590
  ---
2392
2591
 
2393
- #### DeleteMetadataExtensionLow {#deletemetadataextensionlow-low}
2592
+ <a id="deletemetadataextensionlow-low-level-ddlx"></a>
2593
+ #### DeleteMetadataExtensionLow (Low-Level / Ddlx)
2394
2594
  **Description:** [low-level] Delete an ABAP metadata extension from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2395
2595
 
2396
2596
  **Source:** `src/handlers/ddlx/low/handleDeleteMetadataExtension.ts`
@@ -2401,7 +2601,8 @@ Generated from code in `src/handlers/**` (not from docs).
2401
2601
 
2402
2602
  ---
2403
2603
 
2404
- #### LockMetadataExtensionLow {#lockmetadataextensionlow-low}
2604
+ <a id="lockmetadataextensionlow-low-level-ddlx"></a>
2605
+ #### LockMetadataExtensionLow (Low-Level / Ddlx)
2405
2606
  **Description:** [low-level] Lock an ABAP metadata extension for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
2406
2607
 
2407
2608
  **Source:** `src/handlers/ddlx/low/handleLockMetadataExtension.ts`
@@ -2413,7 +2614,8 @@ Generated from code in `src/handlers/**` (not from docs).
2413
2614
 
2414
2615
  ---
2415
2616
 
2416
- #### UnlockMetadataExtensionLow {#unlockmetadataextensionlow-low}
2617
+ <a id="unlockmetadataextensionlow-low-level-ddlx"></a>
2618
+ #### UnlockMetadataExtensionLow (Low-Level / Ddlx)
2417
2619
  **Description:** [low-level] Unlock an ABAP metadata extension after modification. Must use the same session_id and lock_handle from LockMetadataExtension operation.
2418
2620
 
2419
2621
  **Source:** `src/handlers/ddlx/low/handleUnlockMetadataExtension.ts`
@@ -2426,7 +2628,8 @@ Generated from code in `src/handlers/**` (not from docs).
2426
2628
 
2427
2629
  ---
2428
2630
 
2429
- #### UpdateMetadataExtensionLow {#updatemetadataextensionlow-low}
2631
+ <a id="updatemetadataextensionlow-low-level-ddlx"></a>
2632
+ #### UpdateMetadataExtensionLow (Low-Level / Ddlx)
2430
2633
  **Description:** [low-level] Update source code of an existing ABAP metadata extension. Requires lock handle from LockObject. - use UpdateMetadataExtension (high-level) for full workflow with lock/unlock/activate.
2431
2634
 
2432
2635
  **Source:** `src/handlers/ddlx/low/handleUpdateMetadataExtension.ts`
@@ -2440,7 +2643,8 @@ Generated from code in `src/handlers/**` (not from docs).
2440
2643
 
2441
2644
  ---
2442
2645
 
2443
- #### ValidateMetadataExtensionLow {#validatemetadataextensionlow-low}
2646
+ <a id="validatemetadataextensionlow-low-level-ddlx"></a>
2647
+ #### ValidateMetadataExtensionLow (Low-Level / Ddlx)
2444
2648
  **Description:** [low-level] Validate an ABAP metadata extension name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
2445
2649
 
2446
2650
  **Source:** `src/handlers/ddlx/low/handleValidateMetadataExtension.ts`
@@ -2452,9 +2656,11 @@ Generated from code in `src/handlers/**` (not from docs).
2452
2656
 
2453
2657
  ---
2454
2658
 
2455
- ### Domain {#low-level-domain}
2659
+ <a id="low-level-domain"></a>
2660
+ ### Low-Level / Domain
2456
2661
 
2457
- #### ActivateDomainLow {#activatedomainlow-low}
2662
+ <a id="activatedomainlow-low-level-domain"></a>
2663
+ #### ActivateDomainLow (Low-Level / Domain)
2458
2664
  **Description:** [low-level] Activate an ABAP domain. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
2459
2665
 
2460
2666
  **Source:** `src/handlers/domain/low/handleActivateDomain.ts`
@@ -2466,7 +2672,8 @@ Generated from code in `src/handlers/**` (not from docs).
2466
2672
 
2467
2673
  ---
2468
2674
 
2469
- #### CheckDomainLow {#checkdomainlow-low}
2675
+ <a id="checkdomainlow-low-level-domain"></a>
2676
+ #### CheckDomainLow (Low-Level / Domain)
2470
2677
  **Description:** [low-level] Perform syntax check on an ABAP domain. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
2471
2678
 
2472
2679
  **Source:** `src/handlers/domain/low/handleCheckDomain.ts`
@@ -2478,7 +2685,8 @@ Generated from code in `src/handlers/**` (not from docs).
2478
2685
 
2479
2686
  ---
2480
2687
 
2481
- #### CreateDomainLow {#createdomainlow-low}
2688
+ <a id="createdomainlow-low-level-domain"></a>
2689
+ #### CreateDomainLow (Low-Level / Domain)
2482
2690
  **Description:** [low-level] Create a new ABAP domain. - use CreateDomain (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2483
2691
 
2484
2692
  **Source:** `src/handlers/domain/low/handleCreateDomain.ts`
@@ -2493,7 +2701,8 @@ Generated from code in `src/handlers/**` (not from docs).
2493
2701
 
2494
2702
  ---
2495
2703
 
2496
- #### DeleteDomainLow {#deletedomainlow-low}
2704
+ <a id="deletedomainlow-low-level-domain"></a>
2705
+ #### DeleteDomainLow (Low-Level / Domain)
2497
2706
  **Description:** [low-level] Delete an ABAP domain from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2498
2707
 
2499
2708
  **Source:** `src/handlers/domain/low/handleDeleteDomain.ts`
@@ -2504,7 +2713,8 @@ Generated from code in `src/handlers/**` (not from docs).
2504
2713
 
2505
2714
  ---
2506
2715
 
2507
- #### LockDomainLow {#lockdomainlow-low}
2716
+ <a id="lockdomainlow-low-level-domain"></a>
2717
+ #### LockDomainLow (Low-Level / Domain)
2508
2718
  **Description:** [low-level] Lock an ABAP domain for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
2509
2719
 
2510
2720
  **Source:** `src/handlers/domain/low/handleLockDomain.ts`
@@ -2516,7 +2726,8 @@ Generated from code in `src/handlers/**` (not from docs).
2516
2726
 
2517
2727
  ---
2518
2728
 
2519
- #### UnlockDomainLow {#unlockdomainlow-low}
2729
+ <a id="unlockdomainlow-low-level-domain"></a>
2730
+ #### UnlockDomainLow (Low-Level / Domain)
2520
2731
  **Description:** [low-level] Unlock an ABAP domain after modification. Must use the same session_id and lock_handle from LockDomain operation.
2521
2732
 
2522
2733
  **Source:** `src/handlers/domain/low/handleUnlockDomain.ts`
@@ -2529,7 +2740,8 @@ Generated from code in `src/handlers/**` (not from docs).
2529
2740
 
2530
2741
  ---
2531
2742
 
2532
- #### UpdateDomainLow {#updatedomainlow-low}
2743
+ <a id="updatedomainlow-low-level-domain"></a>
2744
+ #### UpdateDomainLow (Low-Level / Domain)
2533
2745
  **Description:** [low-level] Update properties of an existing ABAP domain. Requires lock handle from LockObject. - use UpdateDomain (high-level) for full workflow with lock/unlock/activate.
2534
2746
 
2535
2747
  **Source:** `src/handlers/domain/low/handleUpdateDomain.ts`
@@ -2543,7 +2755,8 @@ Generated from code in `src/handlers/**` (not from docs).
2543
2755
 
2544
2756
  ---
2545
2757
 
2546
- #### ValidateDomainLow {#validatedomainlow-low}
2758
+ <a id="validatedomainlow-low-level-domain"></a>
2759
+ #### ValidateDomainLow (Low-Level / Domain)
2547
2760
  **Description:** [low-level] Validate an ABAP domain name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
2548
2761
 
2549
2762
  **Source:** `src/handlers/domain/low/handleValidateDomain.ts`
@@ -2557,9 +2770,11 @@ Generated from code in `src/handlers/**` (not from docs).
2557
2770
 
2558
2771
  ---
2559
2772
 
2560
- ### Function {#low-level-function}
2773
+ <a id="low-level-function"></a>
2774
+ ### Low-Level / Function
2561
2775
 
2562
- #### ActivateFunctionGroupLow {#activatefunctiongrouplow-low}
2776
+ <a id="activatefunctiongrouplow-low-level-function"></a>
2777
+ #### ActivateFunctionGroupLow (Low-Level / Function)
2563
2778
  **Description:** [low-level] Activate an ABAP function group. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
2564
2779
 
2565
2780
  **Source:** `src/handlers/function/low/handleActivateFunctionGroup.ts`
@@ -2571,7 +2786,8 @@ Generated from code in `src/handlers/**` (not from docs).
2571
2786
 
2572
2787
  ---
2573
2788
 
2574
- #### ActivateFunctionModuleLow {#activatefunctionmodulelow-low}
2789
+ <a id="activatefunctionmodulelow-low-level-function"></a>
2790
+ #### ActivateFunctionModuleLow (Low-Level / Function)
2575
2791
  **Description:** [low-level] Activate an ABAP function module. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
2576
2792
 
2577
2793
  **Source:** `src/handlers/function/low/handleActivateFunctionModule.ts`
@@ -2584,7 +2800,8 @@ Generated from code in `src/handlers/**` (not from docs).
2584
2800
 
2585
2801
  ---
2586
2802
 
2587
- #### CheckFunctionGroupLow {#checkfunctiongrouplow-low}
2803
+ <a id="checkfunctiongrouplow-low-level-function"></a>
2804
+ #### CheckFunctionGroupLow (Low-Level / Function)
2588
2805
  **Description:** [low-level] Perform syntax check on an ABAP function group. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
2589
2806
 
2590
2807
  **Source:** `src/handlers/function/low/handleCheckFunctionGroup.ts`
@@ -2596,7 +2813,8 @@ Generated from code in `src/handlers/**` (not from docs).
2596
2813
 
2597
2814
  ---
2598
2815
 
2599
- #### CheckFunctionModuleLow {#checkfunctionmodulelow-low}
2816
+ <a id="checkfunctionmodulelow-low-level-function"></a>
2817
+ #### CheckFunctionModuleLow (Low-Level / Function)
2600
2818
  **Description:** [low-level] Perform syntax check on an ABAP function module. Returns syntax errors, warnings, and messages. Requires function group name. Can use session_id and session_state from GetSession to maintain the same session.
2601
2819
 
2602
2820
  **Source:** `src/handlers/function/low/handleCheckFunctionModule.ts`
@@ -2610,7 +2828,8 @@ Generated from code in `src/handlers/**` (not from docs).
2610
2828
 
2611
2829
  ---
2612
2830
 
2613
- #### CreateFunctionGroupLow {#createfunctiongrouplow-low}
2831
+ <a id="createfunctiongrouplow-low-level-function"></a>
2832
+ #### CreateFunctionGroupLow (Low-Level / Function)
2614
2833
  **Description:** [low-level] Create a new ABAP function group. - use CreateFunctionGroup (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2615
2834
 
2616
2835
  **Source:** `src/handlers/function/low/handleCreateFunctionGroup.ts`
@@ -2625,7 +2844,8 @@ Generated from code in `src/handlers/**` (not from docs).
2625
2844
 
2626
2845
  ---
2627
2846
 
2628
- #### CreateFunctionModuleLow {#createfunctionmodulelow-low}
2847
+ <a id="createfunctionmodulelow-low-level-function"></a>
2848
+ #### CreateFunctionModuleLow (Low-Level / Function)
2629
2849
  **Description:** [low-level] Create a new ABAP function module. - use CreateFunctionModule (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2630
2850
 
2631
2851
  **Source:** `src/handlers/function/low/handleCreateFunctionModule.ts`
@@ -2641,7 +2861,8 @@ Generated from code in `src/handlers/**` (not from docs).
2641
2861
 
2642
2862
  ---
2643
2863
 
2644
- #### DeleteFunctionGroupLow {#deletefunctiongrouplow-low}
2864
+ <a id="deletefunctiongrouplow-low-level-function"></a>
2865
+ #### DeleteFunctionGroupLow (Low-Level / Function)
2645
2866
  **Description:** [low-level] Delete an ABAP function group from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2646
2867
 
2647
2868
  **Source:** `src/handlers/function/low/handleDeleteFunctionGroup.ts`
@@ -2652,7 +2873,8 @@ Generated from code in `src/handlers/**` (not from docs).
2652
2873
 
2653
2874
  ---
2654
2875
 
2655
- #### DeleteFunctionModuleLow {#deletefunctionmodulelow-low}
2876
+ <a id="deletefunctionmodulelow-low-level-function"></a>
2877
+ #### DeleteFunctionModuleLow (Low-Level / Function)
2656
2878
  **Description:** [low-level] Delete an ABAP function module from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2657
2879
 
2658
2880
  **Source:** `src/handlers/function/low/handleDeleteFunctionModule.ts`
@@ -2664,7 +2886,8 @@ Generated from code in `src/handlers/**` (not from docs).
2664
2886
 
2665
2887
  ---
2666
2888
 
2667
- #### LockFunctionGroupLow {#lockfunctiongrouplow-low}
2889
+ <a id="lockfunctiongrouplow-low-level-function"></a>
2890
+ #### LockFunctionGroupLow (Low-Level / Function)
2668
2891
  **Description:** [low-level] Lock an ABAP function group for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
2669
2892
 
2670
2893
  **Source:** `src/handlers/function/low/handleLockFunctionGroup.ts`
@@ -2676,7 +2899,8 @@ Generated from code in `src/handlers/**` (not from docs).
2676
2899
 
2677
2900
  ---
2678
2901
 
2679
- #### LockFunctionModuleLow {#lockfunctionmodulelow-low}
2902
+ <a id="lockfunctionmodulelow-low-level-function"></a>
2903
+ #### LockFunctionModuleLow (Low-Level / Function)
2680
2904
  **Description:** [low-level] Lock an ABAP function module for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
2681
2905
 
2682
2906
  **Source:** `src/handlers/function/low/handleLockFunctionModule.ts`
@@ -2689,7 +2913,8 @@ Generated from code in `src/handlers/**` (not from docs).
2689
2913
 
2690
2914
  ---
2691
2915
 
2692
- #### UnlockFunctionGroupLow {#unlockfunctiongrouplow-low}
2916
+ <a id="unlockfunctiongrouplow-low-level-function"></a>
2917
+ #### UnlockFunctionGroupLow (Low-Level / Function)
2693
2918
  **Description:** [low-level] Unlock an ABAP function group after modification. Must use the same session_id and lock_handle from LockFunctionGroup operation.
2694
2919
 
2695
2920
  **Source:** `src/handlers/function/low/handleUnlockFunctionGroup.ts`
@@ -2702,7 +2927,8 @@ Generated from code in `src/handlers/**` (not from docs).
2702
2927
 
2703
2928
  ---
2704
2929
 
2705
- #### UnlockFunctionModuleLow {#unlockfunctionmodulelow-low}
2930
+ <a id="unlockfunctionmodulelow-low-level-function"></a>
2931
+ #### UnlockFunctionModuleLow (Low-Level / Function)
2706
2932
  **Description:** [low-level] Unlock an ABAP function module after modification. Must use the same session_id and lock_handle from LockFunctionModule operation.
2707
2933
 
2708
2934
  **Source:** `src/handlers/function/low/handleUnlockFunctionModule.ts`
@@ -2716,7 +2942,8 @@ Generated from code in `src/handlers/**` (not from docs).
2716
2942
 
2717
2943
  ---
2718
2944
 
2719
- #### UpdateFunctionModuleLow {#updatefunctionmodulelow-low}
2945
+ <a id="updatefunctionmodulelow-low-level-function"></a>
2946
+ #### UpdateFunctionModuleLow (Low-Level / Function)
2720
2947
  **Description:** [low-level] Update source code of an existing ABAP function module. Requires lock handle from LockObject and function group name. - use UpdateFunctionModule (high-level) for full workflow with lock/unlock/activate.
2721
2948
 
2722
2949
  **Source:** `src/handlers/function/low/handleUpdateFunctionModule.ts`
@@ -2724,14 +2951,16 @@ Generated from code in `src/handlers/**` (not from docs).
2724
2951
  **Parameters:**
2725
2952
  - `function_group_name` (string, required) - Function group name containing the function module (e.g., Z_TEST_FG).
2726
2953
  - `function_module_name` (string, required) - Function module name (e.g., Z_TEST_FM). Function module must already exist.
2727
- - `lock_handle` (string, required) - Lock handle from LockObject. Required for update operation.
2954
+ - `lock_handle` (string, required) - Lock handle from LockFunctionModule. Required for update operation.
2728
2955
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
2729
2956
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
2730
2957
  - `source_code` (string, required) - Complete ABAP function module source code.
2958
+ - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable objects locked in a request.
2731
2959
 
2732
2960
  ---
2733
2961
 
2734
- #### ValidateFunctionGroupLow {#validatefunctiongrouplow-low}
2962
+ <a id="validatefunctiongrouplow-low-level-function"></a>
2963
+ #### ValidateFunctionGroupLow (Low-Level / Function)
2735
2964
  **Description:** [low-level] Validate an ABAP function group name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
2736
2965
 
2737
2966
  **Source:** `src/handlers/function/low/handleValidateFunctionGroup.ts`
@@ -2745,7 +2974,8 @@ Generated from code in `src/handlers/**` (not from docs).
2745
2974
 
2746
2975
  ---
2747
2976
 
2748
- #### ValidateFunctionModuleLow {#validatefunctionmodulelow-low}
2977
+ <a id="validatefunctionmodulelow-low-level-function"></a>
2978
+ #### ValidateFunctionModuleLow (Low-Level / Function)
2749
2979
  **Description:** [low-level] Validate an ABAP function module name before creation. Checks if the name is valid and available. Requires function group name. Can use session_id and session_state from GetSession to maintain the same session.
2750
2980
 
2751
2981
  **Source:** `src/handlers/function/low/handleValidateFunctionModule.ts`
@@ -2759,9 +2989,11 @@ Generated from code in `src/handlers/**` (not from docs).
2759
2989
 
2760
2990
  ---
2761
2991
 
2762
- ### Interface {#low-level-interface}
2992
+ <a id="low-level-interface"></a>
2993
+ ### Low-Level / Interface
2763
2994
 
2764
- #### ActivateInterfaceLow {#activateinterfacelow-low}
2995
+ <a id="activateinterfacelow-low-level-interface"></a>
2996
+ #### ActivateInterfaceLow (Low-Level / Interface)
2765
2997
  **Description:** [low-level] Activate an ABAP interface. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
2766
2998
 
2767
2999
  **Source:** `src/handlers/interface/low/handleActivateInterface.ts`
@@ -2773,7 +3005,8 @@ Generated from code in `src/handlers/**` (not from docs).
2773
3005
 
2774
3006
  ---
2775
3007
 
2776
- #### CheckInterfaceLow {#checkinterfacelow-low}
3008
+ <a id="checkinterfacelow-low-level-interface"></a>
3009
+ #### CheckInterfaceLow (Low-Level / Interface)
2777
3010
  **Description:** [low-level] Perform syntax check on an ABAP interface. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
2778
3011
 
2779
3012
  **Source:** `src/handlers/interface/low/handleCheckInterface.ts`
@@ -2785,7 +3018,8 @@ Generated from code in `src/handlers/**` (not from docs).
2785
3018
 
2786
3019
  ---
2787
3020
 
2788
- #### CreateInterfaceLow {#createinterfacelow-low}
3021
+ <a id="createinterfacelow-low-level-interface"></a>
3022
+ #### CreateInterfaceLow (Low-Level / Interface)
2789
3023
  **Description:** [low-level] Create a new ABAP interface. - use CreateInterface (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2790
3024
 
2791
3025
  **Source:** `src/handlers/interface/low/handleCreateInterface.ts`
@@ -2800,7 +3034,8 @@ Generated from code in `src/handlers/**` (not from docs).
2800
3034
 
2801
3035
  ---
2802
3036
 
2803
- #### DeleteInterfaceLow {#deleteinterfacelow-low}
3037
+ <a id="deleteinterfacelow-low-level-interface"></a>
3038
+ #### DeleteInterfaceLow (Low-Level / Interface)
2804
3039
  **Description:** [low-level] Delete an ABAP interface from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2805
3040
 
2806
3041
  **Source:** `src/handlers/interface/low/handleDeleteInterface.ts`
@@ -2811,7 +3046,8 @@ Generated from code in `src/handlers/**` (not from docs).
2811
3046
 
2812
3047
  ---
2813
3048
 
2814
- #### LockInterfaceLow {#lockinterfacelow-low}
3049
+ <a id="lockinterfacelow-low-level-interface"></a>
3050
+ #### LockInterfaceLow (Low-Level / Interface)
2815
3051
  **Description:** [low-level] Lock an ABAP interface for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
2816
3052
 
2817
3053
  **Source:** `src/handlers/interface/low/handleLockInterface.ts`
@@ -2823,7 +3059,8 @@ Generated from code in `src/handlers/**` (not from docs).
2823
3059
 
2824
3060
  ---
2825
3061
 
2826
- #### UnlockInterfaceLow {#unlockinterfacelow-low}
3062
+ <a id="unlockinterfacelow-low-level-interface"></a>
3063
+ #### UnlockInterfaceLow (Low-Level / Interface)
2827
3064
  **Description:** [low-level] Unlock an ABAP interface after modification. Must use the same session_id and lock_handle from LockInterface operation.
2828
3065
 
2829
3066
  **Source:** `src/handlers/interface/low/handleUnlockInterface.ts`
@@ -2836,7 +3073,8 @@ Generated from code in `src/handlers/**` (not from docs).
2836
3073
 
2837
3074
  ---
2838
3075
 
2839
- #### UpdateInterfaceLow {#updateinterfacelow-low}
3076
+ <a id="updateinterfacelow-low-level-interface"></a>
3077
+ #### UpdateInterfaceLow (Low-Level / Interface)
2840
3078
  **Description:** [low-level] Update source code of an existing ABAP interface. Requires lock handle from LockObject. - use UpdateInterface (high-level) for full workflow with lock/unlock/activate.
2841
3079
 
2842
3080
  **Source:** `src/handlers/interface/low/handleUpdateInterface.ts`
@@ -2850,7 +3088,8 @@ Generated from code in `src/handlers/**` (not from docs).
2850
3088
 
2851
3089
  ---
2852
3090
 
2853
- #### ValidateInterfaceLow {#validateinterfacelow-low}
3091
+ <a id="validateinterfacelow-low-level-interface"></a>
3092
+ #### ValidateInterfaceLow (Low-Level / Interface)
2854
3093
  **Description:** [low-level] Validate an ABAP interface name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
2855
3094
 
2856
3095
  **Source:** `src/handlers/interface/low/handleValidateInterface.ts`
@@ -2864,9 +3103,11 @@ Generated from code in `src/handlers/**` (not from docs).
2864
3103
 
2865
3104
  ---
2866
3105
 
2867
- ### Package {#low-level-package}
3106
+ <a id="low-level-package"></a>
3107
+ ### Low-Level / Package
2868
3108
 
2869
- #### CheckPackageLow {#checkpackagelow-low}
3109
+ <a id="checkpackagelow-low-level-package"></a>
3110
+ #### CheckPackageLow (Low-Level / Package)
2870
3111
  **Description:** [low-level] Perform syntax check on an ABAP package. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
2871
3112
 
2872
3113
  **Source:** `src/handlers/package/low/handleCheckPackage.ts`
@@ -2879,7 +3120,8 @@ Generated from code in `src/handlers/**` (not from docs).
2879
3120
 
2880
3121
  ---
2881
3122
 
2882
- #### CreatePackageLow {#createpackagelow-low}
3123
+ <a id="createpackagelow-low-level-package"></a>
3124
+ #### CreatePackageLow (Low-Level / Package)
2883
3125
  **Description:** [low-level] Create a new ABAP package. - use CreatePackage (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2884
3126
 
2885
3127
  **Source:** `src/handlers/package/low/handleCreatePackage.ts`
@@ -2898,7 +3140,8 @@ Generated from code in `src/handlers/**` (not from docs).
2898
3140
 
2899
3141
  ---
2900
3142
 
2901
- #### DeletePackageLow {#deletepackagelow-low}
3143
+ <a id="deletepackagelow-low-level-package"></a>
3144
+ #### DeletePackageLow (Low-Level / Package)
2902
3145
  **Description:** [low-level] Delete an ABAP package from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
2903
3146
 
2904
3147
  **Source:** `src/handlers/package/low/handleDeletePackage.ts`
@@ -2911,7 +3154,8 @@ Generated from code in `src/handlers/**` (not from docs).
2911
3154
 
2912
3155
  ---
2913
3156
 
2914
- #### LockPackageLow {#lockpackagelow-low}
3157
+ <a id="lockpackagelow-low-level-package"></a>
3158
+ #### LockPackageLow (Low-Level / Package)
2915
3159
  **Description:** [low-level] Lock an ABAP package for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id. Requires super_package.
2916
3160
 
2917
3161
  **Source:** `src/handlers/package/low/handleLockPackage.ts`
@@ -2924,7 +3168,8 @@ Generated from code in `src/handlers/**` (not from docs).
2924
3168
 
2925
3169
  ---
2926
3170
 
2927
- #### UnlockPackageLow {#unlockpackagelow-low}
3171
+ <a id="unlockpackagelow-low-level-package"></a>
3172
+ #### UnlockPackageLow (Low-Level / Package)
2928
3173
  **Description:** [low-level] Unlock an ABAP package after modification. Requires lock handle from LockObject and superPackage. - must use the same session_id and lock_handle from LockObject.
2929
3174
 
2930
3175
  **Source:** `src/handlers/package/low/handleUnlockPackage.ts`
@@ -2938,7 +3183,8 @@ Generated from code in `src/handlers/**` (not from docs).
2938
3183
 
2939
3184
  ---
2940
3185
 
2941
- #### UpdatePackageLow {#updatepackagelow-low}
3186
+ <a id="updatepackagelow-low-level-package"></a>
3187
+ #### UpdatePackageLow (Low-Level / Package)
2942
3188
  **Description:** [low-level] Update description of an existing ABAP package. Requires lock handle from LockObject and superPackage. - use UpdatePackageSource for full workflow with lock/unlock.
2943
3189
 
2944
3190
  **Source:** `src/handlers/package/low/handleUpdatePackage.ts`
@@ -2953,7 +3199,8 @@ Generated from code in `src/handlers/**` (not from docs).
2953
3199
 
2954
3200
  ---
2955
3201
 
2956
- #### ValidatePackageLow {#validatepackagelow-low}
3202
+ <a id="validatepackagelow-low-level-package"></a>
3203
+ #### ValidatePackageLow (Low-Level / Package)
2957
3204
  **Description:** [low-level] Validate an ABAP package name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
2958
3205
 
2959
3206
  **Source:** `src/handlers/package/low/handleValidatePackage.ts`
@@ -2965,9 +3212,11 @@ Generated from code in `src/handlers/**` (not from docs).
2965
3212
 
2966
3213
  ---
2967
3214
 
2968
- ### Program {#low-level-program}
3215
+ <a id="low-level-program"></a>
3216
+ ### Low-Level / Program
2969
3217
 
2970
- #### ActivateProgramLow {#activateprogramlow-low}
3218
+ <a id="activateprogramlow-low-level-program"></a>
3219
+ #### ActivateProgramLow (Low-Level / Program)
2971
3220
  **Description:** [low-level] Activate an ABAP program. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
2972
3221
 
2973
3222
  **Source:** `src/handlers/program/low/handleActivateProgram.ts`
@@ -2979,7 +3228,8 @@ Generated from code in `src/handlers/**` (not from docs).
2979
3228
 
2980
3229
  ---
2981
3230
 
2982
- #### CheckProgramLow {#checkprogramlow-low}
3231
+ <a id="checkprogramlow-low-level-program"></a>
3232
+ #### CheckProgramLow (Low-Level / Program)
2983
3233
  **Description:** [low-level] Perform syntax check on an ABAP program. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session.
2984
3234
 
2985
3235
  **Source:** `src/handlers/program/low/handleCheckProgram.ts`
@@ -2991,7 +3241,8 @@ Generated from code in `src/handlers/**` (not from docs).
2991
3241
 
2992
3242
  ---
2993
3243
 
2994
- #### CreateProgramLow {#createprogramlow-low}
3244
+ <a id="createprogramlow-low-level-program"></a>
3245
+ #### CreateProgramLow (Low-Level / Program)
2995
3246
  **Description:** [low-level] Create a new ABAP program. - use CreateProgram (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
2996
3247
 
2997
3248
  **Source:** `src/handlers/program/low/handleCreateProgram.ts`
@@ -3008,7 +3259,8 @@ Generated from code in `src/handlers/**` (not from docs).
3008
3259
 
3009
3260
  ---
3010
3261
 
3011
- #### DeleteProgramLow {#deleteprogramlow-low}
3262
+ <a id="deleteprogramlow-low-level-program"></a>
3263
+ #### DeleteProgramLow (Low-Level / Program)
3012
3264
  **Description:** [low-level] Delete an ABAP program from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
3013
3265
 
3014
3266
  **Source:** `src/handlers/program/low/handleDeleteProgram.ts`
@@ -3019,7 +3271,8 @@ Generated from code in `src/handlers/**` (not from docs).
3019
3271
 
3020
3272
  ---
3021
3273
 
3022
- #### LockProgramLow {#lockprogramlow-low}
3274
+ <a id="lockprogramlow-low-level-program"></a>
3275
+ #### LockProgramLow (Low-Level / Program)
3023
3276
  **Description:** [low-level] Lock an ABAP program for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
3024
3277
 
3025
3278
  **Source:** `src/handlers/program/low/handleLockProgram.ts`
@@ -3031,7 +3284,8 @@ Generated from code in `src/handlers/**` (not from docs).
3031
3284
 
3032
3285
  ---
3033
3286
 
3034
- #### UnlockProgramLow {#unlockprogramlow-low}
3287
+ <a id="unlockprogramlow-low-level-program"></a>
3288
+ #### UnlockProgramLow (Low-Level / Program)
3035
3289
  **Description:** [low-level] Unlock an ABAP program after modification. Must use the same session_id and lock_handle from LockProgram operation.
3036
3290
 
3037
3291
  **Source:** `src/handlers/program/low/handleUnlockProgram.ts`
@@ -3044,7 +3298,8 @@ Generated from code in `src/handlers/**` (not from docs).
3044
3298
 
3045
3299
  ---
3046
3300
 
3047
- #### UpdateProgramLow {#updateprogramlow-low}
3301
+ <a id="updateprogramlow-low-level-program"></a>
3302
+ #### UpdateProgramLow (Low-Level / Program)
3048
3303
  **Description:** [low-level] Update source code of an existing ABAP program. Requires lock handle from LockObject. - use UpdateProgram (high-level) for full workflow with lock/unlock/activate.
3049
3304
 
3050
3305
  **Source:** `src/handlers/program/low/handleUpdateProgram.ts`
@@ -3058,7 +3313,8 @@ Generated from code in `src/handlers/**` (not from docs).
3058
3313
 
3059
3314
  ---
3060
3315
 
3061
- #### ValidateProgramLow {#validateprogramlow-low}
3316
+ <a id="validateprogramlow-low-level-program"></a>
3317
+ #### ValidateProgramLow (Low-Level / Program)
3062
3318
  **Description:** [low-level] Validate an ABAP program name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
3063
3319
 
3064
3320
  **Source:** `src/handlers/program/low/handleValidateProgram.ts`
@@ -3072,9 +3328,11 @@ Generated from code in `src/handlers/**` (not from docs).
3072
3328
 
3073
3329
  ---
3074
3330
 
3075
- ### Structure {#low-level-structure}
3331
+ <a id="low-level-structure"></a>
3332
+ ### Low-Level / Structure
3076
3333
 
3077
- #### ActivateStructureLow {#activatestructurelow-low}
3334
+ <a id="activatestructurelow-low-level-structure"></a>
3335
+ #### ActivateStructureLow (Low-Level / Structure)
3078
3336
  **Description:** [low-level] Activate an ABAP structure. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
3079
3337
 
3080
3338
  **Source:** `src/handlers/structure/low/handleActivateStructure.ts`
@@ -3086,7 +3344,8 @@ Generated from code in `src/handlers/**` (not from docs).
3086
3344
 
3087
3345
  ---
3088
3346
 
3089
- #### CheckStructureLow {#checkstructurelow-low}
3347
+ <a id="checkstructurelow-low-level-structure"></a>
3348
+ #### CheckStructureLow (Low-Level / Structure)
3090
3349
  **Description:** [low-level] Perform syntax check on an ABAP structure. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session. If ddl_code is provided, validates new/unsaved code (will be base64 encoded in request).
3091
3350
 
3092
3351
  **Source:** `src/handlers/structure/low/handleCheckStructure.ts`
@@ -3100,7 +3359,8 @@ Generated from code in `src/handlers/**` (not from docs).
3100
3359
 
3101
3360
  ---
3102
3361
 
3103
- #### CreateStructureLow {#createstructurelow-low}
3362
+ <a id="createstructurelow-low-level-structure"></a>
3363
+ #### CreateStructureLow (Low-Level / Structure)
3104
3364
  **Description:** [low-level] Create a new ABAP structure. - use CreateStructure (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
3105
3365
 
3106
3366
  **Source:** `src/handlers/structure/low/handleCreateStructure.ts`
@@ -3117,7 +3377,8 @@ Generated from code in `src/handlers/**` (not from docs).
3117
3377
 
3118
3378
  ---
3119
3379
 
3120
- #### DeleteStructureLow {#deletestructurelow-low}
3380
+ <a id="deletestructurelow-low-level-structure"></a>
3381
+ #### DeleteStructureLow (Low-Level / Structure)
3121
3382
  **Description:** [low-level] Delete an ABAP structure from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
3122
3383
 
3123
3384
  **Source:** `src/handlers/structure/low/handleDeleteStructure.ts`
@@ -3128,7 +3389,8 @@ Generated from code in `src/handlers/**` (not from docs).
3128
3389
 
3129
3390
  ---
3130
3391
 
3131
- #### LockStructureLow {#lockstructurelow-low}
3392
+ <a id="lockstructurelow-low-level-structure"></a>
3393
+ #### LockStructureLow (Low-Level / Structure)
3132
3394
  **Description:** [low-level] Lock an ABAP structure for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
3133
3395
 
3134
3396
  **Source:** `src/handlers/structure/low/handleLockStructure.ts`
@@ -3140,7 +3402,8 @@ Generated from code in `src/handlers/**` (not from docs).
3140
3402
 
3141
3403
  ---
3142
3404
 
3143
- #### UnlockStructureLow {#unlockstructurelow-low}
3405
+ <a id="unlockstructurelow-low-level-structure"></a>
3406
+ #### UnlockStructureLow (Low-Level / Structure)
3144
3407
  **Description:** [low-level] Unlock an ABAP structure after modification. Must use the same session_id and lock_handle from LockStructure operation.
3145
3408
 
3146
3409
  **Source:** `src/handlers/structure/low/handleUnlockStructure.ts`
@@ -3153,7 +3416,8 @@ Generated from code in `src/handlers/**` (not from docs).
3153
3416
 
3154
3417
  ---
3155
3418
 
3156
- #### UpdateStructureLow {#updatestructurelow-low}
3419
+ <a id="updatestructurelow-low-level-structure"></a>
3420
+ #### UpdateStructureLow (Low-Level / Structure)
3157
3421
  **Description:** [low-level] Update DDL source code of an existing ABAP structure. Requires lock handle from LockObject. - use UpdateStructureSource for full workflow with lock/unlock.
3158
3422
 
3159
3423
  **Source:** `src/handlers/structure/low/handleUpdateStructure.ts`
@@ -3167,7 +3431,8 @@ Generated from code in `src/handlers/**` (not from docs).
3167
3431
 
3168
3432
  ---
3169
3433
 
3170
- #### ValidateStructureLow {#validatestructurelow-low}
3434
+ <a id="validatestructurelow-low-level-structure"></a>
3435
+ #### ValidateStructureLow (Low-Level / Structure)
3171
3436
  **Description:** [low-level] Validate an ABAP structure name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
3172
3437
 
3173
3438
  **Source:** `src/handlers/structure/low/handleValidateStructure.ts`
@@ -3181,9 +3446,11 @@ Generated from code in `src/handlers/**` (not from docs).
3181
3446
 
3182
3447
  ---
3183
3448
 
3184
- ### System {#low-level-system}
3449
+ <a id="low-level-system"></a>
3450
+ ### Low-Level / System
3185
3451
 
3186
- #### GetNodeStructureLow {#getnodestructurelow-low}
3452
+ <a id="getnodestructurelow-low-level-system"></a>
3453
+ #### GetNodeStructureLow (Low-Level / System)
3187
3454
  **Description:** [low-level] Fetch node structure from ADT repository. Used for object tree navigation and structure discovery. Can use session_id and session_state from GetSession to maintain the same session.
3188
3455
 
3189
3456
  **Source:** `src/handlers/system/low/handleGetNodeStructure.ts`
@@ -3198,7 +3465,8 @@ Generated from code in `src/handlers/**` (not from docs).
3198
3465
 
3199
3466
  ---
3200
3467
 
3201
- #### GetObjectStructureLow {#getobjectstructurelow-low}
3468
+ <a id="getobjectstructurelow-low-level-system"></a>
3469
+ #### GetObjectStructureLow (Low-Level / System)
3202
3470
  **Description:** [low-level] Retrieve ADT object structure as compact JSON tree. Returns XML response with object structure tree. Can use session_id and session_state from GetSession to maintain the same session.
3203
3471
 
3204
3472
  **Source:** `src/handlers/system/low/handleGetObjectStructure.ts`
@@ -3211,7 +3479,8 @@ Generated from code in `src/handlers/**` (not from docs).
3211
3479
 
3212
3480
  ---
3213
3481
 
3214
- #### GetVirtualFoldersLow {#getvirtualfolderslow-low}
3482
+ <a id="getvirtualfolderslow-low-level-system"></a>
3483
+ #### GetVirtualFoldersLow (Low-Level / System)
3215
3484
  **Description:** [low-level] Retrieve hierarchical virtual folder contents from ADT information system. Used for browsing ABAP objects by package, group, type, etc.
3216
3485
 
3217
3486
  **Source:** `src/handlers/system/low/handleGetVirtualFolders.ts`
@@ -3223,9 +3492,11 @@ Generated from code in `src/handlers/**` (not from docs).
3223
3492
 
3224
3493
  ---
3225
3494
 
3226
- ### Table {#low-level-table}
3495
+ <a id="low-level-table"></a>
3496
+ ### Low-Level / Table
3227
3497
 
3228
- #### ActivateTableLow {#activatetablelow-low}
3498
+ <a id="activatetablelow-low-level-table"></a>
3499
+ #### ActivateTableLow (Low-Level / Table)
3229
3500
  **Description:** [low-level] Activate an ABAP table. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
3230
3501
 
3231
3502
  **Source:** `src/handlers/table/low/handleActivateTable.ts`
@@ -3237,7 +3508,8 @@ Generated from code in `src/handlers/**` (not from docs).
3237
3508
 
3238
3509
  ---
3239
3510
 
3240
- #### CheckTableLow {#checktablelow-low}
3511
+ <a id="checktablelow-low-level-table"></a>
3512
+ #### CheckTableLow (Low-Level / Table)
3241
3513
  **Description:** [low-level] Perform syntax check on an ABAP table. Returns syntax errors, warnings, and messages. Requires session_id for stateful operations. Can use session_id and session_state from GetSession to maintain the same session. If ddl_code is provided, validates new/unsaved code (will be base64 encoded in request).
3242
3514
 
3243
3515
  **Source:** `src/handlers/table/low/handleCheckTable.ts`
@@ -3252,7 +3524,8 @@ Generated from code in `src/handlers/**` (not from docs).
3252
3524
 
3253
3525
  ---
3254
3526
 
3255
- #### CreateTableLow {#createtablelow-low}
3527
+ <a id="createtablelow-low-level-table"></a>
3528
+ #### CreateTableLow (Low-Level / Table)
3256
3529
  **Description:** [low-level] Create a new ABAP table. - use CreateTable (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
3257
3530
 
3258
3531
  **Source:** `src/handlers/table/low/handleCreateTable.ts`
@@ -3266,7 +3539,8 @@ Generated from code in `src/handlers/**` (not from docs).
3266
3539
 
3267
3540
  ---
3268
3541
 
3269
- #### DeleteTableLow {#deletetablelow-low}
3542
+ <a id="deletetablelow-low-level-table"></a>
3543
+ #### DeleteTableLow (Low-Level / Table)
3270
3544
  **Description:** [low-level] Delete an ABAP table from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
3271
3545
 
3272
3546
  **Source:** `src/handlers/table/low/handleDeleteTable.ts`
@@ -3277,7 +3551,8 @@ Generated from code in `src/handlers/**` (not from docs).
3277
3551
 
3278
3552
  ---
3279
3553
 
3280
- #### LockTableLow {#locktablelow-low}
3554
+ <a id="locktablelow-low-level-table"></a>
3555
+ #### LockTableLow (Low-Level / Table)
3281
3556
  **Description:** [low-level] Lock an ABAP table for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
3282
3557
 
3283
3558
  **Source:** `src/handlers/table/low/handleLockTable.ts`
@@ -3289,7 +3564,8 @@ Generated from code in `src/handlers/**` (not from docs).
3289
3564
 
3290
3565
  ---
3291
3566
 
3292
- #### UnlockTableLow {#unlocktablelow-low}
3567
+ <a id="unlocktablelow-low-level-table"></a>
3568
+ #### UnlockTableLow (Low-Level / Table)
3293
3569
  **Description:** [low-level] Unlock an ABAP table after modification. Must use the same session_id and lock_handle from LockTable operation.
3294
3570
 
3295
3571
  **Source:** `src/handlers/table/low/handleUnlockTable.ts`
@@ -3302,7 +3578,8 @@ Generated from code in `src/handlers/**` (not from docs).
3302
3578
 
3303
3579
  ---
3304
3580
 
3305
- #### UpdateTableLow {#updatetablelow-low}
3581
+ <a id="updatetablelow-low-level-table"></a>
3582
+ #### UpdateTableLow (Low-Level / Table)
3306
3583
  **Description:** [low-level] Update DDL source code of an existing ABAP table. Requires lock handle from LockObject. - use CreateTable for full workflow with lock/unlock.
3307
3584
 
3308
3585
  **Source:** `src/handlers/table/low/handleUpdateTable.ts`
@@ -3317,7 +3594,8 @@ Generated from code in `src/handlers/**` (not from docs).
3317
3594
 
3318
3595
  ---
3319
3596
 
3320
- #### ValidateTableLow {#validatetablelow-low}
3597
+ <a id="validatetablelow-low-level-table"></a>
3598
+ #### ValidateTableLow (Low-Level / Table)
3321
3599
  **Description:** [low-level] Validate an ABAP table name before creation. Checks if the name is valid and available. Can use session_id and session_state from GetSession to maintain the same session.
3322
3600
 
3323
3601
  **Source:** `src/handlers/table/low/handleValidateTable.ts`
@@ -3331,9 +3609,11 @@ Generated from code in `src/handlers/**` (not from docs).
3331
3609
 
3332
3610
  ---
3333
3611
 
3334
- ### Transport {#low-level-transport}
3612
+ <a id="low-level-transport"></a>
3613
+ ### Low-Level / Transport
3335
3614
 
3336
- #### CreateTransportLow {#createtransportlow-low}
3615
+ <a id="createtransportlow-low-level-transport"></a>
3616
+ #### CreateTransportLow (Low-Level / Transport)
3337
3617
  **Description:** [low-level] Create a new ABAP transport request.
3338
3618
 
3339
3619
  **Source:** `src/handlers/transport/low/handleCreateTransport.ts`
@@ -3344,9 +3624,11 @@ Generated from code in `src/handlers/**` (not from docs).
3344
3624
 
3345
3625
  ---
3346
3626
 
3347
- ### View {#low-level-view}
3627
+ <a id="low-level-view"></a>
3628
+ ### Low-Level / View
3348
3629
 
3349
- #### ActivateViewLow {#activateviewlow-low}
3630
+ <a id="activateviewlow-low-level-view"></a>
3631
+ #### ActivateViewLow (Low-Level / View)
3350
3632
  **Description:** [low-level] Activate an ABAP view (CDS view). Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
3351
3633
 
3352
3634
  **Source:** `src/handlers/view/low/handleActivateView.ts`
@@ -3358,7 +3640,8 @@ Generated from code in `src/handlers/**` (not from docs).
3358
3640
 
3359
3641
  ---
3360
3642
 
3361
- #### CheckViewLow {#checkviewlow-low}
3643
+ <a id="checkviewlow-low-level-view"></a>
3644
+ #### CheckViewLow (Low-Level / View)
3362
3645
  **Description:** [low-level] Perform syntax check on an ABAP view. Returns syntax errors, warnings, and messages. Can use session_id and session_state from GetSession to maintain the same session. If ddl_source is provided, validates new/unsaved code (will be base64 encoded in request).
3363
3646
 
3364
3647
  **Source:** `src/handlers/view/low/handleCheckView.ts`
@@ -3372,7 +3655,8 @@ Generated from code in `src/handlers/**` (not from docs).
3372
3655
 
3373
3656
  ---
3374
3657
 
3375
- #### CreateViewLow {#createviewlow-low}
3658
+ <a id="createviewlow-low-level-view"></a>
3659
+ #### CreateViewLow (Low-Level / View)
3376
3660
  **Description:** [low-level] Create a new ABAP view. - use CreateView (high-level) for full workflow with validation, lock, update, check, unlock, and activate.
3377
3661
 
3378
3662
  **Source:** `src/handlers/view/low/handleCreateView.ts`
@@ -3389,7 +3673,8 @@ Generated from code in `src/handlers/**` (not from docs).
3389
3673
 
3390
3674
  ---
3391
3675
 
3392
- #### DeleteViewLow {#deleteviewlow-low}
3676
+ <a id="deleteviewlow-low-level-view"></a>
3677
+ #### DeleteViewLow (Low-Level / View)
3393
3678
  **Description:** [low-level] Delete an ABAP view from the SAP system via ADT deletion API. Transport request optional for $TMP objects.
3394
3679
 
3395
3680
  **Source:** `src/handlers/view/low/handleDeleteView.ts`
@@ -3400,7 +3685,8 @@ Generated from code in `src/handlers/**` (not from docs).
3400
3685
 
3401
3686
  ---
3402
3687
 
3403
- #### LockViewLow {#lockviewlow-low}
3688
+ <a id="lockviewlow-low-level-view"></a>
3689
+ #### LockViewLow (Low-Level / View)
3404
3690
  **Description:** [low-level] Lock an ABAP view for modification. Returns lock handle that must be used in subsequent update/unlock operations with the same session_id.
3405
3691
 
3406
3692
  **Source:** `src/handlers/view/low/handleLockView.ts`
@@ -3412,7 +3698,8 @@ Generated from code in `src/handlers/**` (not from docs).
3412
3698
 
3413
3699
  ---
3414
3700
 
3415
- #### UnlockViewLow {#unlockviewlow-low}
3701
+ <a id="unlockviewlow-low-level-view"></a>
3702
+ #### UnlockViewLow (Low-Level / View)
3416
3703
  **Description:** [low-level] Unlock an ABAP view after modification. Must use the same session_id and lock_handle from LockView operation.
3417
3704
 
3418
3705
  **Source:** `src/handlers/view/low/handleUnlockView.ts`
@@ -3425,7 +3712,8 @@ Generated from code in `src/handlers/**` (not from docs).
3425
3712
 
3426
3713
  ---
3427
3714
 
3428
- #### UpdateViewLow {#updateviewlow-low}
3715
+ <a id="updateviewlow-low-level-view"></a>
3716
+ #### UpdateViewLow (Low-Level / View)
3429
3717
  **Description:** [low-level] Update DDL source code of an existing CDS View or Classic View. Requires lock handle from LockObject. - use UpdateView (high-level) for full workflow with lock/unlock/activate.
3430
3718
 
3431
3719
  **Source:** `src/handlers/view/low/handleUpdateView.ts`
@@ -3439,7 +3727,8 @@ Generated from code in `src/handlers/**` (not from docs).
3439
3727
 
3440
3728
  ---
3441
3729
 
3442
- #### ValidateViewLow {#validateviewlow-low}
3730
+ <a id="validateviewlow-low-level-view"></a>
3731
+ #### ValidateViewLow (Low-Level / View)
3443
3732
  **Description:** [low-level] Validate an ABAP view name before creation. Checks if the name is valid and available. Returns validation result with success status and message. Can use session_id and session_state from GetSession to maintain the same session.
3444
3733
 
3445
3734
  **Source:** `src/handlers/view/low/handleValidateView.ts`
@@ -3453,4 +3742,4 @@ Generated from code in `src/handlers/**` (not from docs).
3453
3742
 
3454
3743
  ---
3455
3744
 
3456
- *Last updated: 2026-02-11*
3745
+ *Last updated: 2026-02-12*