‎2007 Feb 21 5:10 PM
Hello,
I need some good inputs on tRFC..
Inputs awaited
regards,
‎2007 Feb 21 5:56 PM
The concept and architecture of tRFC
is such that,
even if the other server is DOWN, at the time of making the call,
the r/3 system will ensure,
that wehenver the other system is UP,
it will connect and do the rfc call.
This processing happens INDEPENDENTLY
of the calling program.
The callling program, can CONTINUE after the tRFC call is made.
It NEED NOT WAIT, after calling the FM.
Hence, it is asynchrous.
Alll the details like TID , status stored in ARFCSSTATE
ARFCSDATA.
the default hit is 30 times for each 15 mins.
U can change it in SM59 tcode.
syntax is
CALL FUNCTION <Function module name> IN BACKGROUND TASK DESTINATION <destination name>
Hope this helps.