Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Synchronous & Asynchronous BAPI

Former Member
0 Likes
1,166

Hi,

I understand the basic difference between Sync & Async BAPIs that the client waits for the response in case of Synchronous BAPI.

But I would really appreciate if anybody can give me little more details as to how it is implemented or probably point me to a link where I could find more info.

Thanks,

Ritu

4 REPLIES 4
Read only

Former Member
0 Likes
682

Hi,

Do I have to use ALE for BAPIs? I thought it was only in case of IDocs..

Regards,

Ritu

Read only

Homiar
Product and Topic Expert
Product and Topic Expert
0 Likes
682

Ritu,

No, you don't need to use ALE for BAPIs. I sent those lins so you can see the examples & go through documentation that might help you in your development.

Regards,

Homiar.

Read only

Former Member
0 Likes
682

If you set the <b>WAIT (WAIT = 'X'.)</b> parameter of <b>BAPI_TRANSACTION_COMMIT</b>, you have converted a BAPI to Sync BAPI or else it is Async.

The WAIT parameter will additionally return a update error <b>"Updating could not be completed"</b> if the update failed.

And no you do not need to configure ALE for BAPI execution.

Rishi