What is the difference between transactional rfc and
regular rfc
Answers were Sorted based on User's Feedback
Answer / hari kiran vemula
There are mainly 4 types of RFC communication in SAP. They are
1.Synchronous RFC
2.Asynchronous RFC
3.Transactional RFC
4.Queued RFC
Synchronous RFC (sRFC) : In this type of RFC communication,
the calling program waits until the requested processing
step on the remote system has ended and then continues to
work locally.
In other words, both the systems involved must be available
at the time the call is made.
Asynchronous RFC (aRFC) : In this type of RFC communication,
the calling program gives the request to the remote system
and immediately continues to work locally. The requested
processing step is executed on the remote system in isolation.
If the remote system cannot be reached at the time of the
call, the asynchronous calls of the RFC client are lost
Transactional RFC (tRFC) : This type of RFC communication is
similar to asynchronous RFC but by allocating a transaction
id(TID) it guarantees that if a request is sent several
times because of network problems it is processed only
once. Unlike asynchronous RFC, in Transactional RFC the
remote system does not have to be available at the moment
the RFC client program start the call. The data is held in
the source system until the target system is available.
The report program RSARFCSE is called in the background at
regular intervals and tries to place the unsuccessful
requests, identified by their transaction id again.
Queued RFC (qRFC) : This RFC communication is an extension
to the transactional RFC. In this method, all the requests
are queued up(inbound queue and outbound queue) and are
processed in a sequence only if it is certain that all
preceding calls are processed correctly. This method
guarantees that all the requests are processed in the
sequence in which they are received.
This type of RFCs will be used in SCM (APO) systems for CIF
queues etc where requests have to be processed in an order.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / rony
Transactional RFC: It is an advanced version of Async RFC
where the source systems process will not wait for the target
system resources and writes an entry in to ARFC tables. Where
a background scheduler “RSARFCSE” runs for every 60sec and
reads the ARFC tables to commit the transactions. QoS (Quality
of Service). It uses QoS (EO) Exactly Once to commit the
transactions.
Regular RFC:It provides communication mechanism between two
systems where acknowledgement is not required (eg: it is
similar to post card).
Is This Answer Correct ? | 4 Yes | 1 No |
what is the use of tcode pfud?what is it's advantage?
No sample data in IDES after a successful client copy. When will occur this problem and how to fix it?
Where will u find transport error logs?
of the two client copy methods remote and export-import which method lets you copy to different r/3 version? which method requires both systems to be on same support pack level?
what are the jspm related logs that you see at os level at the time of java stack upgradation?
What is the purpose of table tadir?
What is JVM switch. Why JVM switch is required ?
What is the purpose of webdisptcher and Installing and configuring Web Dispatcher what are the prerequisites?
how can u see the version of the profile in sap
what is the use of psapundo tablespace? what is the error ora -01555 represents.how can u prevent this error?
How to transport users from one client to another?
Where will you defind logon balancing, how would define and what strategy will you use?