abap_journal
Review write history, inspect before-images, and revert unwanted ABAP changes. Undo refuses on drift or delete-gates; force option overrides drift after reading the object.
Instructions
History and undo for writes abapsmith made. mode=list: recent writes with entry ids. mode=show: one entry with its before-image. mode=undo: revert it — refuses on drift, delete-gate, or an enhancement object; see abapsmith-recover-a-bad-write for details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | list (default): recent writes. show: one entry incl. its before-image. undo: revert one entry. | |
| entry | No | Journal entry id from mode=list. Required for show and undo unless `object` is given. | |
| force | No | mode=undo: proceed even though the object changed on the server after abapsmith wrote it. This OVERWRITES whatever that other change was. Read the object first. | |
| limit | No | mode=list: entries to return. Default 20. | |
| object | No | Filter by object name; for undo, targets that object's most recent undoable entry. | |
| session | No | mode=list: filter to one session's entries. "current" resolves to this running server's own session id (see the echoed `session` in the response header). | |
| activate | No | mode=undo: re-activate after restoring. Default true. |