From 22fbd9cdfe5a0488556892f516dfbd772baac35a Mon Sep 17 00:00:00 2001 From: Martin Fuchs <43238681+mfsap@users.noreply.github.com> Date: Wed, 13 Mar 2019 11:48:54 +0100 Subject: [PATCH] avoid object states in seraliziers in the serialized content, no object states like active/inactive version is expected --- docs/collections/_development/serializers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collections/_development/serializers.md b/docs/collections/_development/serializers.md index db319e104..f76e7ca2f 100644 --- a/docs/collections/_development/serializers.md +++ b/docs/collections/_development/serializers.md @@ -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: