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 error message

Former Member
0 Kudos

Hi all,

Have a reqt to change material number in Line item data in MIGO Transaction.

While attempting to do that through BADI, I am able to change it in the structure but its not getting displayed on screen. Getting system message as:

BADI: Field MATNR is not ready for input. (Change is not taken over)

Message no. MIGO050

Diagnosis

The contents of field MATNR have been changed in BAdI MB_MIGO_BADI (method LINE_MODIFY). The field, however, is not ready for input, so the change cannot be copied.

Can somebody help. where can we find MIGO messages?

Thanks,

cs

5 REPLIES 5

Former Member
0 Kudos

search for a user-exit to do so..

else use field-exit...

Edited by: Sharayu Kumatkar on Apr 11, 2008 12:37 PM

0 Kudos

its not possible to make use of Exits here. How can we make configuration settings for a BADI?

Former Member
0 Kudos

Hi,

Also in the BADI you are only allowed to change the same fields, which are able to change in the only transaction (in general). So either it's possible to open the fields for change in MIGO (by customizing), or you need to search for a different place (without the checks) to make your value change.

Regards

Kiran Sure

Former Member
0 Kudos

answered

0 Kudos

Hi Sirisha C.

Could you explain how had you resolved this problem?