cancel
Showing results for 
Search instead for 
Did you mean: 

Using RFC adapter as TRFC call

Former Member
0 Kudos

Hi Folks,

My requirement is to use the RFC adapter as a TRFC call. Can anyone guide me how to do that ?

Regards,

Santosh

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi,

Is your RFC at the sender side or at the receiving side?

If it is at sender side, you can call the rfc function module in UPADTE task .

Sample Code:

CALL FUNCTION <FM Name> IN UPDATE TASK EXPORTING ......

If it is at receiver side, you can specify the QoS as EO(Exactly once in the sender adapter)

Regards,

Ravi Kanth Talagana

Answers (0)