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: 

Data from Business Add-In ME_PROCESS_PO_CUST not adopted "Message no. MEPO

Former Member
0 Kudos

Hii All ,

My Scenario is that when I delete or canceled my PO line item 30 ,60 or 20 an error message is coming " Data from Business Add-In ME_PROCESS_PO_CUST not adopted "Message no. MEPO151 is triggering dynamically from another SAP Standard Class CL_PO_HEADER_HANDLE_MM from method IF_FLUSH_TRANSPORT_MM_START not from mentioned BADI's

Custom Implementation ZME_PROCESS_PO_CUST in error message ME_PROCESS_PO_CUST.

so problem is in Custom implementation ZME_PROCESS_PO_CUST or in SAP standard Class CL_PO_HEADER_HANDLE_MM in method IF_FLUSH_TRANSPORT_MM_START.

Please suggest suitable answer ?

Thanks in Advance.

1 ACCEPTED SOLUTION

madhu_vadlamani
Active Contributor
0 Kudos

HI ,

In the implementation are you using any include for messages.

Regards,

Madhu.

4 REPLIES 4

former_member361845
Participant
0 Kudos

Hi,

You can check using SE91 MEPO151 where-used-list.

As i don't find any problem in Standard Class.It must be certainly your Implementation.

Check the code, for implementing.

Hope this will help!

0 Kudos

Hii Shahin ,,

Thanks for your information but I have done that also and found Message in Se91 and find message is triggering from another Standard Class CL_PO_HEADER_HANDLE_MM from method IF_FLUSH_TRANSPORT_MM_START so How can we confirm that problem is in Implementation not in method IF_FLUSH_TRANSPORT_MM_START ?

Thanks

0 Kudos

At this moment i think you keep break points at both the place and try to debug ..

i think that will surely give you the way!

madhu_vadlamani
Active Contributor
0 Kudos

HI ,

In the implementation are you using any include for messages.

Regards,

Madhu.