@mcp-abap-adt/core 4.8.9 → 5.0.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 +19 -0
- package/README.md +1 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts +76 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -1
- package/dist/handlers/compact/high/compactSchemas.js +47 -1
- package/dist/handlers/compact/high/compactSchemas.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerFeedList.d.ts +50 -0
- package/dist/handlers/compact/high/handleHandlerFeedList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerFeedList.js +16 -0
- package/dist/handlers/compact/high/handleHandlerFeedList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts +48 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js +16 -0
- package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js.map +1 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts +43 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts.map +1 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.js +16 -0
- package/dist/handlers/compact/high/handleHandlerSystemMessageList.js.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js +4 -3
- package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js +3 -2
- package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetDumpById.d.ts +8 -1
- package/dist/handlers/system/readonly/handleRuntimeGetDumpById.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js +69 -9
- package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts +48 -0
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js +81 -0
- package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js +4 -3
- package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListDumps.d.ts.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListDumps.js +3 -2
- package/dist/handlers/system/readonly/handleRuntimeListDumps.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts +50 -0
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.js +94 -0
- package/dist/handlers/system/readonly/handleRuntimeListFeeds.js.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js.map +1 -1
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts +43 -0
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js +62 -0
- package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js.map +1 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -1
- package/dist/lib/handlers/groups/CompactHandlersGroup.js +15 -0
- package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -1
- package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -1
- package/dist/lib/handlers/groups/SystemHandlersGroup.js +13 -3
- package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -1
- package/docs/development/tests/test-config.yaml.template +1 -1
- package/docs/superpowers/plans/2026-04-11-migrate-adt-clients-4.0.0.md +1014 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +117 -36
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +49 -2
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +53 -6
- package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +63 -29
- package/package.json +2 -2
|
@@ -4,12 +4,12 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4
4
|
|
|
5
5
|
## Summary
|
|
6
6
|
|
|
7
|
-
- Total tools:
|
|
8
|
-
- Read-only tools:
|
|
9
|
-
- High-level tools:
|
|
7
|
+
- Total tools: 292
|
|
8
|
+
- Read-only tools: 54
|
|
9
|
+
- High-level tools: 116
|
|
10
10
|
- Low-level tools: 122
|
|
11
11
|
|
|
12
|
-
- Compact tools:
|
|
12
|
+
- Compact tools: 25 (included in High-level group)
|
|
13
13
|
|
|
14
14
|
## Handler Sets
|
|
15
15
|
|
|
@@ -78,13 +78,15 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
78
78
|
- [GetTransaction](#gettransaction-read-only-system)
|
|
79
79
|
- [GetTypeInfo](#gettypeinfo-read-only-system)
|
|
80
80
|
- [GetWhereUsed](#getwhereused-read-only-system)
|
|
81
|
-
- [RuntimeAnalyzeDump](#runtimeanalyzedump-read-only-system)
|
|
82
81
|
- [RuntimeAnalyzeProfilerTrace](#runtimeanalyzeprofilertrace-read-only-system)
|
|
83
82
|
- [RuntimeCreateProfilerTraceParameters](#runtimecreateprofilertraceparameters-read-only-system)
|
|
84
83
|
- [RuntimeGetDumpById](#runtimegetdumpbyid-read-only-system)
|
|
84
|
+
- [RuntimeGetGatewayErrorLog](#runtimegetgatewayerrorlog-read-only-system)
|
|
85
85
|
- [RuntimeGetProfilerTraceData](#runtimegetprofilertracedata-read-only-system)
|
|
86
86
|
- [RuntimeListDumps](#runtimelistdumps-read-only-system)
|
|
87
|
+
- [RuntimeListFeeds](#runtimelistfeeds-read-only-system)
|
|
87
88
|
- [RuntimeListProfilerTraceFiles](#runtimelistprofilertracefiles-read-only-system)
|
|
89
|
+
- [RuntimeListSystemMessages](#runtimelistsystemmessages-read-only-system)
|
|
88
90
|
- [RuntimeRunClassWithProfiling](#runtimerunclasswithprofiling-read-only-system)
|
|
89
91
|
- [RuntimeRunProgramWithProfiling](#runtimerunprogramwithprofiling-read-only-system)
|
|
90
92
|
- [Table](#read-only-table)
|
|
@@ -132,6 +134,8 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
132
134
|
- [HandlerDelete](#handlerdelete-high-level-compact)
|
|
133
135
|
- [HandlerDumpList](#handlerdumplist-high-level-compact)
|
|
134
136
|
- [HandlerDumpView](#handlerdumpview-high-level-compact)
|
|
137
|
+
- [HandlerFeedList](#handlerfeedlist-high-level-compact)
|
|
138
|
+
- [HandlerGatewayErrorList](#handlergatewayerrorlist-high-level-compact)
|
|
135
139
|
- [HandlerGet](#handlerget-high-level-compact)
|
|
136
140
|
- [HandlerLock](#handlerlock-high-level-compact)
|
|
137
141
|
- [HandlerProfileList](#handlerprofilelist-high-level-compact)
|
|
@@ -139,6 +143,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
139
143
|
- [HandlerProfileView](#handlerprofileview-high-level-compact)
|
|
140
144
|
- [HandlerServiceBindingListTypes](#handlerservicebindinglisttypes-high-level-compact)
|
|
141
145
|
- [HandlerServiceBindingValidate](#handlerservicebindingvalidate-high-level-compact)
|
|
146
|
+
- [HandlerSystemMessageList](#handlersystemmessagelist-high-level-compact)
|
|
142
147
|
- [HandlerTransportCreate](#handlertransportcreate-high-level-compact)
|
|
143
148
|
- [HandlerUnitTestResult](#handlerunittestresult-high-level-compact)
|
|
144
149
|
- [HandlerUnitTestRun](#handlerunittestrun-high-level-compact)
|
|
@@ -636,7 +641,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
636
641
|
|
|
637
642
|
<a id="getobjectsbytype-read-only-search"></a>
|
|
638
643
|
#### GetObjectsByType (Read-Only / Search)
|
|
639
|
-
**Description:** [read-only] Retrieves all ABAP objects of a specific type under a given node.
|
|
644
|
+
**Description:** [read-only] Retrieves all ABAP objects of a specific type (classes, tables, programs, interfaces, etc.) under a given parent node. Useful for listing all objects of one type within a package or composite object.
|
|
640
645
|
|
|
641
646
|
**Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
|
|
642
647
|
|
|
@@ -652,7 +657,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
652
657
|
|
|
653
658
|
<a id="getobjectslist-read-only-search"></a>
|
|
654
659
|
#### GetObjectsList (Read-Only / Search)
|
|
655
|
-
**Description:** [read-only] Recursively retrieves all
|
|
660
|
+
**Description:** [read-only] Recursively retrieves all child ABAP repository objects for a given parent — programs (PROG), function groups (FUGR), classes (CLAS), packages (DEVC), and other composite objects — including nested includes and subcomponents.
|
|
656
661
|
|
|
657
662
|
**Source:** `src/handlers/search/readonly/handleGetObjectsList.ts`
|
|
658
663
|
|
|
@@ -666,7 +671,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
666
671
|
|
|
667
672
|
<a id="searchobject-read-only-search"></a>
|
|
668
673
|
#### SearchObject (Read-Only / Search)
|
|
669
|
-
**Description:** [read-only]
|
|
674
|
+
**Description:** [read-only] Find, search, locate, or check if an ABAP repository object exists by name or wildcard pattern (e.g.
|
|
670
675
|
|
|
671
676
|
**Source:** `src/handlers/search/readonly/handleSearchObject.ts`
|
|
672
677
|
|
|
@@ -773,7 +778,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
773
778
|
|
|
774
779
|
<a id="getadttypes-read-only-system"></a>
|
|
775
780
|
#### GetAdtTypes (Read-Only / System)
|
|
776
|
-
**Description:** [read-only] Retrieve all valid ADT object types.
|
|
781
|
+
**Description:** [read-only] Retrieve all valid ADT object types (CLAS, TABL, PROG, DEVC, FUGR, INTF, DDLS, DTEL, DOMA, SRVD, SRVB, BDEF, DDLX, etc.) or validate a specific type name.
|
|
777
782
|
|
|
778
783
|
**Source:** `src/handlers/system/readonly/handleGetAllTypes.ts`
|
|
779
784
|
|
|
@@ -784,7 +789,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
784
789
|
|
|
785
790
|
<a id="getinactiveobjects-read-only-system"></a>
|
|
786
791
|
#### GetInactiveObjects (Read-Only / System)
|
|
787
|
-
**Description:** [read-only] Get a list of inactive ABAP objects
|
|
792
|
+
**Description:** [read-only] Get a list of inactive ABAP objects — modified but not yet activated, pending activation. Shows classes, tables, CDS views, and other objects awaiting activation.
|
|
788
793
|
|
|
789
794
|
**Source:** `src/handlers/system/readonly/handleGetInactiveObjects.ts`
|
|
790
795
|
|
|
@@ -795,7 +800,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
795
800
|
|
|
796
801
|
<a id="getobjectinfo-read-only-system"></a>
|
|
797
802
|
#### GetObjectInfo (Read-Only / System)
|
|
798
|
-
**Description:** [read-only] Return ABAP object tree
|
|
803
|
+
**Description:** [read-only] Return ABAP object tree structure for packages (DEVC), classes (CLAS), programs (PROG), function groups (FUGR), and other objects. Shows root, group nodes, and terminal leaves up to maxDepth. Enrich each node with description and package via SearchObject if enrich=true.
|
|
799
804
|
|
|
800
805
|
**Source:** `src/handlers/system/readonly/handleGetObjectInfo.ts`
|
|
801
806
|
|
|
@@ -845,7 +850,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
845
850
|
|
|
846
851
|
<a id="getsqlquery-read-only-system"></a>
|
|
847
852
|
#### GetSqlQuery (Read-Only / System)
|
|
848
|
-
**Description:** [read-only] Execute
|
|
853
|
+
**Description:** [read-only] Execute ABAP SQL SELECT queries on database tables and CDS views via SAP ADT Data Preview API. Use for ad-hoc data retrieval, row counts, and filtered queries.
|
|
849
854
|
|
|
850
855
|
**Source:** `src/handlers/system/readonly/handleGetSqlQuery.ts`
|
|
851
856
|
|
|
@@ -857,7 +862,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
857
862
|
|
|
858
863
|
<a id="gettransaction-read-only-system"></a>
|
|
859
864
|
#### GetTransaction (Read-Only / System)
|
|
860
|
-
**Description:** [read-only] Retrieve ABAP transaction details.
|
|
865
|
+
**Description:** [read-only] Retrieve ABAP transaction (t-code) details — program, screen, authorization object, and transaction type (dialog, report, OO).
|
|
861
866
|
|
|
862
867
|
**Source:** `src/handlers/system/readonly/handleGetTransaction.ts`
|
|
863
868
|
|
|
@@ -868,7 +873,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
868
873
|
|
|
869
874
|
<a id="gettypeinfo-read-only-system"></a>
|
|
870
875
|
#### GetTypeInfo (Read-Only / System)
|
|
871
|
-
**Description:** [read-only] Retrieve ABAP type information.
|
|
876
|
+
**Description:** [read-only] Retrieve ABAP type information for domains (DOMA), data elements (DTEL), table types, and structures. Returns field definitions, value ranges, fixed values, and DDIC metadata.
|
|
872
877
|
|
|
873
878
|
**Source:** `src/handlers/system/readonly/handleGetTypeInfo.ts`
|
|
874
879
|
|
|
@@ -880,7 +885,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
880
885
|
|
|
881
886
|
<a id="getwhereused-read-only-system"></a>
|
|
882
887
|
#### GetWhereUsed (Read-Only / System)
|
|
883
|
-
**Description:** [read-only]
|
|
888
|
+
**Description:** [read-only] Find where-used references (cross-references, usages, dependencies) for ABAP objects — classes, interfaces, tables, data elements, programs, function modules, etc. Returns list of all referencing objects with their types and packages.
|
|
884
889
|
|
|
885
890
|
**Source:** `src/handlers/system/readonly/handleGetWhereUsed.ts`
|
|
886
891
|
|
|
@@ -891,19 +896,6 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
891
896
|
|
|
892
897
|
---
|
|
893
898
|
|
|
894
|
-
<a id="runtimeanalyzedump-read-only-system"></a>
|
|
895
|
-
#### RuntimeAnalyzeDump (Read-Only / System)
|
|
896
|
-
**Description:** [runtime] Read runtime dump by ID and return compact analysis summary with key fields.
|
|
897
|
-
|
|
898
|
-
**Source:** `src/handlers/system/readonly/handleRuntimeAnalyzeDump.ts`
|
|
899
|
-
|
|
900
|
-
**Parameters:**
|
|
901
|
-
- `dump_id` (string, required) - Runtime dump ID.
|
|
902
|
-
- `include_payload` (boolean, optional (default: true)) - Include full parsed payload in response.
|
|
903
|
-
- `view` (string, optional (default: default)) - Dump view mode to analyze: default payload, summary section, or formatted long text.
|
|
904
|
-
|
|
905
|
-
---
|
|
906
|
-
|
|
907
899
|
<a id="runtimeanalyzeprofilertrace-read-only-system"></a>
|
|
908
900
|
#### RuntimeAnalyzeProfilerTrace (Read-Only / System)
|
|
909
901
|
**Description:** [runtime] Read profiler trace view and return compact analysis summary (totals + top entries).
|
|
@@ -944,18 +936,34 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
944
936
|
|
|
945
937
|
<a id="runtimegetdumpbyid-read-only-system"></a>
|
|
946
938
|
#### RuntimeGetDumpById (Read-Only / System)
|
|
947
|
-
**Description:** [runtime] Read a specific ABAP runtime dump. Identify the dump by datetime + user (preferred, e.g. from a CALM event), or pass dump_id directly if already known.
|
|
939
|
+
**Description:** [runtime] Read a specific ABAP runtime dump. Identify the dump by datetime + user (preferred, e.g. from a CALM event), or pass dump_id directly if already known. Use response_mode to control output detail level.
|
|
948
940
|
|
|
949
941
|
**Source:** `src/handlers/system/readonly/handleRuntimeGetDumpById.ts`
|
|
950
942
|
|
|
951
943
|
**Parameters:**
|
|
952
|
-
- `datetime` (string, optional) - Dump datetime (ISO or
|
|
944
|
+
- `datetime` (string, optional) - Dump datetime (ISO or
|
|
953
945
|
- `dump_id` (string, optional) - Full runtime dump ID. Use only when already known; prefer datetime + user otherwise.
|
|
946
|
+
- `response_mode` (string, optional (default: both)) - Controls what is returned:
|
|
954
947
|
- `user` (string, optional) - SAP username whose dump to read. Required when using datetime lookup.
|
|
955
948
|
- `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
|
|
956
949
|
|
|
957
950
|
---
|
|
958
951
|
|
|
952
|
+
<a id="runtimegetgatewayerrorlog-read-only-system"></a>
|
|
953
|
+
#### RuntimeGetGatewayErrorLog (Read-Only / System)
|
|
954
|
+
**Description:** [runtime] List SAP Gateway error log (/IWFND/ERROR_LOG) or get error detail. Returns structured entries with type, shortText, transactionId, dateTime, username. With error_url returns full detail including serviceInfo, errorContext, sourceCode, callStack.
|
|
955
|
+
|
|
956
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.ts`
|
|
957
|
+
|
|
958
|
+
**Parameters:**
|
|
959
|
+
- `error_url` (string, optional) - Feed URL of a specific error entry (from a previous list response link field). When provided, returns detailed error info instead of listing.
|
|
960
|
+
- `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
|
|
961
|
+
- `max_results` (number, optional) - Maximum number of errors to return.
|
|
962
|
+
- `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
|
|
963
|
+
- `user` (string, optional) - Filter errors by SAP username.
|
|
964
|
+
|
|
965
|
+
---
|
|
966
|
+
|
|
959
967
|
<a id="runtimegetprofilertracedata-read-only-system"></a>
|
|
960
968
|
#### RuntimeGetProfilerTraceData (Read-Only / System)
|
|
961
969
|
**Description:** [runtime] Read profiler trace data by trace id/uri: hitlist, statements, or db accesses. Returns parsed JSON payload.
|
|
@@ -989,6 +997,21 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
989
997
|
|
|
990
998
|
---
|
|
991
999
|
|
|
1000
|
+
<a id="runtimelistfeeds-read-only-system"></a>
|
|
1001
|
+
#### RuntimeListFeeds (Read-Only / System)
|
|
1002
|
+
**Description:** [runtime] List available ADT runtime feeds or read a specific feed type. Feed types: dumps, system_messages, gateway_errors. Without feed_type returns available feed descriptors.
|
|
1003
|
+
|
|
1004
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeListFeeds.ts`
|
|
1005
|
+
|
|
1006
|
+
**Parameters:**
|
|
1007
|
+
- `feed_type` (string, optional (default: descriptors)) - Feed to read.
|
|
1008
|
+
- `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
|
|
1009
|
+
- `max_results` (number, optional) - Maximum number of entries to return.
|
|
1010
|
+
- `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
|
|
1011
|
+
- `user` (string, optional) - Filter feed entries by SAP username.
|
|
1012
|
+
|
|
1013
|
+
---
|
|
1014
|
+
|
|
992
1015
|
<a id="runtimelistprofilertracefiles-read-only-system"></a>
|
|
993
1016
|
#### RuntimeListProfilerTraceFiles (Read-Only / System)
|
|
994
1017
|
**Description:** [runtime] List ABAP profiler trace files available in ADT runtime. Returns parsed JSON payload.
|
|
@@ -1000,6 +1023,20 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1000
1023
|
|
|
1001
1024
|
---
|
|
1002
1025
|
|
|
1026
|
+
<a id="runtimelistsystemmessages-read-only-system"></a>
|
|
1027
|
+
#### RuntimeListSystemMessages (Read-Only / System)
|
|
1028
|
+
**Description:** [runtime] List SM02 system messages. Returns structured entries with id, title, text, severity, validity period, and author.
|
|
1029
|
+
|
|
1030
|
+
**Source:** `src/handlers/system/readonly/handleRuntimeListSystemMessages.ts`
|
|
1031
|
+
|
|
1032
|
+
**Parameters:**
|
|
1033
|
+
- `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
|
|
1034
|
+
- `max_results` (number, optional) - Maximum number of messages to return.
|
|
1035
|
+
- `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
|
|
1036
|
+
- `user` (string, optional) - Filter by author username.
|
|
1037
|
+
|
|
1038
|
+
---
|
|
1039
|
+
|
|
1003
1040
|
<a id="runtimerunclasswithprofiling-read-only-system"></a>
|
|
1004
1041
|
#### RuntimeRunClassWithProfiling (Read-Only / System)
|
|
1005
1042
|
**Description:** [runtime] Execute ABAP class with profiler enabled and return created profilerId + traceId.
|
|
@@ -1055,7 +1092,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1055
1092
|
|
|
1056
1093
|
<a id="gettablecontents-read-only-table"></a>
|
|
1057
1094
|
#### GetTableContents (Read-Only / Table)
|
|
1058
|
-
**Description:** [read-only] Retrieve contents of an ABAP table.
|
|
1095
|
+
**Description:** [read-only] Retrieve contents (data preview) of an ABAP database table or CDS view. Returns rows of data like SE16/SE16N.
|
|
1059
1096
|
|
|
1060
1097
|
**Source:** `src/handlers/table/readonly/handleGetTableContents.ts`
|
|
1061
1098
|
|
|
@@ -1127,7 +1164,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1127
1164
|
|
|
1128
1165
|
<a id="createbehaviordefinition-high-level-behavior-definition"></a>
|
|
1129
1166
|
#### CreateBehaviorDefinition (High-Level / Behavior Definition)
|
|
1130
|
-
**Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system.
|
|
1167
|
+
**Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system. Defines RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
|
|
1131
1168
|
|
|
1132
1169
|
**Source:** `src/handlers/behavior_definition/high/handleCreateBehaviorDefinition.ts`
|
|
1133
1170
|
|
|
@@ -1168,7 +1205,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1168
1205
|
|
|
1169
1206
|
<a id="updatebehaviordefinition-high-level-behavior-definition"></a>
|
|
1170
1207
|
#### UpdateBehaviorDefinition (High-Level / Behavior Definition)
|
|
1171
|
-
**Description:** Update source code of an ABAP Behavior Definition.
|
|
1208
|
+
**Description:** Update source code of an ABAP Behavior Definition (BDEF). Modifies RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
|
|
1172
1209
|
|
|
1173
1210
|
**Source:** `src/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.ts`
|
|
1174
1211
|
|
|
@@ -1612,6 +1649,36 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1612
1649
|
|
|
1613
1650
|
---
|
|
1614
1651
|
|
|
1652
|
+
<a id="handlerfeedlist-high-level-compact"></a>
|
|
1653
|
+
#### HandlerFeedList (High-Level / Compact)
|
|
1654
|
+
**Description:** Runtime feed list. object_type: not used. Required: none. Optional: feed_type, user, max_results, from, to. Response: JSON.
|
|
1655
|
+
|
|
1656
|
+
**Source:** `src/handlers/compact/high/handleHandlerFeedList.ts`
|
|
1657
|
+
|
|
1658
|
+
**Parameters:**
|
|
1659
|
+
- `feed_type` (string, optional (default: descriptors)) - Feed type to read.
|
|
1660
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
1661
|
+
- `max_results` (number, optional) - Limit entries returned.
|
|
1662
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
1663
|
+
- `user` (string, optional) - Filter by username.
|
|
1664
|
+
|
|
1665
|
+
---
|
|
1666
|
+
|
|
1667
|
+
<a id="handlergatewayerrorlist-high-level-compact"></a>
|
|
1668
|
+
#### HandlerGatewayErrorList (High-Level / Compact)
|
|
1669
|
+
**Description:** Gateway error log list/detail. object_type: not used. Required: none. Optional: error_url, user, max_results, from, to. Response: JSON.
|
|
1670
|
+
|
|
1671
|
+
**Source:** `src/handlers/compact/high/handleHandlerGatewayErrorList.ts`
|
|
1672
|
+
|
|
1673
|
+
**Parameters:**
|
|
1674
|
+
- `error_url` (string, optional) - Error feed URL for detail view.
|
|
1675
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
1676
|
+
- `max_results` (number, optional) - Limit errors returned.
|
|
1677
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
1678
|
+
- `user` (string, optional) - Filter by username.
|
|
1679
|
+
|
|
1680
|
+
---
|
|
1681
|
+
|
|
1615
1682
|
<a id="handlerget-high-level-compact"></a>
|
|
1616
1683
|
#### HandlerGet (High-Level / Compact)
|
|
1617
1684
|
**Description:** Read operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
|
|
@@ -1735,6 +1802,20 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1735
1802
|
|
|
1736
1803
|
---
|
|
1737
1804
|
|
|
1805
|
+
<a id="handlersystemmessagelist-high-level-compact"></a>
|
|
1806
|
+
#### HandlerSystemMessageList (High-Level / Compact)
|
|
1807
|
+
**Description:** SM02 system messages list. object_type: not used. Required: none. Optional: user, max_results, from, to. Response: JSON.
|
|
1808
|
+
|
|
1809
|
+
**Source:** `src/handlers/compact/high/handleHandlerSystemMessageList.ts`
|
|
1810
|
+
|
|
1811
|
+
**Parameters:**
|
|
1812
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
1813
|
+
- `max_results` (number, optional) - Limit messages returned.
|
|
1814
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
1815
|
+
- `user` (string, optional) - Filter by author username.
|
|
1816
|
+
|
|
1817
|
+
---
|
|
1818
|
+
|
|
1738
1819
|
<a id="handlertransportcreate-high-level-compact"></a>
|
|
1739
1820
|
#### HandlerTransportCreate (High-Level / Compact)
|
|
1740
1821
|
**Description:** Transport create. object_type: not used. Required: description*. Optional: transport_type(workbench|customizing), target_system, owner. Response: JSON.
|
|
@@ -1938,7 +2019,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1938
2019
|
|
|
1939
2020
|
<a id="createmetadataextension-high-level-ddlx"></a>
|
|
1940
2021
|
#### CreateMetadataExtension (High-Level / Ddlx)
|
|
1941
|
-
**Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system.
|
|
2022
|
+
**Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system. Defines Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
|
|
1942
2023
|
|
|
1943
2024
|
**Source:** `src/handlers/ddlx/high/handleCreateMetadataExtension.ts`
|
|
1944
2025
|
|
|
@@ -1953,7 +2034,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1953
2034
|
|
|
1954
2035
|
<a id="updatemetadataextension-high-level-ddlx"></a>
|
|
1955
2036
|
#### UpdateMetadataExtension (High-Level / Ddlx)
|
|
1956
|
-
**Description:** Update source code of an ABAP Metadata Extension.
|
|
2037
|
+
**Description:** Update source code of an ABAP Metadata Extension (DDLX). Modifies Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
|
|
1957
2038
|
|
|
1958
2039
|
**Source:** `src/handlers/ddlx/high/handleUpdateMetadataExtension.ts`
|
|
1959
2040
|
|
|
@@ -4647,4 +4728,4 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
4647
4728
|
|
|
4648
4729
|
---
|
|
4649
4730
|
|
|
4650
|
-
*Last updated: 2026-
|
|
4731
|
+
*Last updated: 2026-04-11*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Generated from code in `src/handlers/compact/high` (not from docs).
|
|
4
4
|
|
|
5
5
|
- Group: Compact
|
|
6
|
-
- Total tools:
|
|
6
|
+
- Total tools: 25
|
|
7
7
|
|
|
8
8
|
## How It Works
|
|
9
9
|
|
|
@@ -131,6 +131,8 @@ Preferred dedicated compact tools and minimal payloads:
|
|
|
131
131
|
- [HandlerDelete](#handlerdelete-compact)
|
|
132
132
|
- [HandlerDumpList](#handlerdumplist-compact)
|
|
133
133
|
- [HandlerDumpView](#handlerdumpview-compact)
|
|
134
|
+
- [HandlerFeedList](#handlerfeedlist-compact)
|
|
135
|
+
- [HandlerGatewayErrorList](#handlergatewayerrorlist-compact)
|
|
134
136
|
- [HandlerGet](#handlerget-compact)
|
|
135
137
|
- [HandlerLock](#handlerlock-compact)
|
|
136
138
|
- [HandlerProfileList](#handlerprofilelist-compact)
|
|
@@ -138,6 +140,7 @@ Preferred dedicated compact tools and minimal payloads:
|
|
|
138
140
|
- [HandlerProfileView](#handlerprofileview-compact)
|
|
139
141
|
- [HandlerServiceBindingListTypes](#handlerservicebindinglisttypes-compact)
|
|
140
142
|
- [HandlerServiceBindingValidate](#handlerservicebindingvalidate-compact)
|
|
143
|
+
- [HandlerSystemMessageList](#handlersystemmessagelist-compact)
|
|
141
144
|
- [HandlerTransportCreate](#handlertransportcreate-compact)
|
|
142
145
|
- [HandlerUnitTestResult](#handlerunittestresult-compact)
|
|
143
146
|
- [HandlerUnitTestRun](#handlerunittestrun-compact)
|
|
@@ -310,6 +313,36 @@ Preferred dedicated compact tools and minimal payloads:
|
|
|
310
313
|
|
|
311
314
|
---
|
|
312
315
|
|
|
316
|
+
<a id="handlerfeedlist-compact"></a>
|
|
317
|
+
#### HandlerFeedList (Compact)
|
|
318
|
+
**Description:** Runtime feed list. object_type: not used. Required: none. Optional: feed_type, user, max_results, from, to. Response: JSON.
|
|
319
|
+
|
|
320
|
+
**Source:** `src/handlers/compact/high/handleHandlerFeedList.ts`
|
|
321
|
+
|
|
322
|
+
**Parameters:**
|
|
323
|
+
- `feed_type` (string, optional (default: descriptors)) - Feed type to read.
|
|
324
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
325
|
+
- `max_results` (number, optional) - Limit entries returned.
|
|
326
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
327
|
+
- `user` (string, optional) - Filter by username.
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
<a id="handlergatewayerrorlist-compact"></a>
|
|
332
|
+
#### HandlerGatewayErrorList (Compact)
|
|
333
|
+
**Description:** Gateway error log list/detail. object_type: not used. Required: none. Optional: error_url, user, max_results, from, to. Response: JSON.
|
|
334
|
+
|
|
335
|
+
**Source:** `src/handlers/compact/high/handleHandlerGatewayErrorList.ts`
|
|
336
|
+
|
|
337
|
+
**Parameters:**
|
|
338
|
+
- `error_url` (string, optional) - Error feed URL for detail view.
|
|
339
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
340
|
+
- `max_results` (number, optional) - Limit errors returned.
|
|
341
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
342
|
+
- `user` (string, optional) - Filter by username.
|
|
343
|
+
|
|
344
|
+
---
|
|
345
|
+
|
|
313
346
|
<a id="handlerget-compact"></a>
|
|
314
347
|
#### HandlerGet (Compact)
|
|
315
348
|
**Description:** Read operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
|
|
@@ -433,6 +466,20 @@ Preferred dedicated compact tools and minimal payloads:
|
|
|
433
466
|
|
|
434
467
|
---
|
|
435
468
|
|
|
469
|
+
<a id="handlersystemmessagelist-compact"></a>
|
|
470
|
+
#### HandlerSystemMessageList (Compact)
|
|
471
|
+
**Description:** SM02 system messages list. object_type: not used. Required: none. Optional: user, max_results, from, to. Response: JSON.
|
|
472
|
+
|
|
473
|
+
**Source:** `src/handlers/compact/high/handleHandlerSystemMessageList.ts`
|
|
474
|
+
|
|
475
|
+
**Parameters:**
|
|
476
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
477
|
+
- `max_results` (number, optional) - Limit messages returned.
|
|
478
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
479
|
+
- `user` (string, optional) - Filter by author username.
|
|
480
|
+
|
|
481
|
+
---
|
|
482
|
+
|
|
436
483
|
<a id="handlertransportcreate-compact"></a>
|
|
437
484
|
#### HandlerTransportCreate (Compact)
|
|
438
485
|
**Description:** Transport create. object_type: not used. Required: description*. Optional: transport_type(workbench|customizing), target_system, owner. Response: JSON.
|
|
@@ -551,4 +598,4 @@ Preferred dedicated compact tools and minimal payloads:
|
|
|
551
598
|
|
|
552
599
|
---
|
|
553
600
|
|
|
554
|
-
*Last updated: 2026-
|
|
601
|
+
*Last updated: 2026-04-11*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Generated from code in `src/handlers/**` (not from docs).
|
|
4
4
|
|
|
5
5
|
- Level: High-Level
|
|
6
|
-
- Total tools:
|
|
6
|
+
- Total tools: 116
|
|
7
7
|
|
|
8
8
|
## Navigation
|
|
9
9
|
|
|
@@ -44,6 +44,8 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
44
44
|
- [HandlerDelete](#handlerdelete-high-level-compact)
|
|
45
45
|
- [HandlerDumpList](#handlerdumplist-high-level-compact)
|
|
46
46
|
- [HandlerDumpView](#handlerdumpview-high-level-compact)
|
|
47
|
+
- [HandlerFeedList](#handlerfeedlist-high-level-compact)
|
|
48
|
+
- [HandlerGatewayErrorList](#handlergatewayerrorlist-high-level-compact)
|
|
47
49
|
- [HandlerGet](#handlerget-high-level-compact)
|
|
48
50
|
- [HandlerLock](#handlerlock-high-level-compact)
|
|
49
51
|
- [HandlerProfileList](#handlerprofilelist-high-level-compact)
|
|
@@ -51,6 +53,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
51
53
|
- [HandlerProfileView](#handlerprofileview-high-level-compact)
|
|
52
54
|
- [HandlerServiceBindingListTypes](#handlerservicebindinglisttypes-high-level-compact)
|
|
53
55
|
- [HandlerServiceBindingValidate](#handlerservicebindingvalidate-high-level-compact)
|
|
56
|
+
- [HandlerSystemMessageList](#handlersystemmessagelist-high-level-compact)
|
|
54
57
|
- [HandlerTransportCreate](#handlertransportcreate-high-level-compact)
|
|
55
58
|
- [HandlerUnitTestResult](#handlerunittestresult-high-level-compact)
|
|
56
59
|
- [HandlerUnitTestRun](#handlerunittestrun-high-level-compact)
|
|
@@ -154,7 +157,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
154
157
|
|
|
155
158
|
<a id="createbehaviordefinition-high-level-behavior-definition"></a>
|
|
156
159
|
#### CreateBehaviorDefinition (High-Level / Behavior Definition)
|
|
157
|
-
**Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system.
|
|
160
|
+
**Description:** Create a new ABAP Behavior Definition (BDEF) in SAP system. Defines RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
|
|
158
161
|
|
|
159
162
|
**Source:** `src/handlers/behavior_definition/high/handleCreateBehaviorDefinition.ts`
|
|
160
163
|
|
|
@@ -195,7 +198,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
195
198
|
|
|
196
199
|
<a id="updatebehaviordefinition-high-level-behavior-definition"></a>
|
|
197
200
|
#### UpdateBehaviorDefinition (High-Level / Behavior Definition)
|
|
198
|
-
**Description:** Update source code of an ABAP Behavior Definition.
|
|
201
|
+
**Description:** Update source code of an ABAP Behavior Definition (BDEF). Modifies RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
|
|
199
202
|
|
|
200
203
|
**Source:** `src/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.ts`
|
|
201
204
|
|
|
@@ -639,6 +642,36 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
639
642
|
|
|
640
643
|
---
|
|
641
644
|
|
|
645
|
+
<a id="handlerfeedlist-high-level-compact"></a>
|
|
646
|
+
#### HandlerFeedList (High-Level / Compact)
|
|
647
|
+
**Description:** Runtime feed list. object_type: not used. Required: none. Optional: feed_type, user, max_results, from, to. Response: JSON.
|
|
648
|
+
|
|
649
|
+
**Source:** `src/handlers/compact/high/handleHandlerFeedList.ts`
|
|
650
|
+
|
|
651
|
+
**Parameters:**
|
|
652
|
+
- `feed_type` (string, optional (default: descriptors)) - Feed type to read.
|
|
653
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
654
|
+
- `max_results` (number, optional) - Limit entries returned.
|
|
655
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
656
|
+
- `user` (string, optional) - Filter by username.
|
|
657
|
+
|
|
658
|
+
---
|
|
659
|
+
|
|
660
|
+
<a id="handlergatewayerrorlist-high-level-compact"></a>
|
|
661
|
+
#### HandlerGatewayErrorList (High-Level / Compact)
|
|
662
|
+
**Description:** Gateway error log list/detail. object_type: not used. Required: none. Optional: error_url, user, max_results, from, to. Response: JSON.
|
|
663
|
+
|
|
664
|
+
**Source:** `src/handlers/compact/high/handleHandlerGatewayErrorList.ts`
|
|
665
|
+
|
|
666
|
+
**Parameters:**
|
|
667
|
+
- `error_url` (string, optional) - Error feed URL for detail view.
|
|
668
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
669
|
+
- `max_results` (number, optional) - Limit errors returned.
|
|
670
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
671
|
+
- `user` (string, optional) - Filter by username.
|
|
672
|
+
|
|
673
|
+
---
|
|
674
|
+
|
|
642
675
|
<a id="handlerget-high-level-compact"></a>
|
|
643
676
|
#### HandlerGet (High-Level / Compact)
|
|
644
677
|
**Description:** Read operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
|
|
@@ -762,6 +795,20 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
762
795
|
|
|
763
796
|
---
|
|
764
797
|
|
|
798
|
+
<a id="handlersystemmessagelist-high-level-compact"></a>
|
|
799
|
+
#### HandlerSystemMessageList (High-Level / Compact)
|
|
800
|
+
**Description:** SM02 system messages list. object_type: not used. Required: none. Optional: user, max_results, from, to. Response: JSON.
|
|
801
|
+
|
|
802
|
+
**Source:** `src/handlers/compact/high/handleHandlerSystemMessageList.ts`
|
|
803
|
+
|
|
804
|
+
**Parameters:**
|
|
805
|
+
- `from` (string, optional) - Start datetime YYYYMMDDHHMMSS.
|
|
806
|
+
- `max_results` (number, optional) - Limit messages returned.
|
|
807
|
+
- `to` (string, optional) - End datetime YYYYMMDDHHMMSS.
|
|
808
|
+
- `user` (string, optional) - Filter by author username.
|
|
809
|
+
|
|
810
|
+
---
|
|
811
|
+
|
|
765
812
|
<a id="handlertransportcreate-high-level-compact"></a>
|
|
766
813
|
#### HandlerTransportCreate (High-Level / Compact)
|
|
767
814
|
**Description:** Transport create. object_type: not used. Required: description*. Optional: transport_type(workbench|customizing), target_system, owner. Response: JSON.
|
|
@@ -965,7 +1012,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
965
1012
|
|
|
966
1013
|
<a id="createmetadataextension-high-level-ddlx"></a>
|
|
967
1014
|
#### CreateMetadataExtension (High-Level / Ddlx)
|
|
968
|
-
**Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system.
|
|
1015
|
+
**Description:** Create a new ABAP Metadata Extension (DDLX) in SAP system. Defines Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
|
|
969
1016
|
|
|
970
1017
|
**Source:** `src/handlers/ddlx/high/handleCreateMetadataExtension.ts`
|
|
971
1018
|
|
|
@@ -980,7 +1027,7 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
980
1027
|
|
|
981
1028
|
<a id="updatemetadataextension-high-level-ddlx"></a>
|
|
982
1029
|
#### UpdateMetadataExtension (High-Level / Ddlx)
|
|
983
|
-
**Description:** Update source code of an ABAP Metadata Extension.
|
|
1030
|
+
**Description:** Update source code of an ABAP Metadata Extension (DDLX). Modifies Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
|
|
984
1031
|
|
|
985
1032
|
**Source:** `src/handlers/ddlx/high/handleUpdateMetadataExtension.ts`
|
|
986
1033
|
|
|
@@ -1867,4 +1914,4 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1867
1914
|
|
|
1868
1915
|
---
|
|
1869
1916
|
|
|
1870
|
-
*Last updated: 2026-
|
|
1917
|
+
*Last updated: 2026-04-11*
|