Warning: include_once(http://erpgenie.com/_borders/topabap.htm) [function.include-once]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52

Warning: include_once() [function.include]: Failed opening 'http://erpgenie.com/_borders/topabap.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Poll

What area of ABAP are you interested in?
 
Home arrow Tips and Tricks arrow Connectors / BAPIs arrow Synchronous and Asynchronous BAPI
Synchronous and Asynchronous BAPI PDF Print E-mail
User Rating: / 1
PoorBest 
Written by P. Renjith Kumar   
Wednesday, 16 May 2007
 Synchronous BAPIs

Synchronous means we will have the action immediately . Synchronous BAPIs are generally used to read data from a remote logical system, for example to display a customer list.

 Asynchronous BAPIs

Asynchronus will perform the action in background  . Asynchronous BAPIs are generally used for replicating data on one or more logical systems, for example to distribute article master data.

Look this function module :

BAPI_TRANSACTION_COMMIT

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

EXPORTING

WAIT =

IMPORTING

RETURN =

If we set the WAIT (WAIT = 'X'.) parameter of BAPI_TRANSACTION_COMMIT, Then we  have converted a BAPI to Syncronous BAPI or else it is Asyncronous.
 


Related Items:

Last Updated ( Wednesday, 16 May 2007 )
 
< Prev   Next >

Google Search

Statistics

Contribution Activity
Utilities: 38
Tips and Tricks: 333
Sample Code: 164
Total Contributions: 550

Member Activity
Members: 6244 since 2/1/2007!
New: 1 since yesterday!
Visitors: 1077627

Newest Members

Welcome our newest members:

Google Ads


Warning: include(http://erpgenie.com/_borders/bottom.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22

Warning: include() [function.include]: Failed opening 'http://erpgenie.com/_borders/bottom.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22