We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In abapGit, the variable zif_abapgit_version=>gc_abap_version was changed to zif_abapgit_version=>c_abap_version.
zif_abapgit_version=>gc_abap_version
zif_abapgit_version=>c_abap_version
This was done in commit dc4b3705216757c7533f5802d51. The change causes a syntax error in method EXECUTE_GET_VERSIONS in Y_CODE_PAL_SERVICE.
EXECUTE_GET_VERSIONS
Y_CODE_PAL_SERVICE
The text was updated successfully, but these errors were encountered:
Will be made obsolete if dependency to abapGit is removed in #524
Sorry, something went wrong.
lucasborin
Successfully merging a pull request may close this issue.
In abapGit, the variable
zif_abapgit_version=>gc_abap_version
was changed tozif_abapgit_version=>c_abap_version
.This was done in commit dc4b3705216757c7533f5802d51.
The change causes a syntax error in method
EXECUTE_GET_VERSIONS
inY_CODE_PAL_SERVICE
.The text was updated successfully, but these errors were encountered: