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: 

to add custom field in migo

santosh_kumar94
Participant

dear experts,

   i have requirement to add custom field in t-code migo using badi.

under quantity field  ( the field should not editable , it should only display the data).

so, how to add custom field  in the existing tab. ( note : i don't want to add new tab)

i am using badi : MB_MIGO_BADI .

please provide me the steps .

Moderator message: not enough research before posting -> question status removed

Message was edited by: Thomas Zloch

3 REPLIES 3

former_member193464
Contributor
0 Kudos

By MB_MIGO_BADI i think you can only add a new tab with custom fields. And you did not want to make a custom tab so this badi wont be helpful i guess.

These are some exits for MIGO you can check

MBCF0002 

MBCF0005 

MBCF0006 

MBCF0007 

MBCF0009 

MBCF0010 

MBCF0011 

MBCFC003 

MBCFC004 

go to SMOD
select 'component'  option and 'display'. It will give all function modules, screen exits to you , see which one is useful for you.

0 Kudos

dear sir,

please confirm me that really, it is not possible to add new custom field using MB_MIGO_BADI

0 Kudos

If you go through the documentation , i think it says it is for extending tabstrips.


With the Business Add-In (BAdI) MB_MIGO_BADI, you can extend the interface of the goods movements transaction (MIGO) with additional tabstrip controls for the detailed information (detail tabstrips) and header information (header tabstrips). It is possible for an external application

  • to display an additional detail tabstrip with own subscreen (max. 10 lines) in MIGO
  • to display an additional header tabstrip with own subscreen (max. 3 lines) in MIGO

you can go through the whole documentation and check for yourself. Hope it helps.