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: 

ME_PROCESS_PO_CUST - Badi error for ME21N

0 Kudos

Hi Experts,

I have used 'ME_PROCESS_PO_CUST' Badi to default and check some values in the item level for ME21N.

My issue is, i have coded the defaults in method 'PROCESS_ITEM' and the checking for error message in method 'CHECK'

when i do a testing the badi control doesn't go to the 'CHECK' method it just keep on looping between 'PROCESS_HEADER' and 'PROCESS_ITEM' , so ultimately the transaction is not executing it keeps on passing the control between these two methods and it gets struck forever.

please suggest me if there is any statement i need to use to pass the control to the method 'CHECK' so i can default the values and save the document.

useful will be rewarded.

Thanks in advance,

Kishore

Edited by: KISHORE S on Feb 11, 2011 8:53 AM

1 REPLY 1

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Check if Note 637467 - ME_PROCESS_PO_CUST: Endless loop due to field change happens. It's for 4.70

Regards

Eduardo