From e143ec7f7052fa21a272e86a217a83d569a4ad86 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 23 Mar 2021 06:34:42 +0100 Subject: [PATCH] SOTS: Fix error during deserialize (#4660) Error "The concept will be created in the non-original system" (`SOTR_MESS 137`) It's not an error (see function `SOTR_STRING_CREATE_CONCEPT`) and has been removed. --- src/objects/zcl_abapgit_object_sots.clas.abap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/objects/zcl_abapgit_object_sots.clas.abap b/src/objects/zcl_abapgit_object_sots.clas.abap index 43057bf09..8ea24b911 100644 --- a/src/objects/zcl_abapgit_object_sots.clas.abap +++ b/src/objects/zcl_abapgit_object_sots.clas.abap @@ -87,7 +87,8 @@ CLASS zcl_abapgit_object_sots IMPLEMENTATION. WHEN 3. zcx_abapgit_exception=>raise( |Enter a permitted object type| ). WHEN 4. - zcx_abapgit_exception=>raise( |The concept will be created in the non-original system| ). + "The concept will be created in the non-original system (not an error) + RETURN. WHEN 5. zcx_abapgit_exception=>raise( |Invalid alias| ). WHEN 6.