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: 

enhancement related to MIGO

Former Member
0 Kudos

On purchase requistion screen there is a field Requistioner Name

we want whenever we do Good Reciepts posting ( GR ) in MIGO , then

we want to send an email to the person who creates the Purchase Requistion ( PR )

 Tables : ADR6

can any one suggest where to code for that

Moderator Message: Spec-dumping is not allowed. Do your own work.

Edited by: kishan P on Oct 28, 2010 10:31 AM

1 REPLY 1

Former Member
0 Kudos

Hi Gaurav,

You can use BADI : MB_MIGO_BADI for your requirement. There is a method called "POST DOCUMENT" which will get triggered just before posting the MIGO document. There is a table called IT_MSEG which will contain PO details, with that you can retrieve Requester name and send the mail as well.

Thanks & Regards,

Faheem.