@mcp-abap-adt/core 4.9.0 → 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.
Files changed (60) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +1 -0
  3. package/dist/handlers/compact/high/compactSchemas.d.ts +76 -0
  4. package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -1
  5. package/dist/handlers/compact/high/compactSchemas.js +47 -1
  6. package/dist/handlers/compact/high/compactSchemas.js.map +1 -1
  7. package/dist/handlers/compact/high/handleHandlerFeedList.d.ts +50 -0
  8. package/dist/handlers/compact/high/handleHandlerFeedList.d.ts.map +1 -0
  9. package/dist/handlers/compact/high/handleHandlerFeedList.js +16 -0
  10. package/dist/handlers/compact/high/handleHandlerFeedList.js.map +1 -0
  11. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts +48 -0
  12. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.d.ts.map +1 -0
  13. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js +16 -0
  14. package/dist/handlers/compact/high/handleHandlerGatewayErrorList.js.map +1 -0
  15. package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts +43 -0
  16. package/dist/handlers/compact/high/handleHandlerSystemMessageList.d.ts.map +1 -0
  17. package/dist/handlers/compact/high/handleHandlerSystemMessageList.js +16 -0
  18. package/dist/handlers/compact/high/handleHandlerSystemMessageList.js.map +1 -0
  19. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.d.ts.map +1 -1
  20. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js +4 -3
  21. package/dist/handlers/system/readonly/handleRuntimeAnalyzeProfilerTrace.js.map +1 -1
  22. package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.d.ts.map +1 -1
  23. package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js +3 -2
  24. package/dist/handlers/system/readonly/handleRuntimeCreateProfilerTraceParameters.js.map +1 -1
  25. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js +1 -1
  26. package/dist/handlers/system/readonly/handleRuntimeGetDumpById.js.map +1 -1
  27. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts +48 -0
  28. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.d.ts.map +1 -0
  29. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js +81 -0
  30. package/dist/handlers/system/readonly/handleRuntimeGetGatewayErrorLog.js.map +1 -0
  31. package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.d.ts.map +1 -1
  32. package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js +4 -3
  33. package/dist/handlers/system/readonly/handleRuntimeGetProfilerTraceData.js.map +1 -1
  34. package/dist/handlers/system/readonly/handleRuntimeListDumps.d.ts.map +1 -1
  35. package/dist/handlers/system/readonly/handleRuntimeListDumps.js +3 -2
  36. package/dist/handlers/system/readonly/handleRuntimeListDumps.js.map +1 -1
  37. package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts +50 -0
  38. package/dist/handlers/system/readonly/handleRuntimeListFeeds.d.ts.map +1 -0
  39. package/dist/handlers/system/readonly/handleRuntimeListFeeds.js +94 -0
  40. package/dist/handlers/system/readonly/handleRuntimeListFeeds.js.map +1 -0
  41. package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js +1 -1
  42. package/dist/handlers/system/readonly/handleRuntimeListProfilerTraceFiles.js.map +1 -1
  43. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts +43 -0
  44. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.d.ts.map +1 -0
  45. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js +62 -0
  46. package/dist/handlers/system/readonly/handleRuntimeListSystemMessages.js.map +1 -0
  47. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -1
  48. package/dist/lib/handlers/groups/CompactHandlersGroup.js +15 -0
  49. package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -1
  50. package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -1
  51. package/dist/lib/handlers/groups/SystemHandlersGroup.js +15 -0
  52. package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -1
  53. package/docs/superpowers/plans/2026-04-11-migrate-adt-clients-4.0.0.md +1014 -0
  54. package/docs/user-guide/AVAILABLE_TOOLS.md +116 -22
  55. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +49 -2
  56. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +53 -6
  57. package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +1 -1
  58. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1 -1
  59. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +62 -15
  60. 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: 287
8
- - Read-only tools: 52
9
- - High-level tools: 113
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: 22 (included in High-level group)
12
+ - Compact tools: 25 (included in High-level group)
13
13
 
14
14
  ## Handler Sets
15
15
 
@@ -81,9 +81,12 @@ Generated from code in `src/handlers/**` (not from docs).
81
81
  - [RuntimeAnalyzeProfilerTrace](#runtimeanalyzeprofilertrace-read-only-system)
82
82
  - [RuntimeCreateProfilerTraceParameters](#runtimecreateprofilertraceparameters-read-only-system)
83
83
  - [RuntimeGetDumpById](#runtimegetdumpbyid-read-only-system)
84
+ - [RuntimeGetGatewayErrorLog](#runtimegetgatewayerrorlog-read-only-system)
84
85
  - [RuntimeGetProfilerTraceData](#runtimegetprofilertracedata-read-only-system)
85
86
  - [RuntimeListDumps](#runtimelistdumps-read-only-system)
87
+ - [RuntimeListFeeds](#runtimelistfeeds-read-only-system)
86
88
  - [RuntimeListProfilerTraceFiles](#runtimelistprofilertracefiles-read-only-system)
89
+ - [RuntimeListSystemMessages](#runtimelistsystemmessages-read-only-system)
87
90
  - [RuntimeRunClassWithProfiling](#runtimerunclasswithprofiling-read-only-system)
88
91
  - [RuntimeRunProgramWithProfiling](#runtimerunprogramwithprofiling-read-only-system)
89
92
  - [Table](#read-only-table)
@@ -131,6 +134,8 @@ Generated from code in `src/handlers/**` (not from docs).
131
134
  - [HandlerDelete](#handlerdelete-high-level-compact)
132
135
  - [HandlerDumpList](#handlerdumplist-high-level-compact)
133
136
  - [HandlerDumpView](#handlerdumpview-high-level-compact)
137
+ - [HandlerFeedList](#handlerfeedlist-high-level-compact)
138
+ - [HandlerGatewayErrorList](#handlergatewayerrorlist-high-level-compact)
134
139
  - [HandlerGet](#handlerget-high-level-compact)
135
140
  - [HandlerLock](#handlerlock-high-level-compact)
136
141
  - [HandlerProfileList](#handlerprofilelist-high-level-compact)
@@ -138,6 +143,7 @@ Generated from code in `src/handlers/**` (not from docs).
138
143
  - [HandlerProfileView](#handlerprofileview-high-level-compact)
139
144
  - [HandlerServiceBindingListTypes](#handlerservicebindinglisttypes-high-level-compact)
140
145
  - [HandlerServiceBindingValidate](#handlerservicebindingvalidate-high-level-compact)
146
+ - [HandlerSystemMessageList](#handlersystemmessagelist-high-level-compact)
141
147
  - [HandlerTransportCreate](#handlertransportcreate-high-level-compact)
142
148
  - [HandlerUnitTestResult](#handlerunittestresult-high-level-compact)
143
149
  - [HandlerUnitTestRun](#handlerunittestrun-high-level-compact)
@@ -635,7 +641,7 @@ Generated from code in `src/handlers/**` (not from docs).
635
641
 
636
642
  <a id="getobjectsbytype-read-only-search"></a>
637
643
  #### GetObjectsByType (Read-Only / Search)
638
- **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.
639
645
 
640
646
  **Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
641
647
 
@@ -651,7 +657,7 @@ Generated from code in `src/handlers/**` (not from docs).
651
657
 
652
658
  <a id="getobjectslist-read-only-search"></a>
653
659
  #### GetObjectsList (Read-Only / Search)
654
- **Description:** [read-only] Recursively retrieves all valid ABAP repository objects for a given parent (program, function group, etc.) including nested includes.
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.
655
661
 
656
662
  **Source:** `src/handlers/search/readonly/handleGetObjectsList.ts`
657
663
 
@@ -665,7 +671,7 @@ Generated from code in `src/handlers/**` (not from docs).
665
671
 
666
672
  <a id="searchobject-read-only-search"></a>
667
673
  #### SearchObject (Read-Only / Search)
668
- **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.
674
+ **Description:** [read-only] Find, search, locate, or check if an ABAP repository object exists by name or wildcard pattern (e.g.
669
675
 
670
676
  **Source:** `src/handlers/search/readonly/handleSearchObject.ts`
671
677
 
@@ -772,7 +778,7 @@ Generated from code in `src/handlers/**` (not from docs).
772
778
 
773
779
  <a id="getadttypes-read-only-system"></a>
774
780
  #### GetAdtTypes (Read-Only / System)
775
- **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.
776
782
 
777
783
  **Source:** `src/handlers/system/readonly/handleGetAllTypes.ts`
778
784
 
@@ -783,7 +789,7 @@ Generated from code in `src/handlers/**` (not from docs).
783
789
 
784
790
  <a id="getinactiveobjects-read-only-system"></a>
785
791
  #### GetInactiveObjects (Read-Only / System)
786
- **Description:** [read-only] Get a list of inactive ABAP objects (objects that have been modified but not activated).
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.
787
793
 
788
794
  **Source:** `src/handlers/system/readonly/handleGetInactiveObjects.ts`
789
795
 
@@ -794,7 +800,7 @@ Generated from code in `src/handlers/**` (not from docs).
794
800
 
795
801
  <a id="getobjectinfo-read-only-system"></a>
796
802
  #### GetObjectInfo (Read-Only / System)
797
- **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.
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.
798
804
 
799
805
  **Source:** `src/handlers/system/readonly/handleGetObjectInfo.ts`
800
806
 
@@ -844,7 +850,7 @@ Generated from code in `src/handlers/**` (not from docs).
844
850
 
845
851
  <a id="getsqlquery-read-only-system"></a>
846
852
  #### GetSqlQuery (Read-Only / System)
847
- **Description:** [read-only] Execute freestyle SQL queries via SAP ADT Data Preview API.
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.
848
854
 
849
855
  **Source:** `src/handlers/system/readonly/handleGetSqlQuery.ts`
850
856
 
@@ -856,7 +862,7 @@ Generated from code in `src/handlers/**` (not from docs).
856
862
 
857
863
  <a id="gettransaction-read-only-system"></a>
858
864
  #### GetTransaction (Read-Only / System)
859
- **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).
860
866
 
861
867
  **Source:** `src/handlers/system/readonly/handleGetTransaction.ts`
862
868
 
@@ -867,7 +873,7 @@ Generated from code in `src/handlers/**` (not from docs).
867
873
 
868
874
  <a id="gettypeinfo-read-only-system"></a>
869
875
  #### GetTypeInfo (Read-Only / System)
870
- **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.
871
877
 
872
878
  **Source:** `src/handlers/system/readonly/handleGetTypeInfo.ts`
873
879
 
@@ -879,7 +885,7 @@ Generated from code in `src/handlers/**` (not from docs).
879
885
 
880
886
  <a id="getwhereused-read-only-system"></a>
881
887
  #### GetWhereUsed (Read-Only / System)
882
- **Description:** [read-only] Retrieve where-used references for ABAP objects via ADT usageReferences. Returns parsed list of referencing objects with their types and packages.
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.
883
889
 
884
890
  **Source:** `src/handlers/system/readonly/handleGetWhereUsed.ts`
885
891
 
@@ -935,14 +941,29 @@ Generated from code in `src/handlers/**` (not from docs).
935
941
  **Source:** `src/handlers/system/readonly/handleRuntimeGetDumpById.ts`
936
942
 
937
943
  **Parameters:**
938
- - `datetime` (string, optional) - Dump datetime (ISO or "YYYY-MM-DD HH:MM:SS"). Combined with user, uniquely identifies the dump. Preferred over dump_id.
944
+ - `datetime` (string, optional) - Dump datetime (ISO or
939
945
  - `dump_id` (string, optional) - Full runtime dump ID. Use only when already known; prefer datetime + user otherwise.
940
- - `response_mode` (string, optional (default: both)) - Controls what is returned: "payload" — full parsed dump data, "summary" — compact key facts only (title, exception, program, line, user, date…), "both" — summary + full payload.
946
+ - `response_mode` (string, optional (default: both)) - Controls what is returned:
941
947
  - `user` (string, optional) - SAP username whose dump to read. Required when using datetime lookup.
942
948
  - `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
943
949
 
944
950
  ---
945
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
+
946
967
  <a id="runtimegetprofilertracedata-read-only-system"></a>
947
968
  #### RuntimeGetProfilerTraceData (Read-Only / System)
948
969
  **Description:** [runtime] Read profiler trace data by trace id/uri: hitlist, statements, or db accesses. Returns parsed JSON payload.
@@ -976,6 +997,21 @@ Generated from code in `src/handlers/**` (not from docs).
976
997
 
977
998
  ---
978
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
+
979
1015
  <a id="runtimelistprofilertracefiles-read-only-system"></a>
980
1016
  #### RuntimeListProfilerTraceFiles (Read-Only / System)
981
1017
  **Description:** [runtime] List ABAP profiler trace files available in ADT runtime. Returns parsed JSON payload.
@@ -987,6 +1023,20 @@ Generated from code in `src/handlers/**` (not from docs).
987
1023
 
988
1024
  ---
989
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
+
990
1040
  <a id="runtimerunclasswithprofiling-read-only-system"></a>
991
1041
  #### RuntimeRunClassWithProfiling (Read-Only / System)
992
1042
  **Description:** [runtime] Execute ABAP class with profiler enabled and return created profilerId + traceId.
@@ -1042,7 +1092,7 @@ Generated from code in `src/handlers/**` (not from docs).
1042
1092
 
1043
1093
  <a id="gettablecontents-read-only-table"></a>
1044
1094
  #### GetTableContents (Read-Only / Table)
1045
- **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.
1046
1096
 
1047
1097
  **Source:** `src/handlers/table/readonly/handleGetTableContents.ts`
1048
1098
 
@@ -1114,7 +1164,7 @@ Generated from code in `src/handlers/**` (not from docs).
1114
1164
 
1115
1165
  <a id="createbehaviordefinition-high-level-behavior-definition"></a>
1116
1166
  #### CreateBehaviorDefinition (High-Level / Behavior Definition)
1117
- **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.
1118
1168
 
1119
1169
  **Source:** `src/handlers/behavior_definition/high/handleCreateBehaviorDefinition.ts`
1120
1170
 
@@ -1155,7 +1205,7 @@ Generated from code in `src/handlers/**` (not from docs).
1155
1205
 
1156
1206
  <a id="updatebehaviordefinition-high-level-behavior-definition"></a>
1157
1207
  #### UpdateBehaviorDefinition (High-Level / Behavior Definition)
1158
- **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.
1159
1209
 
1160
1210
  **Source:** `src/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.ts`
1161
1211
 
@@ -1599,6 +1649,36 @@ Generated from code in `src/handlers/**` (not from docs).
1599
1649
 
1600
1650
  ---
1601
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
+
1602
1682
  <a id="handlerget-high-level-compact"></a>
1603
1683
  #### HandlerGet (High-Level / Compact)
1604
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*).
@@ -1722,6 +1802,20 @@ Generated from code in `src/handlers/**` (not from docs).
1722
1802
 
1723
1803
  ---
1724
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
+
1725
1819
  <a id="handlertransportcreate-high-level-compact"></a>
1726
1820
  #### HandlerTransportCreate (High-Level / Compact)
1727
1821
  **Description:** Transport create. object_type: not used. Required: description*. Optional: transport_type(workbench|customizing), target_system, owner. Response: JSON.
@@ -1925,7 +2019,7 @@ Generated from code in `src/handlers/**` (not from docs).
1925
2019
 
1926
2020
  <a id="createmetadataextension-high-level-ddlx"></a>
1927
2021
  #### CreateMetadataExtension (High-Level / Ddlx)
1928
- **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.
1929
2023
 
1930
2024
  **Source:** `src/handlers/ddlx/high/handleCreateMetadataExtension.ts`
1931
2025
 
@@ -1940,7 +2034,7 @@ Generated from code in `src/handlers/**` (not from docs).
1940
2034
 
1941
2035
  <a id="updatemetadataextension-high-level-ddlx"></a>
1942
2036
  #### UpdateMetadataExtension (High-Level / Ddlx)
1943
- **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.
1944
2038
 
1945
2039
  **Source:** `src/handlers/ddlx/high/handleUpdateMetadataExtension.ts`
1946
2040
 
@@ -4634,4 +4728,4 @@ Generated from code in `src/handlers/**` (not from docs).
4634
4728
 
4635
4729
  ---
4636
4730
 
4637
- *Last updated: 2026-03-14*
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: 22
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-03-14*
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: 113
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-03-14*
1917
+ *Last updated: 2026-04-11*
@@ -2129,4 +2129,4 @@ Legacy systems support a subset of tools — primarily Class, Interface, View, P
2129
2129
 
2130
2130
  ---
2131
2131
 
2132
- *Last updated: 2026-03-14*
2132
+ *Last updated: 2026-04-11*
@@ -1956,4 +1956,4 @@ Generated from code in `src/handlers/**` (not from docs).
1956
1956
 
1957
1957
  ---
1958
1958
 
1959
- *Last updated: 2026-03-14*
1959
+ *Last updated: 2026-04-11*