From 267c210c5a571fb9f257dfb5748c77a61bd5ae82 Mon Sep 17 00:00:00 2001 From: Lennart Emmerich <45996424+leem53@users.noreply.github.com> Date: Fri, 25 Apr 2025 13:04:37 +0200 Subject: [PATCH] STVI: Fix unstable diff when shdtvsvciu or shdfvguicu are not initial (#7225) --- 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,