cancel
Showing results for 
Search instead for 
Did you mean: 

Material Document generated from EM10 cant be viewed

0 Kudos

Hello,

When using movement type U61 for installation of device the material document in MM is generated in the background but cant be viewed.

i can see the material document number and the stock effect is correct.
but when trying to view the content of the material document, i receive the below message

Posting string reference U61 is not planned

Message no. MIGO060


i also have checked note 700015.
and searched archived posts with not luck.

any ideas guys, this is very important for integration between ISU DM and MM

please help!

View Entire Topic
former_member183424
Active Contributor
0 Kudos

Check this oss note 1878808 - MB5B displays error message MIGO060 for mvt type 851, you may need to do it for your movement type.

0 Kudos

have you tried this with IS-U , because this note has a warning on the header that says it is only meant for IS-OIL

"IS-OIL-specific note"

former_member183424
Active Contributor
0 Kudos

I do not have IS enabled system.

I have checked the message's where used list and found that the message occurs when entry is not there in table MIGO_T156.

In program LMIGOBU5

SELECT SINGLE * FROM migo_t156

INTO es_migo_t156

WHERE bustr = e_got156-bustr.

IF sy-subrc <> 0.

MESSAGE e060(migo) WITH e_got156-bustr.

ENDIF.