‎2007 Mar 07 1:51 PM
Hi,
I need to implement a control between the value of the items of purchases orders that refer to the same item of a purchase requisition and the value of that item of the purchase requisition.
Someone can help me in finding the right badi?
Thank You
Matteo Parenti
‎2007 Mar 07 3:47 PM
You need to find out which are in all BADI getting the triggered while creating or changing the "Purchase Order" and Visiblity of the data in the method of the badi i.e. Import/export parameter for putting logic.
You can find BADIs using the class CL_EXITHANDLER: Put break point in method GET_INSTANCE "CALL METHOD cl_exithandler=>get_class_name_by_interface". This class will return you the BADI;. then, execute.. the transaction..
Hope it will help you.
‎2007 Mar 07 3:47 PM
You need to find out which are in all BADI getting the triggered while creating or changing the "Purchase Order" and Visiblity of the data in the method of the badi i.e. Import/export parameter for putting logic.
You can find BADIs using the class CL_EXITHANDLER: Put break point in method GET_INSTANCE "CALL METHOD cl_exithandler=>get_class_name_by_interface". This class will return you the BADI;. then, execute.. the transaction..
Hope it will help you.
‎2007 Mar 07 4:52 PM
Thank You Arjun,
but I am a consultant of MM, not a developer, so I cannot well understand Your answer to my question. I forwarded your answer to the developer that work with me to resolve this question, but he did not get help from your answer, and I cannot know why. Thank You anyway to have answered
‎2007 Mar 07 4:58 PM
Hi
Try to check the BADIs MEPO by trx SE18.
Max