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: 

Badi for changing Stock type in MIGO transaction

Former Member
0 Kudos

Hello ALL,

IS there any BADI or EXIT for changing stock type in MIGO when we are doing GR against PO then we need to change the Stock type to Unrestricted stock.

Please let me know.Awarded if useful.

Regards

3 REPLIES 3

Former Member
0 Kudos

hi,

Look into the BADI MB_MIGO_BADI.

or

Exits:

MBCF0009 Filling the storage location field

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0011 Read from RESB and RKPF for print list in MB26

Sirish

0 Kudos

hi,

you need to implement BADi named MB_MIGO_ITEM_BADI from se19 and add this code in the method.

IS_GOITEM-INSMK = 'F'.

Gaurav

0 Kudos

It is incredible the things people say whithout confirm that it works......

Gaurav, if you write the sentence "IS_GOITEM-INSMK = 'F'." it will not work because the parameter is only import......

Steel member???