I'm debugging a solution where a program in one SAP system (A
) calls a remote-enabled function module in a different SAP system (B
) via RFC connection.
Is there a way to 'test-run' the RFC from A
, like we normally do with SE37 for local function modules? The remote function module does not exist in A
, so SE37 just gives an error message that the function module does not exist.
I can run the function module in B
using SE37, but I need to test it over an RFC connection.