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

MIGO_GR

karuna_gangireddy
Contributor
0 Likes
467

Hi All,

I am looking for a spot in MIGO_GR before the PO data is loaded or when anytime after data is loaded and before we hit POST or before batch is created. I need to perform some validations on the data. The following are the once i tried:

BADI:

1. MB_MIGO_ITEM_BADI

2. MB_MIGO_BADI

3. WB2_GOODS_REC_INPUT

FM's:

1. EXIT_SAPMM07M_004

2. EXIT_SAPMM07M_003

These did not work for me. Any place i am missing?

Thanks in advance,

Karuna.

Hi All,

I am looking for a spot in MIGO_GR before the PO data is loaded or when anytime after data is loaded and before we hit POST or before batch is created. I need to perform some validations on the data. The following are the once i tried:

BADI:

1. MB_MIGO_ITEM_BADI

2. MB_MIGO_BADI

3. WB2_GOODS_REC_INPUT

FM's:

1. EXIT_SAPMM07M_004

2. EXIT_SAPMM07M_003

These did not work for me. Any place i am missing?

Thanks in advance,

Karuna.

1 REPLY 1
Read only

Former Member
0 Likes
413

when anytime after data is loaded and before we hit POST

for this you can use MB_MIGO_BADI LINE_MODIFY and check whatever you want

regards