SAP: How to Test RFC from a Remote System

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.

+4
source share
1 answer

:

  • ABAP FM, SE38;
  • FM , SE37.

, - . SE37, FM.

+4

Source: https://habr.com/ru/post/1656121/


All Articles