Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSLT: Add late activation #5003

Merged
merged 3 commits into from
Oct 4, 2021
Merged

XSLT: Add late activation #5003

merged 3 commits into from
Oct 4, 2021

Conversation

mbtools
Copy link
Member

@mbtools mbtools commented Oct 3, 2021

In case a transformation depends on other objects like a class, the transformation will not activate if it's deserialized before the dependent objects.

This change adds the transformation to the late activation step.

In case a transformation depends on other objects like a class, the transformation will not activate if it's deserialized before the dependent objects. 

This change adds the transformation to the late activation step.
@mbtools mbtools added the serialization Translate between object types and files label Oct 3, 2021
mbtools and others added 2 commits October 3, 2021 16:20
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
@larshp
Copy link
Member

larshp commented Oct 4, 2021

#5001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
serialization Translate between object types and files
Development

Successfully merging this pull request may close these issues.

None yet

2 participants