mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
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:
parent
3193550f66
commit
e143ec7f70
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user