Calling Methods Via RFC With a Generic Wrapper Program
If you’re an ABAP developer like me, chances are you’ve needed to call a method in a class that resides in another SAP system. Since it is not possible to call a method remotely, you must create a remote-enabled function…