Application Development and Automation 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: 
Read only

BadI

Former Member
0 Likes
571

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

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.

3 REPLIES 3
Read only

Former Member
0 Likes
431

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.

Read only

0 Likes
430

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

Read only

0 Likes
430

Hi

Try to check the BADIs MEPO by trx SE18.

Max