abapOpenChecks
abapOpenChecks copied to clipboard
CHECK_06 - Pretty printer for Function Modules
When I activate a Function Module after, execute Pretty Painter, code changes and all Function Module interface to uppercase:
Before:
After:
I don't know if this is a SAP requirement or if it is an Eclipse bug.
If this is right, maybe CHECK_06 shouldn't check Function Modules interface
Same with include generated
Same for several checks (naming conventions, empty branch, bad indentation...), them are raised for a generated change document function module:
It would be some way to check if some object is automatically generated to skip them?
I was about to report this. Was #909 meant to fix it for FM signatures? We're still running into it now as well.
@jelliottp, was this issue successfully fixed by #1106? :)
To my knowledge, yes.