extractMethodExecute
Apply the extract-method refactoring from preview, writing the changed ABAP object with required unlock and transport request.
Instructions
Third step of extract-method: apply what the preview showed. This WRITES the object, so it needs the object unlocked by anything else and, outside $TMP, a transport request. Nothing is rolled back if the activation afterwards fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refactoring | Yes | The refactoring returned by extractMethodPreview, as a JSON string. |