Simple RFC

001 system built function module

 

Check the remote call

 

 

 

The value must be passed

 

 

 

 

 

Activation function module

Go to the 666 system into SM59

 

 

 Click Create

 

 

 ZSALAH4 to DESTINATION

001IP address for the destination host

 

 

 

 

 

 

connection succeeded

 

 

 SE38 call the function module

Z_SALAH_MOD (function block)

DESTINNATION (in connection SM59)

Source:

DATA GT_01 TYPE TABLE OF MARA.
DATA CODE TYPE N.
CALL FUNCTION 'Z_SALAH_MOD' DESTINATION 'ZSALAH4'
EXPORTING BUKRS 2000
  IMPORTING CODE CODE
    TABLES TAB_MARA = GT_01.
BREAK-POINT.

 

 

 

 Test Results

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/salah/p/11926377.html