2011 Sep 28 12:35 PM
I have implemented method process_item within badi ME_PROCESS_PO_CUST. All methods are active and badi itself is active.
I have changed something but I am not able to see what. Now, I execute me21n and badi is not executed.
how could I know what is wrong?
Thanks.
2011 Sep 28 1:06 PM
Hi
Check the method CHECK with a break-point when you save the document or when you try to validate it.
Regards
Eduardo
2011 Sep 28 5:58 PM
2011 Sep 29 7:04 AM
Hi,
As the badi migrated to enhancement spot, you would have created enhancement implementation. If it was created, please check whether the enhancement implementation is active and also the field 'Effect in current client' is 'Implementation is called' or not.
Regards,
Poornima
2011 Sep 29 8:34 AM
I have got implementation ZME_PROCESS_PO_CUST and it is active. Where can I see field 'Effect in current client' and its value?
Thanks.
2011 Sep 29 8:37 AM
Hi,
Where can I see field 'Effect in current client
Did not understand.Create a po in which client you implemented and see.
Regards,
Madhu.
2011 Sep 29 8:44 AM
That´s exactly my problem;when creating a PO badi is not executing.
2011 Sep 29 8:57 AM
Hi,
Did you tried by a keeping a break point .Check your land scape of the systems in which client you created whether the request need to be transport or not.
Regards,
Madhu.
2011 Sep 29 9:30 AM
Hi,
In SE18 give ME_PROCESS_PO_CUST as the enhancement spot and display. At the left side of the screen you can see the badi definition ME_PROCESS_PO_CUST. Expand the tree and double click on implementations. You can see the enhance implementations created. Double click on the enhancement implementation and in that screen there is a check box 'Implementation is active' and field 'Effect in current client'.
If you know the enhancement implementation name(not the badi implementation name), you can check it directly from se19.
Regards,
Poornima
2011 Sep 29 11:43 AM
Hi,
Is it like you have two different clients. One is for development (Like 120) & other is for testing(Like 130)? Could you please check?
Thanks,
Abhijit
2011 Sep 29 11:56 AM