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: 

me52n exits badi

former_member2492
Active Participant
0 Kudos

Hi all,

I am looking for an exit badi for transaction me52n

I am trying to modify the delivery date when you enter a new material in the transaction .When I enter another material it should not change.

I have tried the following badi , enhacment spots (it does not go in debug):

ME_PROCESS_REQ_CUST,ME_CCP_ACTIVE_CHECK,ME_BAPI_PO_CUST

MM06E007,MEREQ001
4 REPLIES 4

former_member1716
Active Contributor

Jonathan Blavatsky,

Please try with BADI ME_REQ_POSTED.

0 Kudos

thanks Satish this one enteres in debug when I click save,if you find a badi to enter in debug when you hit enter,please let me know.I upvoted your answer

0 Kudos

Kindly look at BADI documentation. you can implement this to achieve your requirement.

The following parameters are available:

  • IM_EBAN - Purchase requisition new
  • IM_EBAN_OLD - Purchase requisition old
  • IM_EBKN - Purchase requisition account assignment new
  • IM_EBKN_OLD - Purchase requisition account assignment old

Sandra_Rossi
Active Contributor
0 Kudos

Here is a general solution to find user exits of the main technologies:

  • They are usually mentioned in SPRO activities
  • You may debug the code and stop at statements GET BADI (new BAdIs) and CALL CUSTOMER-FUNCTION (old user exits), or stop at method cl_exithandler=>get_instance (old BAdIs)
  • You may trace the ABAP execution with SAT and search procedure names containing the word EXIT