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.
This commit is contained in:
Marc Bernard 2021-03-23 06:34:42 +01:00 committed by GitHub
parent 3193550f66
commit e143ec7f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,8 @@ CLASS zcl_abapgit_object_sots IMPLEMENTATION.
WHEN 3. WHEN 3.
zcx_abapgit_exception=>raise( |Enter a permitted object type| ). zcx_abapgit_exception=>raise( |Enter a permitted object type| ).
WHEN 4. 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. WHEN 5.
zcx_abapgit_exception=>raise( |Invalid alias| ). zcx_abapgit_exception=>raise( |Invalid alias| ).
WHEN 6. WHEN 6.