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 Transaction code debugging...

Former Member
0 Likes
844

Hi Friends,

I want to display my material details by giving material number and year of the material. its working well for data which is present in database. but when i try to display archived data its showing that 'material Doesn't exist'.

i have stored all the archived material details which is in internal table. i dont know where to pass this values while execution transaction code 'MIGO' for displaying archived material in MIGO screen.

please help me on this..

thanks and regards,

Raja V.

1 REPLY 1
Read only

Former Member
0 Likes
397

hi

This is too peculiar... but upto my knowledge u should pass them into a BADI and show that the material is archeived one.. *(yet to face such a problem).

check for any of the following BADI which is flowing in MIGO as per ur req and

MB_BATCH_MASTER

MB_RESERVATION_BADI

MB_QUAN_CHECK_BADI

MB_PHYSINV_INTERNAL

MB_MIGO_ITEM_BADI

MB_MIGO_BADI

MB_DOC_BADI_INTERNAL

MB_DOCUMENT_UPDATE

MB_DOCUMENT_BADI

MB_CIN_MM07MFB7_QTY

MB_CIN_MM07MFB7

MB_CIN_LMBMBU04

MB_CHECK_LINE_BADI

ARC_MM_MATBEL_WRITE

ARC_MM_MATBEL_CHECK

check with a break-point whether u can bring those line items into this BADI. then it is possible to show an error or popup stating these materials are archeived.

hope this might help u in some way...

Regards,

venkat.