abapGit / abapGit-Plugins

DEPRECATED - abapGit Plugins Framework
MIT License
17 stars 15 forks source link

Caution: "After Import" logic is not standard #36

Closed mbtools closed 3 years ago

mbtools commented 4 years ago

Just a word of caution...

The SOBJ handler calls the after import method separately for each object. A standard transport calls the after import method once per transport and includes all objects.

Therefore, the standard transport will handle with dependencies between objects by for example, executing the after import methods in a specific order (as defined by data element RSTLOGO). This will not happen in abapGit.

larshp commented 4 years ago

suggest writing custom serializers for the object types needed, instead of using these plugins