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
732

hi,

transactional rfc are transferred with parameters data in byte streme using which protocol

1 REPLY 1
Read only

former_member188594
Active Participant
0 Likes
571

Hi,

Transaction ID (TID) / tRFC (Transactional Remote Function Call) management for inbound events. SAP uses a transaction and its corresponding ID to frame an event, guaranteeing that each piece of data is delivered once and only once from SAP. SAP sends a Transaction ID (TID) with the event data.

Note: Because the adapter uses asynchronous communication, it cannot be used when cross-referencing is required.

Protocol for ensuring that an RFC is executed successfully and executed only once on the target system. SAP Business Connector can handle both inbound and outbound tRFCs.

TRFC protocol: Communications method that an SAP component uses to asynchronously invoke a function on a remote system and that a remote system uses to asynchronously invoke a function on an SAP component. The tRFC protocol ensures that an RFC is executed successfully and only once.

I believe it uses Simple Object Access [SOAP] protocol.

Reward points if useful.

Regards,

Sekar