2011 May 12 5:22 PM
Hi Gurus
I am facing a problem to create a *new tab in transaction MIGO*.
The scenario is like, the "item text" tab in ME21n/ME22n which contains some text, needs to be mapped in MIGO under a new tab.
I checked with BADI "MB_MIGO_BADI" but unable to find the exact interface to implement.
Thanks in advance
2011 May 13 12:11 PM
Hi Sandy
Check the method PBO_DETAIL of badi MB_MIGO_BADI: for Item level screen add your screen to that code .
1> NEW TAB for Item level in MIGO
E_CPROG = 'ZSCREEN'. '' Screen should be a container
E_DYNNR = '1001'. "" Screen No
E_HEADING = 'ITEM TEXT '. Heading
2 > Creating Standard text :
using se75 cretae standard text and text objetcs as MIGO is not haing as if in PO .
Create an entry using the DOCUMENT NO and ITEM NO combination and save the cretaed text using Create_text
entry would be store in STXH table .
3 > Use BADI MB_DOCUMENT_BADI* : For creatign actual text for item level mrthod 😘 MB_DOCUMENT_BEFORE_UPDATE* .
Hope it will be help full .
Thanks & Regards
Swapnil Kamble
2011 May 13 12:11 PM
Hi Sandy
Check the method PBO_DETAIL of badi MB_MIGO_BADI: for Item level screen add your screen to that code .
1> NEW TAB for Item level in MIGO
E_CPROG = 'ZSCREEN'. '' Screen should be a container
E_DYNNR = '1001'. "" Screen No
E_HEADING = 'ITEM TEXT '. Heading
2 > Creating Standard text :
using se75 cretae standard text and text objetcs as MIGO is not haing as if in PO .
Create an entry using the DOCUMENT NO and ITEM NO combination and save the cretaed text using Create_text
entry would be store in STXH table .
3 > Use BADI MB_DOCUMENT_BADI* : For creatign actual text for item level mrthod 😘 MB_DOCUMENT_BEFORE_UPDATE* .
Hope it will be help full .
Thanks & Regards
Swapnil Kamble