cancel
Showing results for 
Search instead for 
Did you mean: 

New Tab in MIGO screen

Former Member
0 Kudos
818

Hi,

I want to add a new tab in MIGO sceen to store some additional details in header level

when creating a goods reciepts. Please help me with any user exit or Badi available to create a new tab and give the details of which method to use.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can use the BADI to create additional tab to store additional data. MB_MIGO_BADI is used

to create a new tab. You can create an implementation to the above BADI in se19 and use the methods in it to access the runtime data of MIGO screen.

Copy the sample code and use the method PBO_HEADER to create a new tab. create a screen which you want to implement

in form painter and give the screen name and number in the PBO_HEADER method and activate the BADI. Your screen will

automatically appears as new tab. Use the method POST_DOCUMENT to save the details you enter in mIGO screen in a Z table.

Thanks

Answers (5)

Answers (5)

Former Member
0 Kudos

Set of Badi's used for MIGO Transaction

ARC_MM_MATBEL_CHECK Check Add-On-Specific Criteria for MM_MATBEL

ARC_MM_MATBEL_WRITE Check Add-On-Specific Data for MM_MATBEL

MB_BATCH_MASTER Setting of Batch Data at Goods Movement

MB_CHECK_LINE_BADI BAdI: Check Line Before Copying to the Blocking Tables

MB_CIN_LMBMBU04 posting of gr

MB_CIN_MM07MFB7 BAdI for India Version exit in include MM07MFB7

MB_CIN_MM07MFB7_QTY Proposal of quantity from Excise invoice in GR

MB_DOCUMENT_BADI BAdIs when Creating a Material Document

MB_DOCUMENT_UPDATE BADI when updating material document: MSEG and MKPF

MB_MIGO_BADI BAdI in MIGO for External Detail Subscreens

MB_MIGO_ITEM_BADI BAdI in MIGO for Changing Item Data

MB_RESERVATION_BADI MB21/MB22: Check and Complete Dialog Data

Former Member
0 Kudos

Hi,

Check the Function Group : XM06.

All the function modules in this function group are releated to user exist for MIGO.

You have to create the screen in this function group.

regards

Rajesh V

Edited by: Rajesh Venkataramanan on Jun 3, 2009 1:20 PM

Former Member
0 Kudos

Hi,

Use this BADI you can able to create the TAB in MIGO.

BADI name : MB_MIGO_BADI.

Regards

Thiru

Former Member
0 Kudos

Hello,

Refer this link

https://www.sdn.sap.com/irj/scn/advancedsearch?query=newTabinMIGOscreen+&cat=sdn_all

GauthamV
Active Contributor
0 Kudos

Plz SEARCH in SCN before posting ,you will get lot of posts with this badi.

MB_MIGO_BADI

shishupalreddy
Active Contributor
0 Kudos

Hello,

Please see the BADI MIGO_MIGO_BADI 's methodS

Regards