Replies: 1 comment
-
Hello @Joselguti, the sessions in question are long running RFC calls, from another platform, correct? What kind of platform it is and why closing sessions from that platform is not possible? The party which created RFC connections should also close (clean-up) them, using RFC connection close() or cancel()method. Why external program (PyRFC) should close them? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using another platform to generate sessions into my SAP Platform, however these connections don't get closed once I finish the code and there is no close object.
I wanted to know if it is possible to generate a connection in PyRFC with the parameters that were generated from this other connection in this other platform and close said connection with PyRFC.
The parameters I have access to:
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions