We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
💡 Code pal for ABAP follows the Clean ABAP. If the issue relates to coding style, please submit it here.
Check Name Y_CHECK_BASE
Actual Behavior Code Pal unnecessarily scans the standard Includes when run for a Function Group:
Expected Behavior If the include is not from the FG underscan, skip it.
The text was updated successfully, but these errors were encountered:
We can use the new database_access->repository_access->get_functions_of_function_pool( <FG> )
database_access->repository_access->get_functions_of_function_pool( <FG> )
Sorry, something went wrong.
lucasborin
Successfully merging a pull request may close this issue.
Check Name
Y_CHECK_BASE
Actual Behavior

Code Pal unnecessarily scans the standard Includes when run for a Function Group:
Expected Behavior
If the include is not from the FG underscan, skip it.
The text was updated successfully, but these errors were encountered: