@mcp-abap-adt/core 6.4.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts.map +1 -1
- package/dist/handlers/function_module/high/handleGetFunctionModule.js +14 -4
- package/dist/handlers/function_module/high/handleGetFunctionModule.js.map +1 -1
- package/dist/handlers/function_module/readonly/handleReadFunctionModule.d.ts.map +1 -1
- package/dist/handlers/function_module/readonly/handleReadFunctionModule.js +20 -15
- package/dist/handlers/function_module/readonly/handleReadFunctionModule.js.map +1 -1
- package/dist/handlers/function_module/shared/parseContainerGroup.d.ts +25 -0
- package/dist/handlers/function_module/shared/parseContainerGroup.d.ts.map +1 -0
- package/dist/handlers/function_module/shared/parseContainerGroup.js +47 -0
- package/dist/handlers/function_module/shared/parseContainerGroup.js.map +1 -0
- package/dist/lib/config/validateExposition.d.ts +10 -0
- package/dist/lib/config/validateExposition.d.ts.map +1 -0
- package/dist/lib/config/validateExposition.js +21 -0
- package/dist/lib/config/validateExposition.js.map +1 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts +13 -2
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -1
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js +18 -1
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -1
- package/dist/lib/handlers/groups/index.d.ts +1 -0
- package/dist/lib/handlers/groups/index.d.ts.map +1 -1
- package/dist/lib/handlers/groups/index.js +4 -1
- package/dist/lib/handlers/groups/index.js.map +1 -1
- package/dist/lib/handlers/groups/strategies/IReadOnlyDedupStrategy.d.ts +15 -0
- package/dist/lib/handlers/groups/strategies/IReadOnlyDedupStrategy.d.ts.map +1 -0
- package/dist/lib/handlers/groups/strategies/IReadOnlyDedupStrategy.js +3 -0
- package/dist/lib/handlers/groups/strategies/IReadOnlyDedupStrategy.js.map +1 -0
- package/dist/lib/handlers/groups/strategies/NoDedupStrategy.d.ts +10 -0
- package/dist/lib/handlers/groups/strategies/NoDedupStrategy.d.ts.map +1 -0
- package/dist/lib/handlers/groups/strategies/NoDedupStrategy.js +14 -0
- package/dist/lib/handlers/groups/strategies/NoDedupStrategy.js.map +1 -0
- package/dist/lib/handlers/groups/strategies/ReadVsGetDedupStrategy.d.ts +14 -0
- package/dist/lib/handlers/groups/strategies/ReadVsGetDedupStrategy.d.ts.map +1 -0
- package/dist/lib/handlers/groups/strategies/ReadVsGetDedupStrategy.js +22 -0
- package/dist/lib/handlers/groups/strategies/ReadVsGetDedupStrategy.js.map +1 -0
- package/dist/lib/handlers/groups/strategies/index.d.ts +4 -0
- package/dist/lib/handlers/groups/strategies/index.d.ts.map +1 -0
- package/dist/lib/handlers/groups/strategies/index.js +8 -0
- package/dist/lib/handlers/groups/strategies/index.js.map +1 -0
- package/dist/server/EmbeddableMcpServer.d.ts +12 -0
- package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
- package/dist/server/EmbeddableMcpServer.js +22 -10
- package/dist/server/EmbeddableMcpServer.js.map +1 -1
- package/dist/server/launcher.js +23 -9
- package/dist/server/launcher.js.map +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS.md +97 -65
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +4 -5
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +32 -34
- package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +21 -21
- package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +49 -13
- package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +17 -19
- package/docs/user-guide/HANDLERS_MANAGEMENT.md +63 -3
- package/package.json +6 -5
- package/docs/superpowers/plans/2026-03-26-guaranteed-unlock.md +0 -220
- package/docs/superpowers/plans/2026-03-31-https-server-support.md +0 -771
- package/docs/superpowers/plans/2026-04-01-sap-rfc-lite.md +0 -848
- package/docs/superpowers/plans/2026-04-11-migrate-adt-clients-4.0.0.md +0 -1014
- package/docs/superpowers/plans/2026-04-13-high-level-check-tools.md +0 -1740
- package/docs/superpowers/plans/2026-04-17-enrich-tool-descriptions.md +0 -671
- package/docs/superpowers/specs/2026-04-13-high-level-check-tools-design.md +0 -204
|
@@ -4,10 +4,10 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4
4
|
|
|
5
5
|
## Summary
|
|
6
6
|
|
|
7
|
-
- Total tools:
|
|
8
|
-
- Read-only tools:
|
|
7
|
+
- Total tools: 304
|
|
8
|
+
- Read-only tools: 53
|
|
9
9
|
- High-level tools: 127
|
|
10
|
-
- Low-level tools:
|
|
10
|
+
- Low-level tools: 124
|
|
11
11
|
|
|
12
12
|
- Compact tools: 22 (included in High-level group)
|
|
13
13
|
|
|
@@ -353,6 +353,10 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
353
353
|
- [UnlockProgramLow](#unlockprogramlow-low-level-program)
|
|
354
354
|
- [UpdateProgramLow](#updateprogramlow-low-level-program)
|
|
355
355
|
- [ValidateProgramLow](#validateprogramlow-low-level-program)
|
|
356
|
+
- [Service Binding](#low-level-service-binding)
|
|
357
|
+
- [ActivateServiceBindingLow](#activateservicebindinglow-low-level-service-binding)
|
|
358
|
+
- [Service Definition](#low-level-service-definition)
|
|
359
|
+
- [ActivateServiceDefinitionLow](#activateservicedefinitionlow-low-level-service-definition)
|
|
356
360
|
- [Structure](#low-level-structure)
|
|
357
361
|
- [ActivateStructureLow](#activatestructurelow-low-level-structure)
|
|
358
362
|
- [CheckStructureLow](#checkstructurelow-low-level-structure)
|
|
@@ -397,7 +401,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
397
401
|
|
|
398
402
|
<a id="readbehaviordefinition-read-only-behavior-definition"></a>
|
|
399
403
|
#### ReadBehaviorDefinition (Read-Only / Behavior Definition)
|
|
400
|
-
**Description:** [read-only] Read ABAP RAP behavior definition (BDEF) source code and metadata. Answers:
|
|
404
|
+
**Description:** Operation: Read, Create, Update. Subject: BehaviorDefinition. Will be useful for reading, creating, or updating behavior definition. [read-only] Read ABAP RAP behavior definition (BDEF) source code and metadata. Answers:
|
|
401
405
|
|
|
402
406
|
**Source:** `src/handlers/behavior_definition/readonly/handleReadBehaviorDefinition.ts`
|
|
403
407
|
|
|
@@ -427,7 +431,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
427
431
|
|
|
428
432
|
<a id="readclass-read-only-class"></a>
|
|
429
433
|
#### ReadClass (Read-Only / Class)
|
|
430
|
-
**Description:** [read-only] Read ABAP class source code and metadata. Answers:
|
|
434
|
+
**Description:** Operation: Read, Create, Update. Subject: Class. Will be useful for reading, creating, or updating class. [read-only] Read ABAP class source code and metadata. Answers:
|
|
431
435
|
|
|
432
436
|
**Source:** `src/handlers/class/readonly/handleReadClass.ts`
|
|
433
437
|
|
|
@@ -442,7 +446,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
442
446
|
|
|
443
447
|
<a id="readdataelement-read-only-data-element"></a>
|
|
444
448
|
#### ReadDataElement (Read-Only / Data Element)
|
|
445
|
-
**Description:** [read-only] Read ABAP data element definition and metadata. Answers:
|
|
449
|
+
**Description:** Operation: Read, Create, Update. Subject: DataElement. Will be useful for reading, creating, or updating data element. [read-only] Read ABAP data element definition and metadata. Answers:
|
|
446
450
|
|
|
447
451
|
**Source:** `src/handlers/data_element/readonly/handleReadDataElement.ts`
|
|
448
452
|
|
|
@@ -457,7 +461,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
457
461
|
|
|
458
462
|
<a id="readdomain-read-only-domain"></a>
|
|
459
463
|
#### ReadDomain (Read-Only / Domain)
|
|
460
|
-
**Description:** [read-only] Read ABAP domain definition and metadata. Answers:
|
|
464
|
+
**Description:** Operation: Read, Create, Update. Subject: Domain. Will be useful for reading, creating, or updating domain. [read-only] Read ABAP domain definition and metadata. Answers:
|
|
461
465
|
|
|
462
466
|
**Source:** `src/handlers/domain/readonly/handleReadDomain.ts`
|
|
463
467
|
|
|
@@ -525,7 +529,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
525
529
|
|
|
526
530
|
<a id="readfunctionmodule-read-only-function-module"></a>
|
|
527
531
|
#### ReadFunctionModule (Read-Only / Function Module)
|
|
528
|
-
**Description:** [read-only] Read ABAP function module source code and metadata. Answers:
|
|
532
|
+
**Description:** Operation: Read, Create, Update. Subject: FunctionModule. Will be useful for reading, creating, or updating function module. [read-only] Read ABAP function module source code and metadata. Answers:
|
|
529
533
|
|
|
530
534
|
**Source:** `src/handlers/function_module/readonly/handleReadFunctionModule.ts`
|
|
531
535
|
|
|
@@ -569,7 +573,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
569
573
|
|
|
570
574
|
<a id="readinterface-read-only-interface"></a>
|
|
571
575
|
#### ReadInterface (Read-Only / Interface)
|
|
572
|
-
**Description:** [read-only] Read ABAP interface source code and metadata. Answers:
|
|
576
|
+
**Description:** Operation: Read, Create, Update. Subject: Interface. Will be useful for reading, creating, or updating interface. [read-only] Read ABAP interface source code and metadata. Answers:
|
|
573
577
|
|
|
574
578
|
**Source:** `src/handlers/interface/readonly/handleReadInterface.ts`
|
|
575
579
|
|
|
@@ -584,7 +588,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
584
588
|
|
|
585
589
|
<a id="readmetadataextension-read-only-metadata-extension"></a>
|
|
586
590
|
#### ReadMetadataExtension (Read-Only / Metadata Extension)
|
|
587
|
-
**Description:** [read-only] Read ABAP metadata extension (DDLX) source code and metadata. Answers:
|
|
591
|
+
**Description:** Operation: Read, Create, Update. Subject: MetadataExtension. Will be useful for reading, creating, or updating metadata extension. [read-only] Read ABAP metadata extension (DDLX) source code and metadata. Answers:
|
|
588
592
|
|
|
589
593
|
**Source:** `src/handlers/metadata_extension/readonly/handleReadMetadataExtension.ts`
|
|
590
594
|
|
|
@@ -637,7 +641,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
637
641
|
|
|
638
642
|
<a id="readprogram-read-only-program"></a>
|
|
639
643
|
#### ReadProgram (Read-Only / Program)
|
|
640
|
-
**Description:** [read-only] Read ABAP program (report) source code and metadata. Answers:
|
|
644
|
+
**Description:** Operation: Read, Create, Update. Subject: Program. Will be useful for reading, creating, or updating program. [read-only] Read ABAP program (report) source code and metadata. Answers:
|
|
641
645
|
|
|
642
646
|
**Source:** `src/handlers/program/readonly/handleReadProgram.ts`
|
|
643
647
|
|
|
@@ -698,7 +702,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
698
702
|
|
|
699
703
|
<a id="readservicebinding-read-only-service-binding"></a>
|
|
700
704
|
#### ReadServiceBinding (Read-Only / Service Binding)
|
|
701
|
-
**Description:** [read-only] Read ABAP service binding (SRVB) payload and metadata. Answers:
|
|
705
|
+
**Description:** Operation: Read, Create, Update. Subject: ServiceBinding. Will be useful for reading, creating, or updating service binding. [read-only] Read ABAP service binding (SRVB) payload and metadata. Answers:
|
|
702
706
|
|
|
703
707
|
**Source:** `src/handlers/service_binding/readonly/handleReadServiceBinding.ts`
|
|
704
708
|
|
|
@@ -712,7 +716,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
712
716
|
|
|
713
717
|
<a id="readservicedefinition-read-only-service-definition"></a>
|
|
714
718
|
#### ReadServiceDefinition (Read-Only / Service Definition)
|
|
715
|
-
**Description:** [read-only] Read ABAP service definition (SRVD) source code and metadata. Answers:
|
|
719
|
+
**Description:** Operation: Read, Create, Update. Subject: ServiceDefinition. Will be useful for reading, creating, or updating service definition. [read-only] Read ABAP service definition (SRVD) source code and metadata. Answers:
|
|
716
720
|
|
|
717
721
|
**Source:** `src/handlers/service_definition/readonly/handleReadServiceDefinition.ts`
|
|
718
722
|
|
|
@@ -727,7 +731,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
727
731
|
|
|
728
732
|
<a id="readstructure-read-only-structure"></a>
|
|
729
733
|
#### ReadStructure (Read-Only / Structure)
|
|
730
|
-
**Description:** [read-only] Read ABAP structure definition and metadata. Answers:
|
|
734
|
+
**Description:** Operation: Read, Create, Update. Subject: Structure. Will be useful for reading, creating, or updating structure. [read-only] Read ABAP structure definition and metadata. Answers:
|
|
731
735
|
|
|
732
736
|
**Source:** `src/handlers/structure/readonly/handleReadStructure.ts`
|
|
733
737
|
|
|
@@ -947,15 +951,13 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
947
951
|
|
|
948
952
|
<a id="runtimegetdumpbyid-read-only-system"></a>
|
|
949
953
|
#### RuntimeGetDumpById (Read-Only / System)
|
|
950
|
-
**Description:** [runtime] Read a specific ABAP runtime dump
|
|
954
|
+
**Description:** [runtime] Read a specific ABAP runtime dump by its ID. First use RuntimeListFeeds to find dumps and get their IDs, then pass dump_id here to read the full dump content.
|
|
951
955
|
|
|
952
956
|
**Source:** `src/handlers/system/readonly/handleRuntimeGetDumpById.ts`
|
|
953
957
|
|
|
954
958
|
**Parameters:**
|
|
955
|
-
- `
|
|
956
|
-
- `dump_id` (string, optional) - Full runtime dump ID. Use only when already known; prefer datetime + user otherwise.
|
|
959
|
+
- `dump_id` (string, required) - Full runtime dump ID (e.g. from RuntimeListFeeds).
|
|
957
960
|
- `response_mode` (string, optional (default: both)) - Controls what is returned:
|
|
958
|
-
- `user` (string, optional) - SAP username whose dump to read. Required when using datetime lookup.
|
|
959
961
|
- `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
|
|
960
962
|
|
|
961
963
|
---
|
|
@@ -1097,7 +1099,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1097
1099
|
|
|
1098
1100
|
<a id="readtable-read-only-table"></a>
|
|
1099
1101
|
#### ReadTable (Read-Only / Table)
|
|
1100
|
-
**Description:** [read-only] Read ABAP table definition and metadata. Answers:
|
|
1102
|
+
**Description:** Operation: Read, Create, Update. Subject: Table. Will be useful for reading, creating, or updating table. [read-only] Read ABAP table definition and metadata. Answers:
|
|
1101
1103
|
|
|
1102
1104
|
**Source:** `src/handlers/table/readonly/handleReadTable.ts`
|
|
1103
1105
|
|
|
@@ -1140,7 +1142,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1140
1142
|
|
|
1141
1143
|
<a id="readview-read-only-view"></a>
|
|
1142
1144
|
#### ReadView (Read-Only / View)
|
|
1143
|
-
**Description:** [read-only] Read ABAP CDS view source code and metadata. Answers:
|
|
1145
|
+
**Description:** Operation: Read, Create, Update. Subject: View. Will be useful for reading, creating, or updating view. [read-only] Read ABAP CDS view source code and metadata. Answers:
|
|
1144
1146
|
|
|
1145
1147
|
**Source:** `src/handlers/view/readonly/handleReadView.ts`
|
|
1146
1148
|
|
|
@@ -1169,7 +1171,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1169
1171
|
|
|
1170
1172
|
<a id="createbehaviordefinition-high-level-behavior-definition"></a>
|
|
1171
1173
|
#### CreateBehaviorDefinition (High-Level / Behavior Definition)
|
|
1172
|
-
**Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system.
|
|
1174
|
+
**Description:** Operation: Create. Subject: BehaviorDefinition. Will be useful for creating behavior definition. Create a new ABAP Behavior Definition (BDEF) in SAP system. Creates the behavior definition object in initial state.
|
|
1173
1175
|
|
|
1174
1176
|
**Source:** `src/handlers/behavior_definition/high/handleCreateBehaviorDefinition.ts`
|
|
1175
1177
|
|
|
@@ -1210,7 +1212,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1210
1212
|
|
|
1211
1213
|
<a id="updatebehaviordefinition-high-level-behavior-definition"></a>
|
|
1212
1214
|
#### UpdateBehaviorDefinition (High-Level / Behavior Definition)
|
|
1213
|
-
**Description:** Update source code of an ABAP Behavior Definition (BDEF).
|
|
1215
|
+
**Description:** Operation: Update, Create. Subject: BehaviorDefinition. Will be useful for updating or creating behavior definition. Update source code of an existing ABAP Behavior Definition (BDEF). Locks, updates, unlocks, and optionally activates.
|
|
1214
1216
|
|
|
1215
1217
|
**Source:** `src/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.ts`
|
|
1216
1218
|
|
|
@@ -1298,7 +1300,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1298
1300
|
|
|
1299
1301
|
<a id="createclass-high-level-class"></a>
|
|
1300
1302
|
#### CreateClass (High-Level / Class)
|
|
1301
|
-
**Description:** Create a new ABAP class in SAP system. Creates the class object in initial state.
|
|
1303
|
+
**Description:** Operation: Create. Subject: Class. Will be useful for creating class. Create a new ABAP class in SAP system. Creates the class object in initial state.
|
|
1302
1304
|
|
|
1303
1305
|
**Source:** `src/handlers/class/high/handleCreateClass.ts`
|
|
1304
1306
|
|
|
@@ -1440,7 +1442,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1440
1442
|
|
|
1441
1443
|
<a id="updateclass-high-level-class"></a>
|
|
1442
1444
|
#### UpdateClass (High-Level / Class)
|
|
1443
|
-
**Description:** Update source code of an existing ABAP class. Locks,
|
|
1445
|
+
**Description:** Operation: Update, Create. Subject: Class. Will be useful for updating or creating class. Update source code of an existing ABAP class. Locks, updates, unlocks, and optionally activates.
|
|
1444
1446
|
|
|
1445
1447
|
**Source:** `src/handlers/class/high/handleUpdateClass.ts`
|
|
1446
1448
|
|
|
@@ -1657,14 +1659,13 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1657
1659
|
|
|
1658
1660
|
<a id="handlerdumplist-high-level-compact"></a>
|
|
1659
1661
|
#### HandlerDumpList (High-Level / Compact)
|
|
1660
|
-
**Description:** Runtime dump list. object_type: not used. Required: none. Optional: user,
|
|
1662
|
+
**Description:** Runtime dump list. object_type: not used. Required: none. Optional: user, top, from, to. Response: JSON.
|
|
1661
1663
|
|
|
1662
1664
|
**Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
|
|
1663
1665
|
|
|
1664
1666
|
**Parameters:**
|
|
1665
|
-
- `
|
|
1666
|
-
- `
|
|
1667
|
-
- `skip` (number, optional) - Offset for pagination.
|
|
1667
|
+
- `from` (string, optional) - Start of time range (YYYYMMDDHHMMSS).
|
|
1668
|
+
- `to` (string, optional) - End of time range (YYYYMMDDHHMMSS).
|
|
1668
1669
|
- `top` (number, optional) - Limit number of returned dumps.
|
|
1669
1670
|
- `user` (string, optional) - Filter dumps by user.
|
|
1670
1671
|
|
|
@@ -1939,7 +1940,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1939
1940
|
|
|
1940
1941
|
<a id="createdataelement-high-level-data-element"></a>
|
|
1941
1942
|
#### CreateDataElement (High-Level / Data Element)
|
|
1942
|
-
**Description:** Create a new ABAP data element in SAP system
|
|
1943
|
+
**Description:** Operation: Create. Subject: DataElement. Will be useful for creating data element. Create a new ABAP data element in SAP system. Creates the data element object in initial state.
|
|
1943
1944
|
|
|
1944
1945
|
**Source:** `src/handlers/data_element/high/handleCreateDataElement.ts`
|
|
1945
1946
|
|
|
@@ -1989,7 +1990,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1989
1990
|
|
|
1990
1991
|
<a id="updatedataelement-high-level-data-element"></a>
|
|
1991
1992
|
#### UpdateDataElement (High-Level / Data Element)
|
|
1992
|
-
**Description:**
|
|
1993
|
+
**Description:** Operation: Update, Create. Subject: DataElement. Will be useful for updating or creating data element. Update an existing ABAP data element. Locks, updates with provided parameters (complete replacement), unlocks, and optionally activates.
|
|
1993
1994
|
|
|
1994
1995
|
**Source:** `src/handlers/data_element/high/handleUpdateDataElement.ts`
|
|
1995
1996
|
|
|
@@ -2030,7 +2031,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2030
2031
|
|
|
2031
2032
|
<a id="createmetadataextension-high-level-ddlx"></a>
|
|
2032
2033
|
#### CreateMetadataExtension (High-Level / Ddlx)
|
|
2033
|
-
**Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system.
|
|
2034
|
+
**Description:** Operation: Create. Subject: MetadataExtension. Will be useful for creating metadata extension. Create a new ABAP Metadata Extension (DDLX) in SAP system. Creates the metadata extension object in initial state.
|
|
2034
2035
|
|
|
2035
2036
|
**Source:** `src/handlers/ddlx/high/handleCreateMetadataExtension.ts`
|
|
2036
2037
|
|
|
@@ -2045,7 +2046,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2045
2046
|
|
|
2046
2047
|
<a id="updatemetadataextension-high-level-ddlx"></a>
|
|
2047
2048
|
#### UpdateMetadataExtension (High-Level / Ddlx)
|
|
2048
|
-
**Description:** Update source code of an ABAP Metadata Extension (DDLX).
|
|
2049
|
+
**Description:** Operation: Update, Create. Subject: MetadataExtension. Will be useful for updating or creating metadata extension. Update source code of an existing ABAP Metadata Extension (DDLX). Locks, updates, unlocks, and optionally activates.
|
|
2049
2050
|
|
|
2050
2051
|
**Source:** `src/handlers/ddlx/high/handleUpdateMetadataExtension.ts`
|
|
2051
2052
|
|
|
@@ -2074,7 +2075,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2074
2075
|
|
|
2075
2076
|
<a id="createdomain-high-level-domain"></a>
|
|
2076
2077
|
#### CreateDomain (High-Level / Domain)
|
|
2077
|
-
**Description:** Create a new ABAP domain in SAP system
|
|
2078
|
+
**Description:** Operation: Create. Subject: Domain. Will be useful for creating domain. Create a new ABAP domain in SAP system. Creates the domain object in initial state.
|
|
2078
2079
|
|
|
2079
2080
|
**Source:** `src/handlers/domain/high/handleCreateDomain.ts`
|
|
2080
2081
|
|
|
@@ -2121,7 +2122,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2121
2122
|
|
|
2122
2123
|
<a id="updatedomain-high-level-domain"></a>
|
|
2123
2124
|
#### UpdateDomain (High-Level / Domain)
|
|
2124
|
-
**Description:** Domain
|
|
2125
|
+
**Description:** Operation: Update, Create. Subject: Domain. Will be useful for updating or creating domain. Update an existing ABAP domain. Locks, updates with provided parameters (complete replacement), unlocks, and optionally activates.
|
|
2125
2126
|
|
|
2126
2127
|
**Source:** `src/handlers/domain/high/handleUpdateDomain.ts`
|
|
2127
2128
|
|
|
@@ -2186,7 +2187,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2186
2187
|
|
|
2187
2188
|
<a id="createfunctionmodule-high-level-function"></a>
|
|
2188
2189
|
#### CreateFunctionModule (High-Level / Function)
|
|
2189
|
-
**Description:** Create a new ABAP function module within an existing function group. Creates the function module in initial state.
|
|
2190
|
+
**Description:** Operation: Create. Subject: FunctionModule. Will be useful for creating function module. Create a new ABAP function module within an existing function group. Creates the function module in initial state.
|
|
2190
2191
|
|
|
2191
2192
|
**Source:** `src/handlers/function/high/handleCreateFunctionModule.ts`
|
|
2192
2193
|
|
|
@@ -2213,7 +2214,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2213
2214
|
|
|
2214
2215
|
<a id="updatefunctionmodule-high-level-function"></a>
|
|
2215
2216
|
#### UpdateFunctionModule (High-Level / Function)
|
|
2216
|
-
**Description:** Update
|
|
2217
|
+
**Description:** Operation: Update, Create. Subject: FunctionModule. Will be useful for updating or creating function module. Update source code of an existing ABAP function module. Locks, updates, unlocks, and optionally activates.
|
|
2217
2218
|
|
|
2218
2219
|
**Source:** `src/handlers/function/high/handleUpdateFunctionModule.ts`
|
|
2219
2220
|
|
|
@@ -2298,7 +2299,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2298
2299
|
|
|
2299
2300
|
<a id="createinterface-high-level-interface"></a>
|
|
2300
2301
|
#### CreateInterface (High-Level / Interface)
|
|
2301
|
-
**Description:** Create a new ABAP interface in SAP system. Creates the interface object in initial state.
|
|
2302
|
+
**Description:** Operation: Create. Subject: Interface. Will be useful for creating interface. Create a new ABAP interface in SAP system. Creates the interface object in initial state.
|
|
2302
2303
|
|
|
2303
2304
|
**Source:** `src/handlers/interface/high/handleCreateInterface.ts`
|
|
2304
2305
|
|
|
@@ -2336,7 +2337,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2336
2337
|
|
|
2337
2338
|
<a id="updateinterface-high-level-interface"></a>
|
|
2338
2339
|
#### UpdateInterface (High-Level / Interface)
|
|
2339
|
-
**Description:** Update
|
|
2340
|
+
**Description:** Operation: Update, Create. Subject: Interface. Will be useful for updating or creating interface. Update source code of an existing ABAP interface. Locks, updates, unlocks, and optionally activates.
|
|
2340
2341
|
|
|
2341
2342
|
**Source:** `src/handlers/interface/high/handleUpdateInterface.ts`
|
|
2342
2343
|
|
|
@@ -2429,7 +2430,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2429
2430
|
|
|
2430
2431
|
<a id="createprogram-high-level-program"></a>
|
|
2431
2432
|
#### CreateProgram (High-Level / Program)
|
|
2432
|
-
**Description:** Create a new ABAP program (report) in SAP system. Creates the program object in initial state.
|
|
2433
|
+
**Description:** Operation: Create. Subject: Program. Will be useful for creating program. Create a new ABAP program (report) in SAP system. Creates the program object in initial state.
|
|
2433
2434
|
|
|
2434
2435
|
**Source:** `src/handlers/program/high/handleCreateProgram.ts`
|
|
2435
2436
|
|
|
@@ -2469,7 +2470,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2469
2470
|
|
|
2470
2471
|
<a id="updateprogram-high-level-program"></a>
|
|
2471
2472
|
#### UpdateProgram (High-Level / Program)
|
|
2472
|
-
**Description:** Update
|
|
2473
|
+
**Description:** Operation: Update, Create. Subject: Program. Will be useful for updating or creating program. Update source code of an existing ABAP program. Locks, updates, unlocks, and optionally activates.
|
|
2473
2474
|
|
|
2474
2475
|
**Source:** `src/handlers/program/high/handleUpdateProgram.ts`
|
|
2475
2476
|
|
|
@@ -2486,18 +2487,17 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2486
2487
|
|
|
2487
2488
|
<a id="createservicebinding-high-level-service-binding"></a>
|
|
2488
2489
|
#### CreateServiceBinding (High-Level / Service Binding)
|
|
2489
|
-
**Description:** Create
|
|
2490
|
+
**Description:** Operation: Create. Subject: ServiceBinding. Will be useful for creating service binding. Create a new ABAP service binding in SAP system. Creates the service binding object in initial state.
|
|
2490
2491
|
|
|
2491
2492
|
**Source:** `src/handlers/service_binding/high/handleCreateServiceBinding.ts`
|
|
2492
2493
|
|
|
2493
2494
|
**Parameters:**
|
|
2494
2495
|
- `activate` (boolean, optional (default: true)) - Activate service binding after create. Default: true.
|
|
2495
|
-
- `
|
|
2496
|
+
- `binding_variant` (string, optional (default: ODATA_V4_UI)) - Service binding variant. ODATA_V4_UI = OData V4 for Fiori Elements, ODATA_V4_WEB_API = OData V4 Web API, ODATA_V2_UI = OData V2 for Fiori Elements, ODATA_V2_WEB_API = OData V2 Web API.
|
|
2496
2497
|
- `description` (string, optional) - Optional description. Defaults to service_binding_name when omitted.
|
|
2497
2498
|
- `package_name` (string, required) - ABAP package name.
|
|
2498
2499
|
- `response_format` (string, optional (default: xml)) -
|
|
2499
2500
|
- `service_binding_name` (string, required) - Service binding name.
|
|
2500
|
-
- `service_binding_version` (string, optional) - Service binding ADT version. Default inferred from type.
|
|
2501
2501
|
- `service_definition_name` (string, required) - Referenced service definition name.
|
|
2502
2502
|
- `service_name` (string, optional) - Published service name. Default: service_binding_name if omitted.
|
|
2503
2503
|
- `service_version` (string, optional) - Published service version. Default: 0001.
|
|
@@ -2543,16 +2543,16 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2543
2543
|
|
|
2544
2544
|
<a id="updateservicebinding-high-level-service-binding"></a>
|
|
2545
2545
|
#### UpdateServiceBinding (High-Level / Service Binding)
|
|
2546
|
-
**Description:** Update
|
|
2546
|
+
**Description:** Operation: Update, Create. Subject: ServiceBinding. Will be useful for updating or creating service binding. Update publication state of an existing ABAP service binding.
|
|
2547
2547
|
|
|
2548
2548
|
**Source:** `src/handlers/service_binding/high/handleUpdateServiceBinding.ts`
|
|
2549
2549
|
|
|
2550
2550
|
**Parameters:**
|
|
2551
|
+
- `binding_variant` (string, required (default: ODATA_V4_UI)) - Service binding variant. Determines OData version for publish/unpublish routing.
|
|
2551
2552
|
- `desired_publication_state` (string, required) - Target publication state.
|
|
2552
2553
|
- `response_format` (string, optional (default: xml)) -
|
|
2553
2554
|
- `service_binding_name` (string, required) - Service binding name to update.
|
|
2554
2555
|
- `service_name` (string, required) - Published service name.
|
|
2555
|
-
- `service_type` (string, required (default: ODataV4)) - OData service type for publish/unpublish action routing.
|
|
2556
2556
|
- `service_version` (string, optional) - Published service version. Optional.
|
|
2557
2557
|
|
|
2558
2558
|
---
|
|
@@ -2577,7 +2577,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2577
2577
|
|
|
2578
2578
|
<a id="createservicedefinition-high-level-service-definition"></a>
|
|
2579
2579
|
#### CreateServiceDefinition (High-Level / Service Definition)
|
|
2580
|
-
**Description:** Create
|
|
2580
|
+
**Description:** Operation: Create. Subject: ServiceDefinition. Will be useful for creating service definition. Create a new ABAP service definition in SAP system. Creates the service definition object in initial state.
|
|
2581
2581
|
|
|
2582
2582
|
**Source:** `src/handlers/service_definition/high/handleCreateServiceDefinition.ts`
|
|
2583
2583
|
|
|
@@ -2617,7 +2617,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2617
2617
|
|
|
2618
2618
|
<a id="updateservicedefinition-high-level-service-definition"></a>
|
|
2619
2619
|
#### UpdateServiceDefinition (High-Level / Service Definition)
|
|
2620
|
-
**Description:** Update source code of an existing ABAP service definition.
|
|
2620
|
+
**Description:** Operation: Update, Create. Subject: ServiceDefinition. Will be useful for updating or creating service definition. Update source code of an existing ABAP service definition. Locks, updates, unlocks, and optionally activates.
|
|
2621
2621
|
|
|
2622
2622
|
**Source:** `src/handlers/service_definition/high/handleUpdateServiceDefinition.ts`
|
|
2623
2623
|
|
|
@@ -2647,7 +2647,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2647
2647
|
|
|
2648
2648
|
<a id="createstructure-high-level-structure"></a>
|
|
2649
2649
|
#### CreateStructure (High-Level / Structure)
|
|
2650
|
-
**Description:** Create a new ABAP structure in SAP system
|
|
2650
|
+
**Description:** Operation: Create. Subject: Structure. Will be useful for creating structure. Create a new ABAP structure in SAP system. Creates the structure object in initial state.
|
|
2651
2651
|
|
|
2652
2652
|
**Source:** `src/handlers/structure/high/handleCreateStructure.ts`
|
|
2653
2653
|
|
|
@@ -2688,7 +2688,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2688
2688
|
|
|
2689
2689
|
<a id="updatestructure-high-level-structure"></a>
|
|
2690
2690
|
#### UpdateStructure (High-Level / Structure)
|
|
2691
|
-
**Description:** Update
|
|
2691
|
+
**Description:** Operation: Update, Create. Subject: Structure. Will be useful for updating or creating structure. Update DDL source code of an existing ABAP structure. Locks, updates, unlocks, and optionally activates.
|
|
2692
2692
|
|
|
2693
2693
|
**Source:** `src/handlers/structure/high/handleUpdateStructure.ts`
|
|
2694
2694
|
|
|
@@ -2736,7 +2736,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2736
2736
|
|
|
2737
2737
|
<a id="createtable-high-level-table"></a>
|
|
2738
2738
|
#### CreateTable (High-Level / Table)
|
|
2739
|
-
**Description:** Create a new ABAP table
|
|
2739
|
+
**Description:** Operation: Create. Subject: Table. Will be useful for creating table. Create a new ABAP table in SAP system. Creates the table object in initial state.
|
|
2740
2740
|
|
|
2741
2741
|
**Source:** `src/handlers/table/high/handleCreateTable.ts`
|
|
2742
2742
|
|
|
@@ -2774,7 +2774,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2774
2774
|
|
|
2775
2775
|
<a id="updatetable-high-level-table"></a>
|
|
2776
2776
|
#### UpdateTable (High-Level / Table)
|
|
2777
|
-
**Description:** Update
|
|
2777
|
+
**Description:** Operation: Update, Create. Subject: Table. Will be useful for updating or creating table. Update DDL source code of an existing ABAP table. Locks, updates, unlocks, and optionally activates.
|
|
2778
2778
|
|
|
2779
2779
|
**Source:** `src/handlers/table/high/handleUpdateTable.ts`
|
|
2780
2780
|
|
|
@@ -2990,7 +2990,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
2990
2990
|
|
|
2991
2991
|
<a id="createview-high-level-view"></a>
|
|
2992
2992
|
#### CreateView (High-Level / View)
|
|
2993
|
-
**Description:** Create CDS View or Classic View in SAP. Creates the view object in initial state.
|
|
2993
|
+
**Description:** Operation: Create. Subject: View. Will be useful for creating view. Create a new CDS View or Classic View in SAP system. Creates the view object in initial state.
|
|
2994
2994
|
|
|
2995
2995
|
**Source:** `src/handlers/view/high/handleCreateView.ts`
|
|
2996
2996
|
|
|
@@ -3028,7 +3028,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3028
3028
|
|
|
3029
3029
|
<a id="updateview-high-level-view"></a>
|
|
3030
3030
|
#### UpdateView (High-Level / View)
|
|
3031
|
-
**Description:** Update DDL source code of an existing CDS View or Classic View. Locks
|
|
3031
|
+
**Description:** Operation: Update, Create. Subject: View. Will be useful for updating or creating view. Update DDL source code of an existing CDS View or Classic View. Locks, updates, unlocks, and optionally activates.
|
|
3032
3032
|
|
|
3033
3033
|
**Source:** `src/handlers/view/high/handleUpdateView.ts`
|
|
3034
3034
|
|
|
@@ -3048,7 +3048,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3048
3048
|
|
|
3049
3049
|
<a id="activatebehaviordefinitionlow-low-level-behavior-definition"></a>
|
|
3050
3050
|
#### ActivateBehaviorDefinitionLow (Low-Level / Behavior Definition)
|
|
3051
|
-
**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.
|
|
3051
|
+
**Description:** Operation: Activate, Create, Update. Subject: BehaviorDefinition. Will be useful for activating, creating, or updating behavior definition. [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.
|
|
3052
3052
|
|
|
3053
3053
|
**Source:** `src/handlers/behavior_definition/low/handleActivateBehaviorDefinition.ts`
|
|
3054
3054
|
|
|
@@ -3217,7 +3217,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3217
3217
|
|
|
3218
3218
|
<a id="activateclasslow-low-level-class"></a>
|
|
3219
3219
|
#### ActivateClassLow (Low-Level / Class)
|
|
3220
|
-
**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.
|
|
3220
|
+
**Description:** Operation: Activate, Create, Update. Subject: Class. Will be useful for activating, creating, or updating class. [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.
|
|
3221
3221
|
|
|
3222
3222
|
**Source:** `src/handlers/class/low/handleActivateClass.ts`
|
|
3223
3223
|
|
|
@@ -3528,7 +3528,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3528
3528
|
|
|
3529
3529
|
<a id="activatedataelementlow-low-level-data-element"></a>
|
|
3530
3530
|
#### ActivateDataElementLow (Low-Level / Data Element)
|
|
3531
|
-
**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.
|
|
3531
|
+
**Description:** Operation: Activate, Create, Update. Subject: DataElement. Will be useful for activating, creating, or updating data element. [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.
|
|
3532
3532
|
|
|
3533
3533
|
**Source:** `src/handlers/data_element/low/handleActivateDataElement.ts`
|
|
3534
3534
|
|
|
@@ -3647,7 +3647,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3647
3647
|
|
|
3648
3648
|
<a id="activatemetadataextensionlow-low-level-ddlx"></a>
|
|
3649
3649
|
#### ActivateMetadataExtensionLow (Low-Level / Ddlx)
|
|
3650
|
-
**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.
|
|
3650
|
+
**Description:** Operation: Activate, Create, Update. Subject: MetadataExtension. Will be useful for activating, creating, or updating metadata extension. [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.
|
|
3651
3651
|
|
|
3652
3652
|
**Source:** `src/handlers/ddlx/low/handleActivateMetadataExtension.ts`
|
|
3653
3653
|
|
|
@@ -3762,7 +3762,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3762
3762
|
|
|
3763
3763
|
<a id="activatedomainlow-low-level-domain"></a>
|
|
3764
3764
|
#### ActivateDomainLow (Low-Level / Domain)
|
|
3765
|
-
**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.
|
|
3765
|
+
**Description:** Operation: Activate, Create, Update. Subject: Domain. Will be useful for activating, creating, or updating domain. [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.
|
|
3766
3766
|
|
|
3767
3767
|
**Source:** `src/handlers/domain/low/handleActivateDomain.ts`
|
|
3768
3768
|
|
|
@@ -3889,7 +3889,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
3889
3889
|
|
|
3890
3890
|
<a id="activatefunctionmodulelow-low-level-function"></a>
|
|
3891
3891
|
#### ActivateFunctionModuleLow (Low-Level / Function)
|
|
3892
|
-
**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.
|
|
3892
|
+
**Description:** Operation: Activate, Create, Update. Subject: FunctionModule. Will be useful for activating, creating, or updating function module. [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.
|
|
3893
3893
|
|
|
3894
3894
|
**Source:** `src/handlers/function/low/handleActivateFunctionModule.ts`
|
|
3895
3895
|
|
|
@@ -4095,7 +4095,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4095
4095
|
|
|
4096
4096
|
<a id="activateinterfacelow-low-level-interface"></a>
|
|
4097
4097
|
#### ActivateInterfaceLow (Low-Level / Interface)
|
|
4098
|
-
**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.
|
|
4098
|
+
**Description:** Operation: Activate, Create, Update. Subject: Interface. Will be useful for activating, creating, or updating interface. [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.
|
|
4099
4099
|
|
|
4100
4100
|
**Source:** `src/handlers/interface/low/handleActivateInterface.ts`
|
|
4101
4101
|
|
|
@@ -4320,7 +4320,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4320
4320
|
|
|
4321
4321
|
<a id="activateprogramlow-low-level-program"></a>
|
|
4322
4322
|
#### ActivateProgramLow (Low-Level / Program)
|
|
4323
|
-
**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.
|
|
4323
|
+
**Description:** Operation: Activate, Create, Update. Subject: Program. Will be useful for activating, creating, or updating program. [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.
|
|
4324
4324
|
|
|
4325
4325
|
**Source:** `src/handlers/program/low/handleActivateProgram.ts`
|
|
4326
4326
|
|
|
@@ -4431,12 +4431,44 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4431
4431
|
|
|
4432
4432
|
---
|
|
4433
4433
|
|
|
4434
|
+
<a id="low-level-service-binding"></a>
|
|
4435
|
+
### Low-Level / Service Binding
|
|
4436
|
+
|
|
4437
|
+
<a id="activateservicebindinglow-low-level-service-binding"></a>
|
|
4438
|
+
#### ActivateServiceBindingLow (Low-Level / Service Binding)
|
|
4439
|
+
**Description:** Operation: Activate, Create, Update. Subject: ServiceBinding. Will be useful for activating, creating, or updating service binding. [low-level] Activate an ABAP service binding. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
|
|
4440
|
+
|
|
4441
|
+
**Source:** `src/handlers/service_binding/low/handleActivateServiceBinding.ts`
|
|
4442
|
+
|
|
4443
|
+
**Parameters:**
|
|
4444
|
+
- `name` (string, required) - Service binding name (e.g., ZSB_MY_SERVICE).
|
|
4445
|
+
- `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
|
|
4446
|
+
- `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
|
|
4447
|
+
|
|
4448
|
+
---
|
|
4449
|
+
|
|
4450
|
+
<a id="low-level-service-definition"></a>
|
|
4451
|
+
### Low-Level / Service Definition
|
|
4452
|
+
|
|
4453
|
+
<a id="activateservicedefinitionlow-low-level-service-definition"></a>
|
|
4454
|
+
#### ActivateServiceDefinitionLow (Low-Level / Service Definition)
|
|
4455
|
+
**Description:** Operation: Activate, Create, Update. Subject: ServiceDefinition. Will be useful for activating, creating, or updating service definition. [low-level] Activate an ABAP service definition. Returns activation status and any warnings/errors. Can use session_id and session_state from GetSession to maintain the same session.
|
|
4456
|
+
|
|
4457
|
+
**Source:** `src/handlers/service_definition/low/handleActivateServiceDefinition.ts`
|
|
4458
|
+
|
|
4459
|
+
**Parameters:**
|
|
4460
|
+
- `name` (string, required) - Service definition name (e.g., ZSD_MY_SERVICE).
|
|
4461
|
+
- `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
|
|
4462
|
+
- `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
|
|
4463
|
+
|
|
4464
|
+
---
|
|
4465
|
+
|
|
4434
4466
|
<a id="low-level-structure"></a>
|
|
4435
4467
|
### Low-Level / Structure
|
|
4436
4468
|
|
|
4437
4469
|
<a id="activatestructurelow-low-level-structure"></a>
|
|
4438
4470
|
#### ActivateStructureLow (Low-Level / Structure)
|
|
4439
|
-
**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.
|
|
4471
|
+
**Description:** Operation: Activate, Create, Update. Subject: Structure. Will be useful for activating, creating, or updating structure. [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.
|
|
4440
4472
|
|
|
4441
4473
|
**Source:** `src/handlers/structure/low/handleActivateStructure.ts`
|
|
4442
4474
|
|
|
@@ -4602,7 +4634,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4602
4634
|
|
|
4603
4635
|
<a id="activatetablelow-low-level-table"></a>
|
|
4604
4636
|
#### ActivateTableLow (Low-Level / Table)
|
|
4605
|
-
**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.
|
|
4637
|
+
**Description:** Operation: Activate, Create, Update. Subject: Table. Will be useful for activating, creating, or updating table. [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.
|
|
4606
4638
|
|
|
4607
4639
|
**Source:** `src/handlers/table/low/handleActivateTable.ts`
|
|
4608
4640
|
|
|
@@ -4734,7 +4766,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4734
4766
|
|
|
4735
4767
|
<a id="activateviewlow-low-level-view"></a>
|
|
4736
4768
|
#### ActivateViewLow (Low-Level / View)
|
|
4737
|
-
**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.
|
|
4769
|
+
**Description:** Operation: Activate, Create, Update. Subject: View. Will be useful for activating, creating, or updating view. [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.
|
|
4738
4770
|
|
|
4739
4771
|
**Source:** `src/handlers/view/low/handleActivateView.ts`
|
|
4740
4772
|
|
|
@@ -4847,4 +4879,4 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4847
4879
|
|
|
4848
4880
|
---
|
|
4849
4881
|
|
|
4850
|
-
*Last updated: 2026-04-
|
|
4882
|
+
*Last updated: 2026-04-24*
|
|
@@ -285,14 +285,13 @@ Preferred dedicated compact tools and minimal payloads:
|
|
|
285
285
|
|
|
286
286
|
<a id="handlerdumplist-compact"></a>
|
|
287
287
|
#### HandlerDumpList (Compact)
|
|
288
|
-
**Description:** Runtime dump list. object_type: not used. Required: none. Optional: user,
|
|
288
|
+
**Description:** Runtime dump list. object_type: not used. Required: none. Optional: user, top, from, to. Response: JSON.
|
|
289
289
|
|
|
290
290
|
**Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
|
|
291
291
|
|
|
292
292
|
**Parameters:**
|
|
293
|
-
- `
|
|
294
|
-
- `
|
|
295
|
-
- `skip` (number, optional) - Offset for pagination.
|
|
293
|
+
- `from` (string, optional) - Start of time range (YYYYMMDDHHMMSS).
|
|
294
|
+
- `to` (string, optional) - End of time range (YYYYMMDDHHMMSS).
|
|
296
295
|
- `top` (number, optional) - Limit number of returned dumps.
|
|
297
296
|
- `user` (string, optional) - Filter dumps by user.
|
|
298
297
|
|
|
@@ -551,4 +550,4 @@ Preferred dedicated compact tools and minimal payloads:
|
|
|
551
550
|
|
|
552
551
|
---
|
|
553
552
|
|
|
554
|
-
*Last updated: 2026-04-
|
|
553
|
+
*Last updated: 2026-04-24*
|