avoid object states in seraliziers

in the serialized content, no object states like active/inactive version is expected
This commit is contained in:
Martin Fuchs 2019-03-13 11:48:54 +01:00 committed by Lars Hvam
parent 9a85d02ef3
commit 22fbd9cdfe

View File

@ -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: