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: 

Purchase Requisition BAdI

Former Member
0 Kudos

I am trying to identify a BAdI that will be invoked anytime a Purchase Requisition

is Created, Changed or Saved.

It should be invoked regardless of how the Purchase Requisition is modified.

It would, for example, be invoked whether the PR is generated through ME51N

or through the creation of a Sales Order in the background.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check these badis's also.. (For ME51N)

ME_COMMITMNT_PARKING Activation: That parking is not calling open item interfaces

ME_MEREQ_PARKING Activation: Parking for the purchase req. for Public Sector

For ME51: Check these

ARC_MM_EKKO_CHECK

ARC_MM_EKKO_WRITE

MEGUI_LAYOUT

ME_CHECK_OA

ME_CIN_LEINRF2R

ME_CIN_LEINRF2V

ME_CIN_MM06EFKO

ME_CIP_ALLOW_CHANGE

ME_CIP_REF_CHAR

ME_COMMTMNT_PO_RELEV

ME_DP_CLEARING

ME_FIELDSTATUS_STOCK

ME_INFOREC_SEND

ME_PROCESS_PO

ME_PROCESS_PO_CUST

ME_PROCESS_REQ

ME_PURCHDOC_POSTED

ME_REQ_OI_EXT

ME_REQ_POSTED

ME_WRF_STD_DNG

MM_DELIVERY_ADDR_SAP

Ragards

Raghu

Edited by: Raghavendra Rao G on Aug 25, 2009 3:04 PM

4 REPLIES 4

Former Member
0 Kudos

Hi,

Check: ME_PROCESS_REQ_CUST

Regards,

Himanshu

Former Member
0 Kudos

Hi,

For searching BADI & User exits goto se84, click on enhancements -> BADI->definitions and then put in the package name in the right.

In this case package name for PR is ME. So putting that in SE84 would fetch you all the BADI's relevant for PR and also PO because PO falls in the same package 'ME'.

Regards,

Amit

0 Kudos

Hi,

Check these BADIs .

ME_PROCESS_REQ,

ME_PROCESS_REQ_CUST,

ME_MEREQ_PARKING,

ME_REQ_HEADER_TEXT,

Regards,

Surendar Reddy.

Former Member
0 Kudos

Hi,

Check these badis's also.. (For ME51N)

ME_COMMITMNT_PARKING Activation: That parking is not calling open item interfaces

ME_MEREQ_PARKING Activation: Parking for the purchase req. for Public Sector

For ME51: Check these

ARC_MM_EKKO_CHECK

ARC_MM_EKKO_WRITE

MEGUI_LAYOUT

ME_CHECK_OA

ME_CIN_LEINRF2R

ME_CIN_LEINRF2V

ME_CIN_MM06EFKO

ME_CIP_ALLOW_CHANGE

ME_CIP_REF_CHAR

ME_COMMTMNT_PO_RELEV

ME_DP_CLEARING

ME_FIELDSTATUS_STOCK

ME_INFOREC_SEND

ME_PROCESS_PO

ME_PROCESS_PO_CUST

ME_PROCESS_REQ

ME_PURCHDOC_POSTED

ME_REQ_OI_EXT

ME_REQ_POSTED

ME_WRF_STD_DNG

MM_DELIVERY_ADDR_SAP

Ragards

Raghu

Edited by: Raghavendra Rao G on Aug 25, 2009 3:04 PM