Login Form

Best viewed in IE 7.0

ADVERTISEMENTS
ADVERTISEMENT

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.

ADVERTISEMENT
Free software downloads