Answer Posted / raktim
A remote function call is a call to a function module
running in a system different from the caller's. The remote
function can also be called from within the same system (as
a remote call), but usually caller and called will be in
different systems.
SAP ABAP RFCs are of 3 types:
1. Synchronous RFC
2. Transactional RFCs
3. Queued RFCs.
1. Synchronous RFC
In Synchronous RFCs both the Systems must be available at
the time of the call. These RFCs are based on Synchronous
communication.
2. Transactional RFCs
Here the called system need not be available at the time of
the call. A unique transaction ID is generated and the
called program is stored in the system along with the data.
If the receiving system is not available for a long time
then the call is scheduled to run in a batch.
3. Queued RFCs.
To guarantee that multiple LUWs are processed in the order
specified by the application, tRFC can be serialized using
queues (inbound and outbound queues). This type of RFC is
called queued RFC (qRFC).
qRFC is therefore an extension of tRFC. It transfers an LUW
(transaction) only if it has no predecessors (in reference
to the sequence defined in different application programs)
in the participating queues.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are the difference between call screen and leave screen?
Explain how to create any functions?
How to specify a client for database table processing?
what is user specific parameter?
What is tcode se16?
Which commands are used for interactive reports?
What is exception class and test class. How to use it?
what precautions or prerequisites do you follow to update a record into database table and how
What is the procedure you followed to upload the data?
What are the basic objects of the data dictionary?
What are the internal tables and work area?
What is a projection view? : abap data dictionary
can anyone please tell me, in orient paper mill project which fields exits for creating report.
What are Table control and tab strip control in dialog programming ?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?