Sequence Dependency
Sequence dependency indicates whether a transport request is dependent on other transport requests.
The sequence dependency implies the following:
-
A transport request can have a sequence dependency to more than one other transport request, that is, different objects are in different transport requests.
-
There’s just one sequence dependency for an object X between transport request A and transport request B if transport request B is the only request with object X or is the request that was last released. There can also be a sequence dependency between transport request B and a third transport request.
-
The sequence dependency is based on the objects in the object list for the entire retrofit queue. It’s updated or deleted as soon as the retrofit for a transport request is completed.
-
For customizing objects, sequence dependency is calculated only on object level but not on table key level.