Skip to content

Commit

Permalink
TABL
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Jan 31, 2024
1 parent c096093 commit 929c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/development-guide/serializers/serializers.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ In general, the serializer class shall process texts of an object in all availab

The recommended approach is to check `io_xml->i18n_params( )-main_language_only = abap_false` and then serialize the additional translations in the XML (typically using the `I18N` prefix). During deserialize, the translation languages can then be retrieved and processed accordingly.

Example: [`TABL`](https://github.com/abapGit/abapGit/blob/main/src/objects/zcl_abapgit_object_tabl.clas.abap).
Example: [`TABL`](https://github.com/abapGit/abapGit/blob/main/src/objects/tabl/zcl_abapgit_object_tabl.clas.abap).

Note: A new approach for serializing translations based on LXE is under development. See [#4470](https://github.com/abapGit/abapGit/issues/4470) for further details and discussion.

Expand Down

0 comments on commit 929c38a

Please sign in to comment.