-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Variable Naming inside Reduce #200
Comments
yea, its a bug in the abaplint downport, abap on 702 does not have any mechanism for scoping, so the code must rename the variables in the downport |
It sortof makes sense because it shouldn't work in ABAP. But ABAP cheats and pretends to do local scope when in fact both |
hmm, perhaps I can do a fix, hmm, but I also have actual work to do 😅 hmm, no, need to get variable renaming implemented first |
@ceedee666 try again |
closing, no reply |
Hi @larshp,
while working on the ITAB Aggreation exercise on Exercism I encounterd the follow issue.
The code below works on ABAP in the cloud.
On Exercism I had to rename the variable names inside the
REDUCE
statments to be uniqe.The text was updated successfully, but these errors were encountered: