Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

tRFC

Former Member
0 Likes
308

Hello,

I need some good inputs on tRFC..

Inputs awaited

regards,

1 REPLY 1
Read only

Former Member
0 Likes
278

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.