SAPWrite
Executes write operations in ABAP development using a unified interface. Delegates to specific actions like creating, modifying, activating, or deleting objects, with safety controls enforced.
Instructions
Consolidated WRITE verb. Delegates by 'operation': source | method | activate | pretty_print | create_program | create_class | create_interface | create_function_group | create_cds_view | create_table | create_message_class | create_metadata_extension | create_service_definition | create_service_binding | publish_service_binding | create_dcl | create_bdef | delete. Inherits all safety guards (ALLOW_WRITE/DELETE, role, audit) from the delegate. Pass 'args' as the granular tool expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | What to write: source | method | activate | pretty_print | create_program | create_class | create_interface | create_function_group | create_cds_view | create_table | create_message_class | create_metadata_extension | create_service_definition | create_service_binding | publish_service_binding | create_dcl | create_bdef | delete | |
| args | Yes | Arguments for the underlying tool (same shape as the granular tool) |