I am debugging a solution in which a program in one SAP ( A) system calls a function module with remote support in another SAP ( B) system through an RFC connection.
Is there a way to โtestโ the RFC from A, as we usually do with SE37 for local function modules? The remote function module does not exist in A, so SE37 simply displays an error message that the function module does not exist.
I can run the function module in Busing SE37, but I need to test it by RFC connection.
source
share