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: 

MIGO Validation

Former Member
0 Kudos

Hi,

How to put some validation in MIGO at item level ?

If the material is X, the text (SGTXT) should not be empty.

Thanks

5 REPLIES 5

Former Member
0 Kudos

Do ur enhancement in Migo Badi...........

there are different interfaces....check out wich is suitable to u and put ur code after prper varification.

even u can use Exits also there.

Regards

ricky

former_member188685
Active Contributor
0 Kudos

Check this BADI

MB_MIGO_BADI <---try this may be you it will trigger.

Edited by: Vijay Babu Dudla on Sep 1, 2008 6:42 AM

Former Member
0 Kudos

userexit

MBCF0006

BADI

MB_MIGO_ITEM_BADI

GauthamV
Active Contributor
0 Kudos

HI,

use these badi.

MB_MIGO_ITEM_BADI BAdI in MIGO for Changing Item Data

MB_MIGO_BADI BAdI in MIGO for External Detail Subscreens

former_member181995
Active Contributor
0 Kudos

Badi:MB_MIGO_BADI

Method:CHECK_ITEM or LINE_MODIFY.