abapGit / abapGit-Plugins

DEPRECATED - abapGit Plugins Framework

Repository from Github https://github.comabapGit/abapGit-PluginsRepository from Github https://github.comabapGit/abapGit-Plugins

Object SOBJ always shows diff because of activation date

BlackmanCC opened this issue · comments

Objects of type SOBJ are always shown changed/with diff even if they are not changed.

The reason is a different activation date.

image

image

yea, thats the problem with the plugins, its generic so its difficult to add custom handling

suggest creating native support for SOBJ, then its easier to add code to clear and update specific fields

see https://github.com/larshp/abapGit/blob/master/src/objects/zcl_abapgit_object_sucu.clas.abap for an example, if there are nice APIs to serialize and deserialize SOBJ then use them instead of the generic handler