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: 

User Exit for MIGO (goods receipt and goods issue)

Former Member
0 Kudos

Hi all ,

When i create a cross company goods receipt or goods issue through MIGO,I need to add another line item to the accounting documents posted with the sales tax calculated.For this i need to use a user exit which adds another line item.

Can someone suggest me the user exit which i need to use ?

any input would be of great help.

Thanks,

nsp.

3 REPLIES 3

Former Member
0 Kudos

Hi

Available exits for MIGO are

Transaction Code - MIGO Goods Movement

Exit Name Description

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

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

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

No of Exits: 8

You would hav to search through these.

Hope this helps to solve ur problem....

<b>do reward if useful....</b>

regards

dinesh

Former Member
0 Kudos

Hi nsp_nsp,

Please use Badi for your requirement. The madi MB_MIGO_BADI can be used to implement customer subscreens in migo transaction.

You can see the sample code and implement the same way.

follow menu path goto -> Sample Code -> Display.

Award points if useful else getbk,

Aleem.

Former Member
0 Kudos

Hi,

Thanks for the reply.

I put breakpoints at all the eight exits which were mentioned , but none of them triggered.Is there any other way i can check which user exit suits my requirement .

Regarding the BADI, how do i check which method suits my requirement.I need to add line items to the FI documents

Regards,

Hima Bindhu