cancel
Showing results for 
Search instead for 
Did you mean: 

BADI / EXIT in MIGO

Former Member
0 Kudos

Hi

We want to give some custom msg during document saving in MIGO.

Can someone suggest a BADI or EXIT for this.

Regards

Vikas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello All,

How to add custom fields in batch tab of MIGO transaction code.

How do we implement custom subscreen in batch tab of MIGO.

dheeraj_vaishampayan
Active Contributor
0 Kudos

Hi,

following BAdi is available in MIGO, it can be used for creating custom tab,

BADI MB_MIGO_BADI BAdI in MIGO for External Detail Subscreens

Use

Application component: MM-IM-GR; MM-IM-GI

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

o to display an additional detail tabstrip with own subscreen (max. 10

lines) in MIGO

o 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).

Former Member
0 Kudos

Hello,

Try this BADI

MB_DOCUMENT_BADI

Regards,

Kumar