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 for MIGO - Posting

Former Member
0 Likes
622

Hi All,

I'm working on MIGO - Posting. My requirement is when good are moved from one storage location to other storage location,

i should trigger a mail, Please suggest me the suitable BADI.

Regards

Suprith

1 ACCEPTED SOLUTION
Read only

0 Likes
581

USe BADI : MB_MIGO_BADI : method : POST_DOCUMENT .

in this check the importing paramerter : it_mseg , in that u can find the moment type for your requirement .

based on the condition of moment type , u can submit a program in which u can write ur code for mail .

Hope this will solve ur problem.

Hi All,

I'm working on MIGO - Posting. My requirement is when good are moved from one storage location to other storage location,

i should trigger a mail, Please suggest me the suitable BADI.

Regards

Suprith

3 REPLIES 3
Read only

0 Likes
582

USe BADI : MB_MIGO_BADI : method : POST_DOCUMENT .

in this check the importing paramerter : it_mseg , in that u can find the moment type for your requirement .

based on the condition of moment type , u can submit a program in which u can write ur code for mail .

Hope this will solve ur problem.

Read only

Former Member
0 Likes
581

Inside BADI specified by VAMSHI use function module SO_NEW_DOCUMENT_SEND_API1 to send mails.

Read only

0 Likes
581

Do not use API directly , submit a program and in that u use the API.

Edited by: CH. VAMSHI on Sep 29, 2009 1:34 PM