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

Release strategy not updated

Former Member
0 Likes
687

Hello Gurus,

I have a problem concerning the status of release strategy of my POs.

I have a PO which when I modify it triggers automatic release and BAPI_PO_RELEASE is used successfully.

Now when the save process is over and the I go to the release strategy tab, none of my status are set correctly. The first one has a warning sign and the others are blank, just as if no modification were made.

However, if I edit the same PO or re-open the PO, the status are correct this time. It seems that the status are not getting refreshed appropriately.

What can i do to solve this issue?

Thanks a lot

Parvez

Hello Gurus,

I have a problem concerning the status of release strategy of my POs.

I have a PO which when I modify it triggers automatic release and BAPI_PO_RELEASE is used successfully.

Now when the save process is over and the I go to the release strategy tab, none of my status are set correctly. The first one has a warning sign and the others are blank, just as if no modification were made.

However, if I edit the same PO or re-open the PO, the status are correct this time. It seems that the status are not getting refreshed appropriately.

What can i do to solve this issue?

Thanks a lot

Parvez

1 REPLY 1
Read only

Former Member
0 Likes
436

Hi, sometimes you have to call BAPI_TRANSACTION_COMMIT (or just COMMIT WORK) after calling a BAPI. So although the execution of the BAPI is correct the data is not stored/updated.