You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be possible to make Check 69 remote enabled?
Or is that too difficult. I don't mind submitting the PR, but it'd be great to get an idea what I'd need to change in advance.
What I could find that clearly isn't remote enabled was this.
SELECT SINGLE subc FROM reposrc INTO lv_subc
WHERE progname = object_name AND r3state = 'A'.
Could this be replaced with RFC_READ_TABLE? What else would need to be exchanged?
Thanks in advance
Martin
The text was updated successfully, but these errors were encountered:
you mean like idoc function module, etc. But how is the check determining it? and could this be done via READ TABLE?
Would you accept a pull request for that?
Otherwise we might consider enhancing the coding to enable it but it be great to get a few pointers about what parts of the class do I need to replace...
Hello,
would it be possible to make Check 69 remote enabled?
Or is that too difficult. I don't mind submitting the PR, but it'd be great to get an idea what I'd need to change in advance.
What I could find that clearly isn't remote enabled was this.
SELECT SINGLE subc FROM reposrc INTO lv_subc
WHERE progname = object_name AND r3state = 'A'.
Could this be replaced with RFC_READ_TABLE? What else would need to be exchanged?
Thanks in advance
Martin
The text was updated successfully, but these errors were encountered: