runClass
Executes an ABAP class that implements IF_OO_ADT_CLASSRUN and returns its console output. Use it to run code on the SAP system as the connected user, including writing operations.
Instructions
Execute a class that implements IF_OO_ADT_CLASSRUN - the F9 of an ADT editor - and return its console output. The class has to exist and implement that interface; to run a piece of ABAP that does not, use runSnippet, which wraps it in such a class for you. This EXECUTES CODE on the system as the connected user, so it counts as a writing tool and read-only mode refuses it. A runtime error comes back as a bare 500; the reason is in ST22 (runSnippet reads the dump for you).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes |