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.
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.