cancel
Showing results for 
Search instead for 
Did you mean: 

display material type field in MIGO ??

Former Member
0 Kudos

Dear All,

i would like to show the material types for materials when i made a goods reciept from po in MIGO, is there any way to add column for material type in material list screen in MIGO layout???

Accepted Solutions (1)

Accepted Solutions (1)

former_member533946
Active Contributor
0 Kudos

Hi dear,

First you have to add new tab for MIGO item level and then ask ABAP er to bring the material type from the material master into this tab at line level.

For creating the additional tab for MIGO at itemlevel you have to use BADI MB_MIGO_BADI

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

The program name, screen number and tab page text can be determined dynamically. Different screens can therefore be controlled according to the mode (for example, change mode, display mode, goods receipt, goods issue).

To read the complete documentation --go to se18 --click on BADI -- enter -- MB_MIGO_BADI----Display

inside click on "DOCUMENTATION" button and there is a complete documentation step by step

in addition to it ...--go to se18 --click on BADI -- enter -- MB_MIGO_BADI----Display ->

on the top menu -> "GOTO" -> sample code -> "Display"

in will get the "methods" tab..see the description

Initialization and Registration of Ext. Detail Screens

PBO of Detail Screen

PAI of Detail Screen

Add / Change a Line (GOITEM)

Delete a Line (GOITEM)

MIGO Reset (Delete All Internal Data)

Post Goods Movement

Check Item Data of Goods Movement

Mode of Transaction MIGO (Action / Reference Document)

Status Information and Header Data

Save Held Data

Load Held Data

Delete Held Data

PBO of Header Screen

PAI of Header Screen

Check Header Data of Goods Movement

Publish Item Data After Processing

sample code is given in these methods..so when we create a custom badi implementation of our own go to the sample code and copy the required code in the corresponding methods as required

double click on the method..for eg:IF_EX_MB_MIGO_BADI~PBO_HEADER in the sample code to see code....in this particular method we can see how method calls an external program and screen to create a new tab in MIGO...use code from mainly the following to get a new header/item tab

PBO of Header Screen

PAI of Header Screen

PBO of Detail Screen

PAI of Detail Screen

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Jürgen L

our users need to check the material type before receive it beacuse every stock has it own material type

Dear Deepak Kulkarni

thank u from your guick response but i like to make the change in the materials ALV grid not in the details screan ... can i ,

there is no customization rather than developing soultion??

JL23
Active Contributor
0 Kudos

this is not forseen.

Would this info change anything in the process?