Application Development 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: 

Reason for error Data from Business Add-In ME_PROCESS_PO_CUST not transferr

Former Member
0 Kudos

Hi,

I have done a BADi implementation for ME_PROCESS_PO_CUST and when I try to convert a PR to PO using ME59N and i am getting below error.

Data from Business Add-In ME_PROCESS_PO_CUST not transferred

This error is very intermittent and some time i get while creating or chnaging PO but whenever i try to convert a PR to PO, i always get this error. Can any body tell me the root cause for this and some tips to fix it.

Thanks in advance.

Sunil.

2 REPLIES 2

former_member223537
Active Contributor
0 Kudos

Hi Sunil,

I feel that you need to put some validation for tcode in the BADI. The BADI should skip the validation in some scenarios.

But in your case it seems to be doing the validations in all scenarios.

Best regards,

Prashant

0 Kudos

Thanks for reply Prashant, ya this can be done to skip the error message and create a PO but the problem is, This BADI been implemented for ME59N itself so i need that code to be executed that is there in BADI, I cannot skip those. I feel that I need to know the main cause for this error and then it can be fixed. If you can cast some more light on the cause of the error that would be great.

Thanks

Sunil.