From e37bdea237a797104fb7f084c825855a2baedd6f Mon Sep 17 00:00:00 2001 From: Lars Hvam <5888506+larshp@users.noreply.github.com> Date: Sun, 12 Apr 2026 11:19:46 +0200 Subject: [PATCH] Update exits.md with example for DESERIALIZE_POSTPROCESS Added an example for DESERIALIZE_POSTPROCESS in the user guide. --- src/user-guide/reference/exits.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/user-guide/reference/exits.md b/src/user-guide/reference/exits.md index bdafe1693..383547bc0 100755 --- a/src/user-guide/reference/exits.md +++ b/src/user-guide/reference/exits.md @@ -110,6 +110,8 @@ ENDIF. Can be used for any postprocessing operation for deserialized objects. Since it is a postprocessing step, only logs can be added to `ii_log` and one should not terminate the process by raising an exception, which may lead to inconsistencies. +Example: [Version code inspector variant](https://gist.github.com/larshp/fc7c4c205116a74a801fa3c850e6b7b3) + ### DETERMINE_TRANSPORT_REQUEST Set a transport request per repository. If set, no transport request popup appears and the transport is used for pull/delete (see [#5916](https://github.com/abapGit/abapGit/pull/5916)).