-
Notifications
You must be signed in to change notification settings - Fork 53
Name of a function-module with mixed upper-/lower-case #198
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
Comments
I could imagine this as a rule though. I find it highly unlikely that someone would use lower case letters on purpose, so I would be alright with having the ABAP Cleaner fix this. 😄 |
I expected this actually - that's why I didn't correct it myself due to the fact that I start ABAP Cleaner before activating (both in a macro). |
Hi Vlad and ConjuringCoffee, interesting finding! I think this could be a new option to the "Convert upper and lower case" rule (but maybe default off, because this would indeed change the functionality? On the other hand I agree, it is highly unlikely that this could be on purpose). However, I wonder why PrettyPrinter doesn't do this: There doesn't seem to be a valid case for lower-case characters here, and my attempts to create a function module with a lower-case character in the name all failed – or do we overlook something?
Kind regards, |
Hi Vlad, sorry, I entered a wrong issue number in the titles of the above commits – they belong to issue #197! Kind regards, |
Overlook something: Just maybe you can write a CPI-C compatible function outside the ABAP stack with a non all uppercase name and call it over RFC? |
Hi Fabian, in that case, just to be on the safe side,
Kind regards, |
I wonder if the pretty printer simply ignores strings just for the sake of convenience or performance. |
Hey,
it looks like the ABAP Cleaner doesn't interfere when changing a part of the function-module-name
I expected that "_gis_korr" would be capitalize by ABAP Cleaner.
Regards,
Vlad
The text was updated successfully, but these errors were encountered: