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
RFC enabled Code Inspector checks #422
Comments
|
Hi, Somewhere there is a restriction that only static checks are executed remotely, however I'm not sure what it means, and dont remember much about it. |
|
Don't have any idea neither. If you look in a 7.51 system (ie the developer edition) you can identify the RFC-enabled check by the flash. |
|
setting Note that check 04 is very simple, so it might be the easiest to get working first, plus it only uses scan information. btw, the magic function module that runs the remote checks is SCI_REMOTE_RUN |
|
try this: #423 |
|
Ha, you made it (again). This fix works. Here's the (RFC!) result for Check #11 : Just one Q: |
|
I have merged the branch. ASSIGN: I assume the field does not exist in version 702, abapOpenChecks is targeted 702 and higher. Feel free to open a PR with additional fixes, note that some of the checks uses more than just the code scan information, if in doubt add as a separate PR and I will have a look. Also, I would like to move the code for setting RFC enabled to a method in ZCL_AOC_SUPER ASSIGN ('REMOTE_RFC_ENABLED') TO <lv_rfc>.
IF sy-subrc = 0.
<lv_rfc> = abap_true.
ENDIF. |
|
Hi, |
|
I've checked some of the new RFC-enabled checks -> perfect, gracias |
|
now also shown in the documentation, http://docs.abapopenchecks.org/checks/ |


Hello Lars,
currently I'm implementing a central ATC landscape (central ATC server with 7.51 and satellite DEV systems).
To use Code Inspector checks in such a landscape, the checks have to be RFC-enabled (see https://blogs.sap.com/2017/02/27/remote-code-analysis-in-atc-for-developers/ ).
Do you know already how to RFC-enable the abapOpenChecks? Or should we ask Thomas Fiedler?
If you publish a How-To on the wiki page, I'd help you to RFC-enable the checks one-by-one.
Cheers, Uwe (aka @se38)
The text was updated successfully, but these errors were encountered: