From 0d7b346e3856584b1eff04afcfcea833cd4389e4 Mon Sep 17 00:00:00 2001 From: Lennart Emmerich Date: Fri, 25 Apr 2025 12:50:12 +0200 Subject: [PATCH] STVI: Fix unstable diff when `shdtvsvciu` or `shdfvguicu` are not initial --- src/objects/zcl_abapgit_object_stvi.clas.abap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/objects/zcl_abapgit_object_stvi.clas.abap b/src/objects/zcl_abapgit_object_stvi.clas.abap index dd174d6e1..73c0fca56 100644 --- a/src/objects/zcl_abapgit_object_stvi.clas.abap +++ b/src/objects/zcl_abapgit_object_stvi.clas.abap @@ -197,6 +197,9 @@ CLASS zcl_abapgit_object_stvi IMPLEMENTATION. zcx_abapgit_exception=>raise_t100( ). ENDIF. + SORT ls_transaction_variant-shdtvsvciu ASCENDING. + SORT ls_transaction_variant-shdfvguicu ASCENDING. + * Clear all user details CLEAR: ls_transaction_variant-shdtvciu-crdate, ls_transaction_variant-shdtvciu-cruser,