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

BAPI_PR_CHANGE within user-exit

Former Member
0 Likes
676

Hi friends am using the BAPI_PR_CHANGE within a user-exit while doing transfer posting in MIGO.

since its within the user-exit i am not able to write commit work or transaction commit . Is ther any other way to commit the BAPI.

Even once the documents are posted the PR changes are not updated.

Please suggest a suitable solution for this issues.

Hi friends am using the BAPI_PR_CHANGE within a user-exit while doing transfer posting in MIGO.

since its within the user-exit i am not able to write commit work or transaction commit . Is ther any other way to commit the BAPI.

Even once the documents are posted the PR changes are not updated.

Please suggest a suitable solution for this issues.

2 REPLIES 2
Read only

Manohar2u
Active Contributor
0 Likes
550

MIGO commit is enough for your BAPI to work and it depends on which exit you are using. If 'before save' it works and if 'after save' then you can give commit work.. Which exit you are using?

Read only

Former Member
0 Likes
550

Iam using the EXIT_SAPLMBMB_001. As per my requirement in the exit am doing changes to PR's and updating the same in R/3 and also it should be updated in APO server so am using the particular BAPI. But its not updating the PR changes in r/3 or APO.