@mcp-abap-adt/core 6.9.2 → 6.11.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 (76) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/handlers/common/low/handleDeleteObject.d.ts +3 -3
  3. package/dist/handlers/common/low/handleDeleteObject.js +3 -3
  4. package/dist/handlers/common/low/handleDeleteObject.js.map +1 -1
  5. package/dist/handlers/common/low/handleLockObject.d.ts.map +1 -1
  6. package/dist/handlers/common/low/handleLockObject.js +11 -2
  7. package/dist/handlers/common/low/handleLockObject.js.map +1 -1
  8. package/dist/handlers/common/low/handleUnlockObject.d.ts.map +1 -1
  9. package/dist/handlers/common/low/handleUnlockObject.js +11 -2
  10. package/dist/handlers/common/low/handleUnlockObject.js.map +1 -1
  11. package/dist/handlers/compact/high/handleHandlerCreate.d.ts +2 -2
  12. package/dist/handlers/compact/high/handleHandlerCreate.js +2 -2
  13. package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -1
  14. package/dist/handlers/compact/high/handleHandlerDelete.d.ts +2 -2
  15. package/dist/handlers/compact/high/handleHandlerDelete.js +2 -2
  16. package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -1
  17. package/dist/handlers/compact/high/handleHandlerGet.d.ts +2 -2
  18. package/dist/handlers/compact/high/handleHandlerGet.js +2 -2
  19. package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -1
  20. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +2 -2
  21. package/dist/handlers/compact/high/handleHandlerUpdate.js +2 -2
  22. package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -1
  23. package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.d.ts.map +1 -1
  24. package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js +0 -7
  25. package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js.map +1 -1
  26. package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.d.ts.map +1 -1
  27. package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js +0 -4
  28. package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js.map +1 -1
  29. package/dist/handlers/enhancement/readonly/handleGetEnhancements.d.ts.map +1 -1
  30. package/dist/handlers/enhancement/readonly/handleGetEnhancements.js +0 -10
  31. package/dist/handlers/enhancement/readonly/handleGetEnhancements.js.map +1 -1
  32. package/dist/handlers/include/readonly/handleGetInclude.d.ts.map +1 -1
  33. package/dist/handlers/include/readonly/handleGetInclude.js +0 -4
  34. package/dist/handlers/include/readonly/handleGetInclude.js.map +1 -1
  35. package/dist/handlers/include/readonly/handleGetIncludesList.d.ts +1 -1
  36. package/dist/handlers/include/readonly/handleGetIncludesList.d.ts.map +1 -1
  37. package/dist/handlers/include/readonly/handleGetIncludesList.js +1 -8
  38. package/dist/handlers/include/readonly/handleGetIncludesList.js.map +1 -1
  39. package/dist/handlers/package/readonly/handleGetPackageContents.d.ts +0 -1
  40. package/dist/handlers/package/readonly/handleGetPackageContents.d.ts.map +1 -1
  41. package/dist/handlers/package/readonly/handleGetPackageContents.js +0 -4
  42. package/dist/handlers/package/readonly/handleGetPackageContents.js.map +1 -1
  43. package/dist/handlers/system/readonly/handleGetAbapAST.d.ts +0 -4
  44. package/dist/handlers/system/readonly/handleGetAbapAST.d.ts.map +1 -1
  45. package/dist/handlers/system/readonly/handleGetAbapAST.js +0 -9
  46. package/dist/handlers/system/readonly/handleGetAbapAST.js.map +1 -1
  47. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts +0 -4
  48. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts.map +1 -1
  49. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js +0 -9
  50. package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js.map +1 -1
  51. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts +0 -4
  52. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts.map +1 -1
  53. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js +0 -9
  54. package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js.map +1 -1
  55. package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts.map +1 -1
  56. package/dist/handlers/system/readonly/handleGetSqlQuery.js +0 -5
  57. package/dist/handlers/system/readonly/handleGetSqlQuery.js.map +1 -1
  58. package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts +4 -4
  59. package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts.map +1 -1
  60. package/dist/handlers/system/readonly/handleGetWhereUsed.js +4 -4
  61. package/dist/handlers/system/readonly/handleGetWhereUsed.js.map +1 -1
  62. package/dist/handlers/system/readonly/handleSearchSource.d.ts +2 -1
  63. package/dist/handlers/system/readonly/handleSearchSource.d.ts.map +1 -1
  64. package/dist/handlers/system/readonly/handleSearchSource.js +8 -2
  65. package/dist/handlers/system/readonly/handleSearchSource.js.map +1 -1
  66. package/dist/lib/search-source/orchestrator.d.ts +6 -0
  67. package/dist/lib/search-source/orchestrator.d.ts.map +1 -1
  68. package/dist/lib/search-source/orchestrator.js +22 -3
  69. package/dist/lib/search-source/orchestrator.js.map +1 -1
  70. package/docs/user-guide/AVAILABLE_TOOLS.md +121 -124
  71. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +5 -5
  72. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +43 -43
  73. package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +189 -50
  74. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +34 -34
  75. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +46 -49
  76. package/package.json +1 -1
@@ -404,13 +404,13 @@ Generated from code in `src/handlers/**` (not from docs).
404
404
 
405
405
  <a id="readbehaviordefinition-read-only-behavior-definition"></a>
406
406
  #### ReadBehaviorDefinition (Read-Only / Behavior Definition)
407
- **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:
407
+ **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: "show behavior definition", "display BDEF source", "view RAP behavior X", "get behavior definition code". Returns source code, package, responsible, description.
408
408
 
409
409
  **Source:** `src/handlers/behavior_definition/readonly/handleReadBehaviorDefinition.ts`
410
410
 
411
411
  **Parameters:**
412
412
  - `behavior_definition_name` (string, required) - Behavior definition name (e.g., Z_MY_BDEF).
413
- - `version` (string, optional (default: active)) - Version to read:
413
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
414
414
 
415
415
  ---
416
416
 
@@ -419,13 +419,13 @@ Generated from code in `src/handlers/**` (not from docs).
419
419
 
420
420
  <a id="readbehaviorimplementation-read-only-behavior-implementation"></a>
421
421
  #### ReadBehaviorImplementation (Read-Only / Behavior Implementation)
422
- **Description:** [read-only] Read ABAP RAP behavior implementation source code and metadata. Answers:
422
+ **Description:** [read-only] Read ABAP RAP behavior implementation source code and metadata. Answers: "show behavior implementation", "display behavior pool code", "view RAP implementation X". Returns source code, package, responsible, description.
423
423
 
424
424
  **Source:** `src/handlers/behavior_implementation/readonly/handleReadBehaviorImplementation.ts`
425
425
 
426
426
  **Parameters:**
427
427
  - `behavior_implementation_name` (string, required) - Behavior implementation name (e.g., ZBP_MY_CLASS).
428
- - `version` (string, optional (default: active)) - Version to read:
428
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
429
429
 
430
430
  ---
431
431
 
@@ -434,13 +434,13 @@ Generated from code in `src/handlers/**` (not from docs).
434
434
 
435
435
  <a id="readclass-read-only-class"></a>
436
436
  #### ReadClass (Read-Only / Class)
437
- **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:
437
+ **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: "show class code", "display class source", "view class definition/implementation", "get class X". Returns source code, package, responsible, description.
438
438
 
439
439
  **Source:** `src/handlers/class/readonly/handleReadClass.ts`
440
440
 
441
441
  **Parameters:**
442
442
  - `class_name` (string, required) - Class name (e.g., ZCL_MY_CLASS).
443
- - `version` (string, optional (default: active)) - Version to read:
443
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
444
444
 
445
445
  ---
446
446
 
@@ -449,13 +449,13 @@ Generated from code in `src/handlers/**` (not from docs).
449
449
 
450
450
  <a id="readdataelement-read-only-data-element"></a>
451
451
  #### ReadDataElement (Read-Only / Data Element)
452
- **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:
452
+ **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: "show data element X", "display data element properties", "view DTEL definition", "get data element type". Returns definition, domain, package, responsible, description.
453
453
 
454
454
  **Source:** `src/handlers/data_element/readonly/handleReadDataElement.ts`
455
455
 
456
456
  **Parameters:**
457
457
  - `data_element_name` (string, required) - Data element name (e.g., Z_MY_DATA_ELEMENT).
458
- - `version` (string, optional (default: active)) - Version to read:
458
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
459
459
 
460
460
  ---
461
461
 
@@ -464,13 +464,13 @@ Generated from code in `src/handlers/**` (not from docs).
464
464
 
465
465
  <a id="readdomain-read-only-domain"></a>
466
466
  #### ReadDomain (Read-Only / Domain)
467
- **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:
467
+ **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: "show domain X", "display domain fixed values", "view domain definition", "get domain properties". Returns definition, fixed values, package, responsible, description.
468
468
 
469
469
  **Source:** `src/handlers/domain/readonly/handleReadDomain.ts`
470
470
 
471
471
  **Parameters:**
472
472
  - `domain_name` (string, required) - Domain name (e.g., Z_MY_DOMAIN).
473
- - `version` (string, optional (default: active)) - Version to read:
473
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
474
474
 
475
475
  ---
476
476
 
@@ -517,13 +517,13 @@ Generated from code in `src/handlers/**` (not from docs).
517
517
 
518
518
  <a id="readfunctiongroup-read-only-function-group"></a>
519
519
  #### ReadFunctionGroup (Read-Only / Function Group)
520
- **Description:** [read-only] Read ABAP function group source code and metadata. Answers:
520
+ **Description:** [read-only] Read ABAP function group source code and metadata. Answers: "show function group code", "display FUGR source", "view function group X", "get function group includes". Returns source code, package, responsible, description.
521
521
 
522
522
  **Source:** `src/handlers/function_group/readonly/handleReadFunctionGroup.ts`
523
523
 
524
524
  **Parameters:**
525
525
  - `function_group_name` (string, required) - Function group name (e.g., Z_MY_FG).
526
- - `version` (string, optional (default: active)) - Version to read:
526
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
527
527
 
528
528
  ---
529
529
 
@@ -532,14 +532,14 @@ Generated from code in `src/handlers/**` (not from docs).
532
532
 
533
533
  <a id="readfunctionmodule-read-only-function-module"></a>
534
534
  #### ReadFunctionModule (Read-Only / Function Module)
535
- **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:
535
+ **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: "show function module code", "display FM source", "view function X", "get function module implementation". Returns source code, package, responsible, description.
536
536
 
537
537
  **Source:** `src/handlers/function_module/readonly/handleReadFunctionModule.ts`
538
538
 
539
539
  **Parameters:**
540
540
  - `function_group_name` (string, required) - Function group name containing the function module (e.g., Z_MY_FG).
541
541
  - `function_module_name` (string, required) - Function module name (e.g., Z_MY_FM).
542
- - `version` (string, optional (default: active)) - Version to read:
542
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
543
543
 
544
544
  ---
545
545
 
@@ -566,7 +566,7 @@ Generated from code in `src/handlers/**` (not from docs).
566
566
  **Parameters:**
567
567
  - `detailed` (boolean, optional (default: false)) - [read-only] If true, returns structured JSON with metadata and raw XML.
568
568
  - `object_name` (string, required) - Name of the ABAP program or include
569
- - `object_type` (string, required) - [read-only] ADT object type (e.g. PROG/P, PROG/I, FUGR, CLAS/OC)
569
+ - `object_type` (string, required) - [read-only] ADT object type of the parent. Only these four values are supported: 'PROG/P' (program), 'PROG/I' (include), 'FUGR' (function group), 'CLAS/OC' (class). Any other value is rejected by the schema.
570
570
  - `timeout` (number, optional) - [read-only] Timeout in ms for each ADT request.
571
571
 
572
572
  ---
@@ -576,13 +576,13 @@ Generated from code in `src/handlers/**` (not from docs).
576
576
 
577
577
  <a id="readinterface-read-only-interface"></a>
578
578
  #### ReadInterface (Read-Only / Interface)
579
- **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:
579
+ **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: "show interface code", "display interface definition", "view interface X", "get interface source". Returns source code, package, responsible, description.
580
580
 
581
581
  **Source:** `src/handlers/interface/readonly/handleReadInterface.ts`
582
582
 
583
583
  **Parameters:**
584
584
  - `interface_name` (string, required) - Interface name (e.g., ZIF_MY_INTERFACE).
585
- - `version` (string, optional (default: active)) - Version to read:
585
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
586
586
 
587
587
  ---
588
588
 
@@ -591,13 +591,13 @@ Generated from code in `src/handlers/**` (not from docs).
591
591
 
592
592
  <a id="readmetadataextension-read-only-metadata-extension"></a>
593
593
  #### ReadMetadataExtension (Read-Only / Metadata Extension)
594
- **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:
594
+ **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: "show metadata extension", "display DDLX source", "view UI annotations", "get metadata extension X". Returns source code, package, responsible, description.
595
595
 
596
596
  **Source:** `src/handlers/metadata_extension/readonly/handleReadMetadataExtension.ts`
597
597
 
598
598
  **Parameters:**
599
599
  - `metadata_extension_name` (string, required) - Metadata extension name (e.g., Z_MY_DDLX).
600
- - `version` (string, optional (default: active)) - Version to read:
600
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
601
601
 
602
602
  ---
603
603
 
@@ -617,13 +617,13 @@ Generated from code in `src/handlers/**` (not from docs).
617
617
 
618
618
  <a id="readpackage-read-only-package"></a>
619
619
  #### ReadPackage (Read-Only / Package)
620
- **Description:** [read-only] Read ABAP package definition and metadata. Answers:
620
+ **Description:** [read-only] Read ABAP package definition and metadata. Answers: "show package X", "display package properties", "view package contents", "get package info". Returns definition, super-package, responsible, description.
621
621
 
622
622
  **Source:** `src/handlers/package/readonly/handleReadPackage.ts`
623
623
 
624
624
  **Parameters:**
625
625
  - `package_name` (string, required) - Package name (e.g., Z_MY_PACKAGE).
626
- - `version` (string, optional (default: active)) - Version to read:
626
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
627
627
 
628
628
  ---
629
629
 
@@ -637,20 +637,20 @@ Generated from code in `src/handlers/**` (not from docs).
637
637
  **Source:** `src/handlers/program/readonly/handleGetProgFullCode.ts`
638
638
 
639
639
  **Parameters:**
640
- - `name` (string, required) - [read-only] Technical name of the program or function group (e.g.,
641
- - `type` (string, required) - [read-only]
640
+ - `name` (string, required) - [read-only] Technical name of the program or function group (e.g., '/CBY/MM_INVENTORY')
641
+ - `type` (string, required) - [read-only] 'PROG/P' for program or 'FUGR' for function group
642
642
 
643
643
  ---
644
644
 
645
645
  <a id="readprogram-read-only-program"></a>
646
646
  #### ReadProgram (Read-Only / Program)
647
- **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:
647
+ **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: "show program code", "display report source", "view program X", "get program source". Returns source code, package, responsible, description.
648
648
 
649
649
  **Source:** `src/handlers/program/readonly/handleReadProgram.ts`
650
650
 
651
651
  **Parameters:**
652
652
  - `program_name` (string, required) - Program name (e.g., Z_MY_PROGRAM).
653
- - `version` (string, optional (default: active)) - Version to read:
653
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
654
654
 
655
655
  ---
656
656
 
@@ -664,7 +664,7 @@ Generated from code in `src/handlers/**` (not from docs).
664
664
  **Source:** `src/handlers/search/readonly/handleGetObjectsByType.ts`
665
665
 
666
666
  **Parameters:**
667
- - `format` (string, optional) - [read-only] Output format:
667
+ - `format` (string, optional) - [read-only] Output format: 'raw' or 'parsed'
668
668
  - `node_id` (string, required) - [read-only] Node ID
669
669
  - `parent_name` (string, required) - [read-only] Parent object name
670
670
  - `parent_tech_name` (string, required) - [read-only] Parent technical name
@@ -689,14 +689,14 @@ Generated from code in `src/handlers/**` (not from docs).
689
689
 
690
690
  <a id="searchobject-read-only-search"></a>
691
691
  #### SearchObject (Read-Only / Search)
692
- **Description:** [read-only] Search ABAP repository by object name or wildcard pattern (e.g. \
692
+ **Description:** [read-only] Search ABAP repository by object name or wildcard pattern (e.g. 'ZOK*'). Answers: "find object X", "does X exist", "list objects matching...", "search for program/class/table by name". Supports all repository object types — optionally filter by type (PROG, CLAS, INTF, DEVC, TABL, DDLS, DTEL, FUGR, SRVD, SRVB, BDEF, DDLX, etc.).
693
693
 
694
694
  **Source:** `src/handlers/search/readonly/handleSearchObject.ts`
695
695
 
696
696
  **Parameters:**
697
697
  - `maxResults` (number, optional (default: 100)) - [read-only] Maximum number of results to return
698
- - `object_name` (string, required) - [read-only] Object name or mask (e.g.
699
- - `object_type` (string, optional) - [read-only] Optional ABAP object type (e.g.
698
+ - `object_name` (string, required) - [read-only] Object name or mask (e.g. 'MARA*')
699
+ - `object_type` (string, optional) - [read-only] Optional ABAP object type (e.g. 'TABL', 'CLAS/OC')
700
700
 
701
701
  ---
702
702
 
@@ -705,7 +705,7 @@ Generated from code in `src/handlers/**` (not from docs).
705
705
 
706
706
  <a id="readservicebinding-read-only-service-binding"></a>
707
707
  #### ReadServiceBinding (Read-Only / Service Binding)
708
- **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:
708
+ **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: "show service binding", "display SRVB config", "view service binding X", "get OData service binding". Returns payload, package, responsible, description.
709
709
 
710
710
  **Source:** `src/handlers/service_binding/readonly/handleReadServiceBinding.ts`
711
711
 
@@ -719,13 +719,13 @@ Generated from code in `src/handlers/**` (not from docs).
719
719
 
720
720
  <a id="readservicedefinition-read-only-service-definition"></a>
721
721
  #### ReadServiceDefinition (Read-Only / Service Definition)
722
- **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:
722
+ **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: "show service definition", "display SRVD source", "view service definition X", "get service exposure". Returns source code, package, responsible, description.
723
723
 
724
724
  **Source:** `src/handlers/service_definition/readonly/handleReadServiceDefinition.ts`
725
725
 
726
726
  **Parameters:**
727
727
  - `service_definition_name` (string, required) - Service definition name (e.g., Z_MY_SRVD).
728
- - `version` (string, optional (default: active)) - Version to read:
728
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
729
729
 
730
730
  ---
731
731
 
@@ -734,13 +734,13 @@ Generated from code in `src/handlers/**` (not from docs).
734
734
 
735
735
  <a id="readstructure-read-only-structure"></a>
736
736
  #### ReadStructure (Read-Only / Structure)
737
- **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:
737
+ **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: "show structure fields", "display structure X", "view structure definition", "get structure components". Returns field list, package, responsible, description.
738
738
 
739
739
  **Source:** `src/handlers/structure/readonly/handleReadStructure.ts`
740
740
 
741
741
  **Parameters:**
742
742
  - `structure_name` (string, required) - Structure name (e.g., Z_MY_STRUCTURE).
743
- - `version` (string, optional (default: active)) - Version to read:
743
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
744
744
 
745
745
  ---
746
746
 
@@ -766,7 +766,6 @@ Generated from code in `src/handlers/**` (not from docs).
766
766
 
767
767
  **Parameters:**
768
768
  - `code` (string, required) - ABAP source code to parse
769
- - `filePath` (string, optional) - Optional file path to write the result to
770
769
 
771
770
  ---
772
771
 
@@ -778,7 +777,6 @@ Generated from code in `src/handlers/**` (not from docs).
778
777
 
779
778
  **Parameters:**
780
779
  - `code` (string, required) - ABAP source code to analyze
781
- - `filePath` (string, optional) - Optional file path to write the result to
782
780
 
783
781
  ---
784
782
 
@@ -790,7 +788,6 @@ Generated from code in `src/handlers/**` (not from docs).
790
788
 
791
789
  **Parameters:**
792
790
  - `code` (string, required) - ABAP source code to analyze and resolve symbols for
793
- - `filePath` (string, optional) - Optional file path to write the result to
794
791
 
795
792
  ---
796
793
 
@@ -903,14 +900,14 @@ Generated from code in `src/handlers/**` (not from docs).
903
900
 
904
901
  <a id="getwhereused-read-only-system"></a>
905
902
  #### GetWhereUsed (Read-Only / System)
906
- **Description:** [read-only] Search where-used references — find all objects that reference or depend on a given ABAP object. Answers:
903
+ **Description:** [read-only] Search where-used references — find all objects that reference or depend on a given ABAP object. Answers: "where is X used", "who calls X", "what depends on X", "show usages of X". Returns referencing objects with types and packages. Supports a fixed set of object types (see object_type). Object types outside the supported list (e.g. RAP behavior definitions, service definitions/bindings, BAdI, search helps, message classes, classic DDIC views) are NOT supported and will fail.
907
904
 
908
905
  **Source:** `src/handlers/system/readonly/handleGetWhereUsed.ts`
909
906
 
910
907
  **Parameters:**
911
- - `enable_all_types` (boolean, optional (default: false)) - If true, searches in all available object types (Eclipse
912
- - `object_name` (string, required) - Name of the ABAP object
913
- - `object_type` (string, required) - Type of the ABAP object (class, interface, program, table, etc.)
908
+ - `enable_all_types` (boolean, optional (default: false)) - If true, expands the scope to all available object types (Eclipse 'select all' behavior) by flipping every isSelected flag in the scope XML. Default: false (SAP default scope). Note: on large systems this can make the search significantly slower.
909
+ - `object_name` (string, required) - Name of the ABAP object. For function modules the name MUST be in the form 'GROUP|FM_NAME' (function group name, pipe, function module name).
910
+ - `object_type` (string, required) - Type of the ABAP object. Case-insensitive. Accepts either a human alias or an ADT type code. Supported values: 'class' / 'clas/oc', 'interface' / 'intf/if', 'program' / 'prog/p', 'include', 'function' / 'functiongroup' / 'fugr' (function group), 'functionmodule' / 'function_module' / 'fugr/ff' (function module — see object_name format), 'package' / 'devc/k', 'table' / 'tabl/dt', 'structure' / 'stru/dt', 'domain' / 'doma/dd', 'dataelement' / 'dtel', 'view' / 'ddls/df' (CDS DDL source only — classic DDIC views are not supported). Any other value throws 'Unsupported object type'.
914
911
 
915
912
  ---
916
913
 
@@ -960,7 +957,7 @@ Generated from code in `src/handlers/**` (not from docs).
960
957
 
961
958
  **Parameters:**
962
959
  - `dump_id` (string, required) - Full runtime dump ID (e.g. from RuntimeListFeeds).
963
- - `response_mode` (string, optional (default: both)) - Controls what is returned:
960
+ - `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.
964
961
  - `view` (string, optional (default: default)) - Dump view mode: default payload, summary section, or formatted long text.
965
962
 
966
963
  ---
@@ -1003,7 +1000,7 @@ Generated from code in `src/handlers/**` (not from docs).
1003
1000
  **Source:** `src/handlers/system/readonly/handleRuntimeListFeeds.ts`
1004
1001
 
1005
1002
  **Parameters:**
1006
- - `feed_type` (string, optional (default: descriptors)) - Feed to read.
1003
+ - `feed_type` (string, optional (default: descriptors)) - Feed to read. "descriptors" lists available feeds, "variants" lists feed variants, others read that specific feed. Default: descriptors.
1007
1004
  - `from` (string, optional) - Start of time range in YYYYMMDDHHMMSS format.
1008
1005
  - `max_results` (number, optional) - Maximum number of entries to return.
1009
1006
  - `to` (string, optional) - End of time range in YYYYMMDDHHMMSS format.
@@ -1146,7 +1143,7 @@ Generated from code in `src/handlers/**` (not from docs).
1146
1143
 
1147
1144
  <a id="searchsource-read-only-system"></a>
1148
1145
  #### SearchSource (Read-Only / System)
1149
- **Description:** [read-only] Search ABAP source text inside one or more packages (programs, function groups, classes). Onprem-only (cloud lacks an indexed source-search endpoint). `packages` accepts `*` masks (Z*, ZFI_*, /NS/Z*) alongside exact names; mask resolution is best-effort and scoped to the ADT repository-search result window — there is no guarantee that every matching package is scanned. If you need certainty, pass concrete package names. When using masks, narrow the mask itself and use `object_types`, `object_filter`, and `max_objects` as scan-target controls that apply after package resolution. Comments are searched by default; set exclude_comments=true to drop col-1 `*` and full-line `
1146
+ **Description:** [read-only] Search ABAP source text inside one or more packages (programs, function groups, classes). Onprem-only (cloud lacks an indexed source-search endpoint). `packages` accepts `*` masks (Z*, ZFI_*, /NS/Z*) alongside exact names; mask resolution is best-effort and scoped to the ADT repository-search result window — there is no guarantee that every matching package is scanned. If you need certainty, pass concrete package names. When using masks, narrow the mask itself and use `object_types`, `object_filter`, and `max_objects` as scan-target controls that apply after package resolution. Comments are searched by default; set exclude_comments=true to drop col-1 `*` and full-line `"` comments. The `version` parameter affects PROG and CLAS main include reads only — FUGR subinclude reads always go against the active version (the include endpoint exposes no version selector). `truncated.by_object_cap` means at least one object had MORE hits than `max_hits_per_object`, so that object's hits were capped — it is NOT a limit on the number of objects scanned. The object-count limit is `max_objects` (which sets `truncated.by_max_objects`). To avoid `by_object_cap`, raise `max_hits_per_object`. `concurrency` is capped at 16 per call. Run only ONE SearchSource per destination at a time — multiple parallel SearchSource calls against the same SAP system saturate the scan backend and can make all of them time out. Prefer combining terms into a single call over parallel calls.
1150
1147
 
1151
1148
  **Source:** `src/handlers/system/readonly/handleSearchSource.ts`
1152
1149
 
@@ -1171,13 +1168,13 @@ Generated from code in `src/handlers/**` (not from docs).
1171
1168
 
1172
1169
  <a id="readtable-read-only-table"></a>
1173
1170
  #### ReadTable (Read-Only / Table)
1174
- **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:
1171
+ **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: "show table fields", "display table structure", "view table X", "get table definition". Returns field list, package, responsible, description.
1175
1172
 
1176
1173
  **Source:** `src/handlers/table/readonly/handleReadTable.ts`
1177
1174
 
1178
1175
  **Parameters:**
1179
1176
  - `table_name` (string, required) - Table name (e.g., Z_MY_TABLE).
1180
- - `version` (string, optional (default: active)) - Version to read:
1177
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
1181
1178
 
1182
1179
  ---
1183
1180
 
@@ -1214,12 +1211,12 @@ Generated from code in `src/handlers/**` (not from docs).
1214
1211
 
1215
1212
  <a id="readview-read-only-view"></a>
1216
1213
  #### ReadView (Read-Only / View)
1217
- **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:
1214
+ **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: "show CDS view source", "display view definition", "view CDS X", "get CDS code". Returns source code, package, responsible, description.
1218
1215
 
1219
1216
  **Source:** `src/handlers/view/readonly/handleReadView.ts`
1220
1217
 
1221
1218
  **Parameters:**
1222
- - `version` (string, optional (default: active)) - Version to read:
1219
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) or "inactive".
1223
1220
  - `view_name` (string, required) - View name (e.g., Z_MY_VIEW).
1224
1221
 
1225
1222
  ---
@@ -1250,7 +1247,7 @@ Generated from code in `src/handlers/**` (not from docs).
1250
1247
  **Parameters:**
1251
1248
  - `activate` (boolean, optional) - Activate after creation. Default: true
1252
1249
  - `description` (string, optional) - Description
1253
- - `implementation_type` (string, required) - Implementation type:
1250
+ - `implementation_type` (string, required) - Implementation type: 'Managed', 'Unmanaged', 'Abstract', 'Projection'
1254
1251
  - `name` (string, required) - Behavior Definition name (usually same as Root Entity name)
1255
1252
  - `package_name` (string, required) - Package name
1256
1253
  - `root_entity` (string, required) - Root Entity name (CDS View name)
@@ -1278,7 +1275,7 @@ Generated from code in `src/handlers/**` (not from docs).
1278
1275
 
1279
1276
  **Parameters:**
1280
1277
  - `behavior_definition_name` (string, required) - BehaviorDefinition name (e.g., Z_MY_BEHAVIORDEFINITION).
1281
- - `version` (string, optional (default: active)) - Version to read:
1278
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
1282
1279
 
1283
1280
  ---
1284
1281
 
@@ -1335,7 +1332,7 @@ Generated from code in `src/handlers/**` (not from docs).
1335
1332
 
1336
1333
  **Parameters:**
1337
1334
  - `behavior_implementation_name` (string, required) - BehaviorImplementation name (e.g., Z_MY_BEHAVIORIMPLEMENTATION).
1338
- - `version` (string, optional (default: active)) - Version to read:
1335
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
1339
1336
 
1340
1337
  ---
1341
1338
 
@@ -1366,7 +1363,7 @@ Generated from code in `src/handlers/**` (not from docs).
1366
1363
  **Parameters:**
1367
1364
  - `class_name` (string, required) - Class name (e.g., ZCL_MY_CLASS).
1368
1365
  - `source_code` (string, optional) - Optional: source code to validate. If provided, validates hypothetical code without creating object. Must include complete CLASS DEFINITION and IMPLEMENTATION sections.
1369
- - `version` (string, optional) - Version to check:
1366
+ - `version` (string, optional) - Version to check: 'active' (last activated) or 'inactive' (current unsaved). Default: active.
1370
1367
 
1371
1368
  ---
1372
1369
 
@@ -1460,7 +1457,7 @@ Generated from code in `src/handlers/**` (not from docs).
1460
1457
 
1461
1458
  **Parameters:**
1462
1459
  - `class_name` (string, required) - Class name (e.g., ZCL_MY_CLASS).
1463
- - `version` (string, optional (default: active)) - Version to read:
1460
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
1464
1461
 
1465
1462
  ---
1466
1463
 
@@ -1472,7 +1469,7 @@ Generated from code in `src/handlers/**` (not from docs).
1472
1469
 
1473
1470
  **Parameters:**
1474
1471
  - `class_name` (string, required) - Parent class name (e.g., ZCL_MY_CLASS).
1475
- - `version` (string, optional (default: active)) - Version to read:
1472
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
1476
1473
 
1477
1474
  ---
1478
1475
 
@@ -1484,7 +1481,7 @@ Generated from code in `src/handlers/**` (not from docs).
1484
1481
 
1485
1482
  **Parameters:**
1486
1483
  - `class_name` (string, required) - Parent class name (e.g., ZCL_MY_CLASS).
1487
- - `version` (string, optional (default: active)) - Version to read:
1484
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
1488
1485
 
1489
1486
  ---
1490
1487
 
@@ -1496,7 +1493,7 @@ Generated from code in `src/handlers/**` (not from docs).
1496
1493
 
1497
1494
  **Parameters:**
1498
1495
  - `class_name` (string, required) - Parent class name (e.g., ZCL_MY_CLASS).
1499
- - `version` (string, optional (default: active)) - Version to read:
1496
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
1500
1497
 
1501
1498
  ---
1502
1499
 
@@ -1508,7 +1505,7 @@ Generated from code in `src/handlers/**` (not from docs).
1508
1505
 
1509
1506
  **Parameters:**
1510
1507
  - `class_name` (string, required) - Parent class name (e.g., ZCL_MY_CLASS).
1511
- - `version` (string, optional (default: active)) - Version to read:
1508
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
1512
1509
 
1513
1510
  ---
1514
1511
 
@@ -1592,7 +1589,7 @@ Generated from code in `src/handlers/**` (not from docs).
1592
1589
  **Source:** `src/handlers/common/high/handleActivateObjects.ts`
1593
1590
 
1594
1591
  **Parameters:**
1595
- - `objects` (array, required) - Array of objects to activate. Each object must have
1592
+ - `objects` (array, required) - Array of objects to activate. Each object must have 'name' and 'type'.
1596
1593
  - `preaudit` (boolean, optional) - Request pre-audit before activation. Default: true
1597
1594
 
1598
1595
  ---
@@ -1684,7 +1681,7 @@ Generated from code in `src/handlers/**` (not from docs).
1684
1681
 
1685
1682
  <a id="handlercreate-high-level-compact"></a>
1686
1683
  #### HandlerCreate (High-Level / Compact)
1687
- **Description:** Create 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*), 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*).
1684
+ **Description:** Create 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*), PROGRAM(program_name*) [onprem/legacy only], 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*).
1688
1685
 
1689
1686
  **Source:** `src/handlers/compact/high/handleHandlerCreate.ts`
1690
1687
 
@@ -1714,7 +1711,7 @@ Generated from code in `src/handlers/**` (not from docs).
1714
1711
 
1715
1712
  <a id="handlerdelete-high-level-compact"></a>
1716
1713
  #### HandlerDelete (High-Level / Compact)
1717
- **Description:** Delete 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*).
1714
+ **Description:** Delete 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*) [onprem/legacy only], 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*).
1718
1715
 
1719
1716
  **Source:** `src/handlers/compact/high/handleHandlerDelete.ts`
1720
1717
 
@@ -1757,7 +1754,7 @@ Generated from code in `src/handlers/**` (not from docs).
1757
1754
 
1758
1755
  <a id="handlerget-high-level-compact"></a>
1759
1756
  #### HandlerGet (High-Level / Compact)
1760
- **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*).
1757
+ **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*) [onprem/legacy only], 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*).
1761
1758
 
1762
1759
  **Source:** `src/handlers/compact/high/handleHandlerGet.ts`
1763
1760
 
@@ -1948,7 +1945,7 @@ Generated from code in `src/handlers/**` (not from docs).
1948
1945
 
1949
1946
  <a id="handlerupdate-high-level-compact"></a>
1950
1947
  #### HandlerUpdate (High-Level / Compact)
1951
- **Description:** Update 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*).
1948
+ **Description:** Update 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*) [onprem/legacy only], 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*).
1952
1949
 
1953
1950
  **Source:** `src/handlers/compact/high/handleHandlerUpdate.ts`
1954
1951
 
@@ -2018,7 +2015,7 @@ Generated from code in `src/handlers/**` (not from docs).
2018
2015
 
2019
2016
  **Parameters:**
2020
2017
  - `data_element_name` (string, required) - Data element name (e.g., ZZ_E_TEST_001). Must follow SAP naming conventions.
2021
- - `data_type` (string, optional (default: CHAR)) - Data type (e.g., CHAR, NUMC) or domain name when type_kind is
2018
+ - `data_type` (string, optional (default: CHAR)) - Data type (e.g., CHAR, NUMC) or domain name when type_kind is 'domain'.
2022
2019
  - `decimals` (number, optional (default: 0)) - Decimal places. Usually inherited from domain.
2023
2020
  - `description` (string, optional) - Data element description. If not provided, data_element_name will be used.
2024
2021
  - `heading_label` (string, optional) - Heading field label (max 55 chars). Applied during update step after creation.
@@ -2031,8 +2028,8 @@ Generated from code in `src/handlers/**` (not from docs).
2031
2028
  - `set_get_parameter` (string, optional) - Set/Get parameter ID. Applied during update step after creation.
2032
2029
  - `short_label` (string, optional) - Short field label (max 10 chars). Applied during update step after creation.
2033
2030
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
2034
- - `type_kind` (string, optional (default: domain)) - Type kind:
2035
- - `type_name` (string, optional) - Type name: domain name (when type_kind is
2031
+ - `type_kind` (string, optional (default: domain)) - Type kind: 'domain' (default), 'predefinedAbapType', 'refToPredefinedAbapType', 'refToDictionaryType', 'refToClifType'. If not specified, defaults to 'domain'.
2032
+ - `type_name` (string, optional) - Type name: domain name (when type_kind is 'domain'), data element name (when type_kind is 'refToDictionaryType'), or class name (when type_kind is 'refToClifType')
2036
2033
 
2037
2034
  ---
2038
2035
 
@@ -2056,7 +2053,7 @@ Generated from code in `src/handlers/**` (not from docs).
2056
2053
 
2057
2054
  **Parameters:**
2058
2055
  - `data_element_name` (string, required) - Data element name (e.g., Z_MY_DATA_ELEMENT).
2059
- - `version` (string, optional (default: active)) - Version to read:
2056
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2060
2057
 
2061
2058
  ---
2062
2059
 
@@ -2188,7 +2185,7 @@ Generated from code in `src/handlers/**` (not from docs).
2188
2185
 
2189
2186
  **Parameters:**
2190
2187
  - `domain_name` (string, required) - Domain name (e.g., Z_MY_DOMAIN).
2191
- - `version` (string, optional (default: active)) - Version to read:
2188
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2192
2189
 
2193
2190
  ---
2194
2191
 
@@ -2238,7 +2235,7 @@ Generated from code in `src/handlers/**` (not from docs).
2238
2235
  **Parameters:**
2239
2236
  - `function_group_name` (string, required) - Function group name containing the function module.
2240
2237
  - `function_module_name` (string, required) - Function module name (e.g., Z_MY_FUNCTION).
2241
- - `version` (string, optional) - Version to check:
2238
+ - `version` (string, optional) - Version to check: 'active' or 'inactive'. Default: active.
2242
2239
 
2243
2240
  ---
2244
2241
 
@@ -2273,7 +2270,7 @@ Generated from code in `src/handlers/**` (not from docs).
2273
2270
 
2274
2271
  <a id="updatefunctiongroup-high-level-function"></a>
2275
2272
  #### UpdateFunctionGroup (High-Level / Function)
2276
- **Description:** Update metadata (description) of an existing ABAP function group. Function groups are containers for function modules and don
2273
+ **Description:** Update metadata (description) of an existing ABAP function group. Function groups are containers for function modules and don't have source code to update directly. Uses stateful session with proper lock/unlock mechanism.
2277
2274
 
2278
2275
  **Source:** `src/handlers/function/high/handleUpdateFunctionGroup.ts`
2279
2276
 
@@ -2322,7 +2319,7 @@ Generated from code in `src/handlers/**` (not from docs).
2322
2319
 
2323
2320
  **Parameters:**
2324
2321
  - `function_group_name` (string, required) - FunctionGroup name (e.g., Z_MY_FUNCTIONGROUP).
2325
- - `version` (string, optional (default: active)) - Version to read:
2322
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2326
2323
 
2327
2324
  ---
2328
2325
 
@@ -2351,7 +2348,7 @@ Generated from code in `src/handlers/**` (not from docs).
2351
2348
  **Parameters:**
2352
2349
  - `function_group_name` (string, required) - FunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP).
2353
2350
  - `function_module_name` (string, required) - FunctionModule name (e.g., Z_MY_FUNCTIONMODULE).
2354
- - `version` (string, optional (default: active)) - Version to read:
2351
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2355
2352
 
2356
2353
  ---
2357
2354
 
@@ -2403,7 +2400,7 @@ Generated from code in `src/handlers/**` (not from docs).
2403
2400
 
2404
2401
  **Parameters:**
2405
2402
  - `interface_name` (string, required) - Interface name (e.g., Z_MY_INTERFACE).
2406
- - `version` (string, optional (default: active)) - Version to read:
2403
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2407
2404
 
2408
2405
  ---
2409
2406
 
@@ -2444,7 +2441,7 @@ Generated from code in `src/handlers/**` (not from docs).
2444
2441
 
2445
2442
  **Parameters:**
2446
2443
  - `metadata_extension_name` (string, required) - MetadataExtension name (e.g., Z_MY_METADATAEXTENSION).
2447
- - `version` (string, optional (default: active)) - Version to read:
2444
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2448
2445
 
2449
2446
  ---
2450
2447
 
@@ -2482,7 +2479,7 @@ Generated from code in `src/handlers/**` (not from docs).
2482
2479
 
2483
2480
  **Parameters:**
2484
2481
  - `package_name` (string, required) - Package name (e.g., Z_MY_PACKAGE).
2485
- - `version` (string, optional (default: active)) - Version to read:
2482
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2486
2483
 
2487
2484
  ---
2488
2485
 
@@ -2507,11 +2504,11 @@ Generated from code in `src/handlers/**` (not from docs).
2507
2504
  **Source:** `src/handlers/program/high/handleCreateProgram.ts`
2508
2505
 
2509
2506
  **Parameters:**
2510
- - `application` (string, optional) - Application area (e.g.,
2507
+ - `application` (string, optional) - Application area (e.g., 'S' for System, 'M' for Materials Management). Default: '*'
2511
2508
  - `description` (string, optional) - Program description. If not provided, program_name will be used.
2512
2509
  - `package_name` (string, required) - Package name (e.g., ZOK_LAB, $TMP for local objects)
2513
2510
  - `program_name` (string, required) - Program name (e.g., Z_TEST_PROGRAM_001). Must follow SAP naming conventions (start with Z or Y).
2514
- - `program_type` (string, optional) - Program type:
2511
+ - `program_type` (string, optional) - Program type: 'executable' (Report), 'include', 'module_pool', 'function_group', 'class_pool', 'interface_pool'. Default: 'executable'
2515
2512
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
2516
2513
 
2517
2514
  ---
@@ -2536,7 +2533,7 @@ Generated from code in `src/handlers/**` (not from docs).
2536
2533
 
2537
2534
  **Parameters:**
2538
2535
  - `program_name` (string, required) - Program name (e.g., Z_MY_PROGRAM).
2539
- - `version` (string, optional (default: active)) - Version to read:
2536
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2540
2537
 
2541
2538
  ---
2542
2539
 
@@ -2597,7 +2594,7 @@ Generated from code in `src/handlers/**` (not from docs).
2597
2594
  **Source:** `src/handlers/service_binding/high/handleGetServiceBinding.ts`
2598
2595
 
2599
2596
  **Parameters:**
2600
- - `response_format` (string, optional (default: xml)) - Preferred response format.
2597
+ - `response_format` (string, optional (default: xml)) - Preferred response format. "json" requests JSON from endpoint, "xml" parses XML payload, "plain" returns raw text.
2601
2598
  - `service_binding_name` (string, required) - Service binding name (for example: ZUI_MY_BINDING). Case-insensitive.
2602
2599
 
2603
2600
  ---
@@ -2683,7 +2680,7 @@ Generated from code in `src/handlers/**` (not from docs).
2683
2680
 
2684
2681
  **Parameters:**
2685
2682
  - `service_definition_name` (string, required) - ServiceDefinition name (e.g., Z_MY_SERVICEDEFINITION).
2686
- - `version` (string, optional (default: active)) - Version to read:
2683
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2687
2684
 
2688
2685
  ---
2689
2686
 
@@ -2713,7 +2710,7 @@ Generated from code in `src/handlers/**` (not from docs).
2713
2710
  **Parameters:**
2714
2711
  - `ddl_code` (string, optional) - Optional: DDL source code to validate instead of the saved version.
2715
2712
  - `structure_name` (string, required) - Structure name (e.g., ZST_MY_STRUCTURE).
2716
- - `version` (string, optional) - Version to check:
2713
+ - `version` (string, optional) - Version to check: 'active' or 'inactive'. Default: inactive.
2717
2714
 
2718
2715
  ---
2719
2716
 
@@ -2754,7 +2751,7 @@ Generated from code in `src/handlers/**` (not from docs).
2754
2751
 
2755
2752
  **Parameters:**
2756
2753
  - `structure_name` (string, required) - Structure name (e.g., Z_MY_STRUCTURE).
2757
- - `version` (string, optional (default: active)) - Version to read:
2754
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2758
2755
 
2759
2756
  ---
2760
2757
 
@@ -2766,7 +2763,7 @@ Generated from code in `src/handlers/**` (not from docs).
2766
2763
 
2767
2764
  **Parameters:**
2768
2765
  - `activate` (boolean, optional) - Activate structure after source update. Default: true.
2769
- - `ddl_code` (string, required) - Complete DDL source code for structure. Example:
2766
+ - `ddl_code` (string, required) - Complete DDL source code for structure. Example: '@EndUserText.label : \'My Structure\' @AbapCatalog.tableCategory : #TRANSPARENT define structure zz_s_test_001 { client : abap.clnt not null; id : abap.char(10); name : abap.char(255); }'
2770
2767
  - `structure_name` (string, required) - Structure name (e.g., ZZ_S_TEST_001). Structure must already exist.
2771
2768
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Optional if object is local or already in transport.
2772
2769
 
@@ -2786,7 +2783,7 @@ Generated from code in `src/handlers/**` (not from docs).
2786
2783
  - `include_descriptions` (boolean, optional (default: true)) - Include object descriptions in response. Default: true
2787
2784
  - `include_subpackages` (boolean, optional (default: true)) - Include subpackages recursively in the tree. If false, subpackages are shown as first-level objects but not recursively expanded. Default: true
2788
2785
  - `max_depth` (integer, optional (default: 5)) - Maximum depth for recursive package traversal. Default: 5
2789
- - `package_name` (string, required) - Package name (e.g.,
2786
+ - `package_name` (string, required) - Package name (e.g., "ZMY_PACKAGE")
2790
2787
 
2791
2788
  ---
2792
2789
 
@@ -2802,7 +2799,7 @@ Generated from code in `src/handlers/**` (not from docs).
2802
2799
  **Parameters:**
2803
2800
  - `ddl_code` (string, optional) - Optional: DDL source code to validate instead of the saved version.
2804
2801
  - `table_name` (string, required) - Table name (e.g., ZMCP_MY_TABLE).
2805
- - `version` (string, optional) - Version to check:
2802
+ - `version` (string, optional) - Version to check: 'active', 'inactive', or 'new'. Default: new.
2806
2803
 
2807
2804
  ---
2808
2805
 
@@ -2840,7 +2837,7 @@ Generated from code in `src/handlers/**` (not from docs).
2840
2837
 
2841
2838
  **Parameters:**
2842
2839
  - `table_name` (string, required) - Table name (e.g., Z_MY_TABLE).
2843
- - `version` (string, optional (default: active)) - Version to read:
2840
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
2844
2841
 
2845
2842
  ---
2846
2843
 
@@ -2852,7 +2849,7 @@ Generated from code in `src/handlers/**` (not from docs).
2852
2849
 
2853
2850
  **Parameters:**
2854
2851
  - `activate` (boolean, optional) - Activate table after source update. Default: true.
2855
- - `ddl_code` (string, required) - Complete DDL source code for table. Example:
2852
+ - `ddl_code` (string, required) - Complete DDL source code for table. Example: '@EndUserText.label : \'My Table\' @AbapCatalog.tableCategory : #TRANSPARENT define table ztst_table { key client : abap.clnt not null; key id : abap.char(10); name : abap.char(255); }'
2856
2853
  - `table_name` (string, required) - Table name (e.g., ZZ_TEST_TABLE_001). Table must already exist.
2857
2854
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Optional if object is local or already in transport.
2858
2855
 
@@ -2870,8 +2867,8 @@ Generated from code in `src/handlers/**` (not from docs).
2870
2867
  **Parameters:**
2871
2868
  - `description` (string, required) - Transport request description (mandatory)
2872
2869
  - `owner` (string, optional) - Transport owner (optional, defaults to current user)
2873
- - `target_system` (string, optional) - Target system for transport (optional, e.g.,
2874
- - `transport_type` (string, optional (default: workbench)) - Transport type:
2870
+ - `target_system` (string, optional) - Target system for transport (optional, e.g., 'PRD', 'QAS'). If not provided or empty, uses 'LOCAL'
2871
+ - `transport_type` (string, optional (default: workbench)) - Transport type: 'workbench' (cross-client) or 'customizing' (client-specific)
2875
2872
 
2876
2873
  ---
2877
2874
 
@@ -3055,7 +3052,7 @@ Generated from code in `src/handlers/**` (not from docs).
3055
3052
 
3056
3053
  **Parameters:**
3057
3054
  - `ddl_source` (string, optional) - Optional: DDL source code to validate instead of the saved version.
3058
- - `version` (string, optional) - Version to check:
3055
+ - `version` (string, optional) - Version to check: 'active' or 'inactive'. Default: inactive.
3059
3056
  - `view_name` (string, required) - CDS view name (e.g., ZI_MY_VIEW).
3060
3057
 
3061
3058
  ---
@@ -3093,7 +3090,7 @@ Generated from code in `src/handlers/**` (not from docs).
3093
3090
  **Source:** `src/handlers/view/high/handleGetView.ts`
3094
3091
 
3095
3092
  **Parameters:**
3096
- - `version` (string, optional (default: active)) - Version to read:
3093
+ - `version` (string, optional (default: active)) - Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version.
3097
3094
  - `view_name` (string, required) - View name (e.g., Z_MY_VIEW).
3098
3095
 
3099
3096
  ---
@@ -3152,7 +3149,7 @@ Generated from code in `src/handlers/**` (not from docs).
3152
3149
 
3153
3150
  **Parameters:**
3154
3151
  - `description` (string, required) - Behavior Definition description.
3155
- - `implementation_type` (string, required) - Implementation type:
3152
+ - `implementation_type` (string, required) - Implementation type: 'Managed', 'Unmanaged', 'Abstract', or 'Projection'.
3156
3153
  - `name` (string, required) - Behavior Definition name (e.g., ZI_MY_BDEF).
3157
3154
  - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects).
3158
3155
  - `root_entity` (string, required) - Root entity name (e.g., ZI_MY_ENTITY).
@@ -3225,7 +3222,7 @@ Generated from code in `src/handlers/**` (not from docs).
3225
3222
 
3226
3223
  **Parameters:**
3227
3224
  - `description` (string, required) - BehaviorDefinition description. Required for validation.
3228
- - `implementation_type` (string, required) - Implementation type:
3225
+ - `implementation_type` (string, required) - Implementation type: 'Managed', 'Unmanaged', 'Abstract', or 'Projection'.
3229
3226
  - `name` (string, required) - BehaviorDefinition name to validate (e.g., ZI_MY_BDEF).
3230
3227
  - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects). Required for validation.
3231
3228
  - `root_entity` (string, required) - Root entity name (e.g., ZI_MY_ENTITY). Required for validation.
@@ -3325,7 +3322,7 @@ Generated from code in `src/handlers/**` (not from docs).
3325
3322
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
3326
3323
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
3327
3324
  - `source_code` (string, optional) - Optional: source code to validate. If provided, validates hypothetical code without creating object. Must include complete CLASS DEFINITION and IMPLEMENTATION sections.
3328
- - `version` (string, optional) - Version to check:
3325
+ - `version` (string, optional) - Version to check: 'active' (last activated) or 'inactive' (current unsaved). Default: active
3329
3326
 
3330
3327
  ---
3331
3328
 
@@ -3368,7 +3365,7 @@ Generated from code in `src/handlers/**` (not from docs).
3368
3365
  **Source:** `src/handlers/class/low/handleGetClassUnitTestResult.ts`
3369
3366
 
3370
3367
  **Parameters:**
3371
- - `format` (string, optional) - Preferred response format. Defaults to
3368
+ - `format` (string, optional) - Preferred response format. Defaults to 'abapunit'.
3372
3369
  - `run_id` (string, required) - Run identifier returned by RunClassUnitTestsLow.
3373
3370
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
3374
3371
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
@@ -3512,7 +3509,7 @@ Generated from code in `src/handlers/**` (not from docs).
3512
3509
  **Source:** `src/handlers/common/low/handleActivateObject.ts`
3513
3510
 
3514
3511
  **Parameters:**
3515
- - `objects` (array, required) - Array of objects to activate. Each object must have
3512
+ - `objects` (array, required) - Array of objects to activate. Each object must have 'name' and 'type'. URI is optional.
3516
3513
  - `preaudit` (boolean, optional) - Request pre-audit before activation. Default: true
3517
3514
 
3518
3515
  ---
@@ -3528,20 +3525,20 @@ Generated from code in `src/handlers/**` (not from docs).
3528
3525
  - `object_type` (string, required) - Object type
3529
3526
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
3530
3527
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
3531
- - `version` (string, optional) - Version to check:
3528
+ - `version` (string, optional) - Version to check: 'active' or 'inactive' (default active)
3532
3529
 
3533
3530
  ---
3534
3531
 
3535
3532
  <a id="deleteobjectlow-low-level-common"></a>
3536
3533
  #### DeleteObjectLow (Low-Level / Common)
3537
- **Description:** [low-level] Delete an ABAP object via ADT deletion API. Transport request optional for $TMP objects.
3534
+ **Description:** [low-level] Delete an ABAP object via ADT deletion API. Transport request optional for $TMP objects. Note: object_type "program" is onprem/legacy only — calling it on ABAP Cloud will fail.
3538
3535
 
3539
3536
  **Source:** `src/handlers/common/low/handleDeleteObject.ts`
3540
3537
 
3541
3538
  **Parameters:**
3542
3539
  - `function_group_name` (string, optional) - Required only for function_module type
3543
3540
  - `object_name` (string, required) - Object name (e.g., ZCL_MY_CLASS)
3544
- - `object_type` (string, required) - Object type (class/program/interface/function_group/function_module/table/structure/view/domain/data_element/behavior_definition/metadata_extension)
3541
+ - `object_type` (string, required) - Object type. Supported: class, program (onprem/legacy only), interface, function_group, function_module, table, structure, view, domain, data_element, behavior_definition, metadata_extension. Also accepts ADT codes (clas/oc, prog/p, intf/oi, fugr/f, fugr/ff, tabl/dt, ttyp/st, ddls/df, doma/dm, dtel/de, bdef/bd, ddlx/ex).
3545
3542
  - `transport_request` (string, optional) - Transport request number
3546
3543
 
3547
3544
  ---
@@ -3585,9 +3582,9 @@ Generated from code in `src/handlers/**` (not from docs).
3585
3582
  **Parameters:**
3586
3583
  - `behavior_definition` (string, optional) - Optional behavior definition name (required for behavior_implementation validation)
3587
3584
  - `description` (string, optional) - Optional description for validation
3588
- - `implementation_type` (string, optional) - Implementation type:
3585
+ - `implementation_type` (string, optional) - Implementation type: 'Managed', 'Unmanaged', or 'External' (required for behavior_definition validation)
3589
3586
  - `object_name` (string, required) - Object name to validate (e.g., ZCL_MY_CLASS, Z_MY_PROGRAM, ZIF_MY_INTERFACE)
3590
- - `object_type` (string, required) - Object type:
3587
+ - `object_type` (string, required) - Object type: 'class', 'program', 'interface', 'function_group', 'table', 'structure', 'view', 'domain', 'data_element', 'package', 'behavior_definition', 'behavior_implementation', 'metadata_extension'
3591
3588
  - `package_name` (string, optional) - Optional package name for validation
3592
3589
  - `root_entity` (string, optional) - Root entity name (required for behavior_definition validation)
3593
3590
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
@@ -3632,7 +3629,7 @@ Generated from code in `src/handlers/**` (not from docs).
3632
3629
 
3633
3630
  **Parameters:**
3634
3631
  - `data_element_name` (string, required) - DataElement name (e.g., Z_TEST_PROGRAM). Must follow SAP naming conventions.
3635
- - `data_type` (string, optional) - Data type (e.g., CHAR, NUMC) or domain name when type_kind is
3632
+ - `data_type` (string, optional) - Data type (e.g., CHAR, NUMC) or domain name when type_kind is 'E' or 'domain'.
3636
3633
  - `decimals` (number, optional) - Decimal places (for predefinedAbapType or refToPredefinedAbapType)
3637
3634
  - `description` (string, required) - DataElement description.
3638
3635
  - `length` (number, optional) - Data type length (for predefinedAbapType or refToPredefinedAbapType)
@@ -3640,8 +3637,8 @@ Generated from code in `src/handlers/**` (not from docs).
3640
3637
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
3641
3638
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
3642
3639
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
3643
- - `type_kind` (string, optional) - Type kind:
3644
- - `type_name` (string, optional) - Type name: domain name (when type_kind is
3640
+ - `type_kind` (string, optional) - Type kind: 'E' for domain-based, 'P' for predefined type, etc.
3641
+ - `type_name` (string, optional) - Type name: domain name (when type_kind is 'domain'), data element name (when type_kind is 'refToDictionaryType'), or class name (when type_kind is 'refToClifType')
3645
3642
 
3646
3643
  ---
3647
3644
 
@@ -3751,7 +3748,7 @@ Generated from code in `src/handlers/**` (not from docs).
3751
3748
 
3752
3749
  **Parameters:**
3753
3750
  - `description` (string, required) - Metadata Extension description.
3754
- - `master_language` (string, optional) - Master language (optional, e.g.,
3751
+ - `master_language` (string, optional) - Master language (optional, e.g., 'EN').
3755
3752
  - `name` (string, required) - Metadata Extension name (e.g., ZI_MY_DDLX).
3756
3753
  - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects).
3757
3754
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
@@ -3997,7 +3994,7 @@ Generated from code in `src/handlers/**` (not from docs).
3997
3994
  - `function_module_name` (string, required) - Function module name (e.g., Z_TEST_FM)
3998
3995
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
3999
3996
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4000
- - `version` (string, optional) - Version to check:
3997
+ - `version` (string, optional) - Version to check: 'active' (last activated) or 'inactive' (current unsaved). Default: active
4001
3998
 
4002
3999
  ---
4003
4000
 
@@ -4423,11 +4420,11 @@ Generated from code in `src/handlers/**` (not from docs).
4423
4420
  **Source:** `src/handlers/program/low/handleCreateProgram.ts`
4424
4421
 
4425
4422
  **Parameters:**
4426
- - `application` (string, optional (default: *').)) - Application area (optional, default:
4423
+ - `application` (string, optional (default: *').)) - Application area (optional, default: '*').
4427
4424
  - `description` (string, required) - Program description.
4428
4425
  - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects).
4429
4426
  - `program_name` (string, required) - Program name (e.g., Z_TEST_PROGRAM). Must follow SAP naming conventions.
4430
- - `program_type` (string, optional) - Program type:
4427
+ - `program_type` (string, optional) - Program type: 'executable', 'include', 'module_pool', 'function_group', 'class_pool', 'interface_pool' (optional).
4431
4428
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4432
4429
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4433
4430
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
@@ -4562,7 +4559,7 @@ Generated from code in `src/handlers/**` (not from docs).
4562
4559
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4563
4560
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4564
4561
  - `structure_name` (string, required) - Structure name (e.g., Z_MY_PROGRAM).
4565
- - `version` (string, optional) - Version to check:
4562
+ - `version` (string, optional) - Version to check: 'active' (last activated) or 'inactive' (current unsaved). Default: inactive
4566
4563
 
4567
4564
  ---
4568
4565
 
@@ -4573,13 +4570,13 @@ Generated from code in `src/handlers/**` (not from docs).
4573
4570
  **Source:** `src/handlers/structure/low/handleCreateStructure.ts`
4574
4571
 
4575
4572
  **Parameters:**
4576
- - `application` (string, optional (default: *').)) - Application area (optional, default:
4573
+ - `application` (string, optional (default: *').)) - Application area (optional, default: '*').
4577
4574
  - `description` (string, required) - Structure description.
4578
4575
  - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects).
4579
4576
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4580
4577
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4581
4578
  - `structure_name` (string, required) - Structure name (e.g., Z_TEST_PROGRAM). Must follow SAP naming conventions.
4582
- - `structure_type` (string, optional) - Structure type:
4579
+ - `structure_type` (string, optional) - Structure type: 'executable', 'include', 'module_pool', 'function_group', 'class_pool', 'interface_pool' (optional).
4583
4580
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
4584
4581
 
4585
4582
  ---
@@ -4663,9 +4660,9 @@ Generated from code in `src/handlers/**` (not from docs).
4663
4660
  **Source:** `src/handlers/system/low/handleGetNodeStructure.ts`
4664
4661
 
4665
4662
  **Parameters:**
4666
- - `node_id` (string, optional (default: 0000" for root). Use to fetch child nodes.)) - Optional node ID (default:
4663
+ - `node_id` (string, optional (default: 0000" for root). Use to fetch child nodes.)) - Optional node ID (default: "0000" for root). Use to fetch child nodes.
4667
4664
  - `parent_name` (string, required) - Parent object name
4668
- - `parent_type` (string, required) - Parent object type (e.g.,
4665
+ - `parent_type` (string, required) - Parent object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K")
4669
4666
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4670
4667
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4671
4668
  - `with_short_descriptions` (boolean, optional (default: true)) - Include short descriptions in response
@@ -4679,8 +4676,8 @@ Generated from code in `src/handlers/**` (not from docs).
4679
4676
  **Source:** `src/handlers/system/low/handleGetObjectStructure.ts`
4680
4677
 
4681
4678
  **Parameters:**
4682
- - `object_name` (string, required) - Object name (e.g.,
4683
- - `object_type` (string, required) - Object type (e.g.,
4679
+ - `object_name` (string, required) - Object name (e.g., "ZMY_CLASS", "ZMY_PROGRAM")
4680
+ - `object_type` (string, required) - Object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K", "DDLS/DF")
4684
4681
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4685
4682
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4686
4683
 
@@ -4693,9 +4690,9 @@ Generated from code in `src/handlers/**` (not from docs).
4693
4690
  **Source:** `src/handlers/system/low/handleGetVirtualFolders.ts`
4694
4691
 
4695
4692
  **Parameters:**
4696
- - `facet_order` (array, optional (default: ['package)) - Order of facets in response (e.g., [
4693
+ - `facet_order` (array, optional (default: ['package)) - Order of facets in response (e.g., ["package", "group", "type"]). Default: ["package", "group", "type"]
4697
4694
  - `ignore_short_descriptions` (boolean, optional (default: false)) - Ignore short descriptions in response
4698
- - `object_search_pattern` (string, optional (default: *)) - Object search pattern (e.g.,
4695
+ - `object_search_pattern` (string, optional (default: *)) - Object search pattern (e.g., "*", "Z*", "ZCL_*"). Default: "*"
4699
4696
  - `preselection` (array, optional) - Optional preselection filters (facet-value pairs for filtering)
4700
4697
  - `with_versions` (boolean, optional (default: false)) - Include version information in response
4701
4698
 
@@ -4725,11 +4722,11 @@ Generated from code in `src/handlers/**` (not from docs).
4725
4722
 
4726
4723
  **Parameters:**
4727
4724
  - `ddl_code` (string, optional) - Optional DDL source code to validate (for checking new/unsaved code). If provided, code will be base64 encoded and sent in check request body.
4728
- - `reporter` (string, optional) - Check reporter:
4725
+ - `reporter` (string, optional) - Check reporter: 'tableStatusCheck' or 'abapCheckRun'. Default: abapCheckRun
4729
4726
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4730
4727
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4731
4728
  - `table_name` (string, required) - Table name (e.g., Z_MY_TABLE)
4732
- - `version` (string, optional) - Version to check:
4729
+ - `version` (string, optional) - Version to check: 'active' (last activated), 'inactive' (current unsaved), or 'new' (for new code validation). Default: new
4733
4730
 
4734
4731
  ---
4735
4732
 
@@ -4829,7 +4826,7 @@ Generated from code in `src/handlers/**` (not from docs).
4829
4826
 
4830
4827
  **Parameters:**
4831
4828
  - `description` (string, required) - Transport request description.
4832
- - `transport_type` (string, optional (default: workbench').)) - Transport type:
4829
+ - `transport_type` (string, optional (default: workbench').)) - Transport type: 'workbench' or 'customizing' (optional, default: 'workbench').
4833
4830
 
4834
4831
  ---
4835
4832
 
@@ -4859,7 +4856,7 @@ Generated from code in `src/handlers/**` (not from docs).
4859
4856
  - `ddl_source` (string, optional) - Optional DDL source code to validate (for checking new/unsaved code). If provided, code will be base64 encoded and sent in check request body.
4860
4857
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4861
4858
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4862
- - `version` (string, optional) - Version to check:
4859
+ - `version` (string, optional) - Version to check: 'active' (last activated) or 'inactive' (current unsaved). Default: inactive
4863
4860
  - `view_name` (string, required) - View name (e.g., Z_MY_PROGRAM).
4864
4861
 
4865
4862
  ---
@@ -4871,14 +4868,14 @@ Generated from code in `src/handlers/**` (not from docs).
4871
4868
  **Source:** `src/handlers/view/low/handleCreateView.ts`
4872
4869
 
4873
4870
  **Parameters:**
4874
- - `application` (string, optional (default: *').)) - Application area (optional, default:
4871
+ - `application` (string, optional (default: *').)) - Application area (optional, default: '*').
4875
4872
  - `description` (string, required) - View description.
4876
4873
  - `package_name` (string, required) - Package name (e.g., ZOK_LOCAL, $TMP for local objects).
4877
4874
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4878
4875
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
4879
4876
  - `transport_request` (string, optional) - Transport request number (e.g., E19K905635). Required for transportable packages.
4880
4877
  - `view_name` (string, required) - View name (e.g., Z_TEST_PROGRAM). Must follow SAP naming conventions.
4881
- - `view_type` (string, optional) - View type:
4878
+ - `view_type` (string, optional) - View type: 'executable', 'include', 'module_pool', 'function_group', 'class_pool', 'interface_pool' (optional).
4882
4879
 
4883
4880
  ---
4884
4881
 
@@ -4928,7 +4925,7 @@ Generated from code in `src/handlers/**` (not from docs).
4928
4925
  **Source:** `src/handlers/view/low/handleUpdateView.ts`
4929
4926
 
4930
4927
  **Parameters:**
4931
- - `ddl_source` (string, required) - Complete DDL source code. CDS: include @AbapCatalog.sqlViewName and other annotations. Classic: plain
4928
+ - `ddl_source` (string, required) - Complete DDL source code. CDS: include @AbapCatalog.sqlViewName and other annotations. Classic: plain 'define view' statement.
4932
4929
  - `lock_handle` (string, required) - Lock handle from LockObject. Required for update operation.
4933
4930
  - `session_id` (string, optional) - Session ID from GetSession. If not provided, a new session will be created.
4934
4931
  - `session_state` (object, optional) - Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
@@ -4951,4 +4948,4 @@ Generated from code in `src/handlers/**` (not from docs).
4951
4948
 
4952
4949
  ---
4953
4950
 
4954
- *Last updated: 2026-05-15*
4951
+ *Last updated: 2026-05-28*