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

Bug Fix Translation DOM Fix Values #9

Merged
merged 13 commits into from
Nov 27, 2019
1 change: 1 addition & 0 deletions src/zcl_ci_test_translations.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ CLASS zcl_ci_test_translations IMPLEMENTATION.
WHERE domname = @object_name "#ec ci_conv_ok
AND ddlanguage = @m_spras
AND as4local = 'A'
AND ddtext <> ''
INTO TABLE @it_key. "#EC CI_SUBRC
WHEN '0009'.
pattern = |{ object_name }___|. " followed by 3 digits
Expand Down