‎2008 Feb 24 10:09 AM
hi,
transactional rfc are transferred with parameters data in byte streme using which protocol
‎2008 Feb 29 8:10 PM
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