Home ABAP Tutorials RFC Asynchronous RFC
Asynchronous RFC PDF Print E-mail
User Rating: / 2
PoorBest 
ABAP Tutorials - RFC
Written by admin   
Sunday, 17 January 2010 12:20

In case of Asynchronous (aRFC) call, the system passes the control back to the calling program immediately. The RFC call is executes in a different work process or in a new internal session.

aRFC calls are of two types: 

  1. Asynchronous call without response
  2. Asynchronous call with response
In case of aRFC, you can ask you calling program to wait until it receives some response from the calling function module. You can then process the result of the aRFC call.

In case of aRFC without response, any error message or system exceptions from the executing function module cannot be handled in the calling program. The processing of a aRFC without response is shown in the below diagram:

Asynchronous call wihtout response

In case of aRFC with response, you can ask the system to call back a method or a subroutine when the RFC all is executed. For this, the calling program must give the system an opportunity to call the ABAP FORM to handle the response of aRFC call.

The execution of an aRFC with response is shown in below diagram:

Asynchronous call with response

Comments
Add New Search
Write comment
Name:
Email:
 
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Thursday, 21 January 2010 18:51 )
 

Advertisement

 

Google Search

Advertisement