Banner
Banner

Attention: open in a new window. PDFPrintE-mail

2008
29
May

Calling a transaction on another system

Use the following function module to call a transaction on another system:

      call function 'TH_REMOTE_TRANSACTION'
      
exporting
        dest         = dest
        tcode        = tcode
      
importing
        comm_message = comm_message
        syst_message = syst_message.

 dest is the logical destination as defined in SM59 of the system you want to execute 'tcode' in.

Last Updated (Tuesday, 03 June 2008 23:28)
Banner
Free software downloads