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

Can BAPI Calls in a report trigger an IDOC using BAPI-ALE?

Former Member
0 Likes
512

Hi,

I had a requirement to create PO using BAPI. The code is complete. But now I have to use an IDOc instead of BAPI since it is an asynchronous scenario.

Is there any possible way that after CALL BAPI step in the report, an IDOc will be triggered. Is it possible if i set-up BAPI-ALE?

If yes, do we need to call call_bapi_commit after calling the BAPI.

Please share your opinions.

Thank you,

Regards,

Sreehari.

Hi,

I had a requirement to create PO using BAPI. The code is complete. But now I have to use an IDOc instead of BAPI since it is an asynchronous scenario.

Is there any possible way that after CALL BAPI step in the report, an IDOc will be triggered. Is it possible if i set-up BAPI-ALE?

If yes, do we need to call call_bapi_commit after calling the BAPI.

Please share your opinions.

Thank you,

Regards,

Sreehari.

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
475

When the PO is created you can configure change pointers which will trigger the idocs.

Read only

Former Member
0 Likes
475

Hi Suhas,

I want the PO to be created using IDocs.

Want to understand the concept of BAPI-ALE. Will merely calling a BAPI trigger an IDOC by setting up BAPI-ALE.

Regards,

SReehari