mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
avoid object states in seraliziers
in the serialized content, no object states like active/inactive version is expected
This commit is contained in:
parent
9a85d02ef3
commit
22fbd9cdfe
|
@ -8,7 +8,7 @@ All object serializers must be named ZCL_ABAPGIT_OBJECT_`type`, where `type` is
|
|||
Use SAP Standard APIs for retriving and updating object information where possible.
|
||||
If not possible try using ZCL_ABAPGIT_OBJECTS_GENERIC
|
||||
|
||||
As code is stored in git, no usernames, timestamps or other system specific information should be part of the serialized object files.
|
||||
As code is stored in git, no usernames, timestamps, states (e.g. active/inactive) or other system specific information should be part of the serialized object files.
|
||||
|
||||
Serializers must implement interface ZIF_ABAPGIT_OBJECT:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user