Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/development-guide/serializers/serializers.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Step | Description | Activation
`DDIC` | Used for DDIC objects which require processing and activation before other object types | DDIC Mass Activation
`ABAP` | Used for non-DDIC objects (code or mostly anything else) which might depend on DDIC objects | Workbench Mass Activation
`LATE` | Used for objects that depend on other objects processed in the previous two phases | DDIC & Workbench Mass Activation
`LXE` | Used for objects that support the [LXE framework](../../user-guide/reference/translations.html#lxe-framework) for translations | n/a

Within each phase, the sequence of objects is determined by abapGit based on known object type dependencies. For details, see method `PRIORITIZE_DESER` in [`ZCL_ABAPGIT_FILE_DESERIALIZE`](https://github.com/abapGit/abapGit/blob/main/src/objects/core/zcl_abapgit_file_deserialize.clas.abap).

Expand Down
Loading