SAP Function Modules

Share |

SAPGUI_RFC_OPEN SAP Function module - Construct RFC connection to RFC server program on presentation server

Pattern for FM SAPGUI_RFC_OPEN - SAPGUI RFC OPEN
Associated Function Group: SGUI
Released Date: Not Released
CALL FUNCTION 'SAPGUI_RFC_OPEN' "Construct RFC connection to RFC server program on presentation server
  EXPORTING
    command =                   " rfcopt-rfcexec
*   trace = SPACE               " rfcopt-rfctrace
  IMPORTING
    destination =               " rfcdes-rfcdest
  EXCEPTIONS
    CANNOT_OPEN = 1             "
    .  "  SAPGUI_RFC_OPEN






Share |