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: 

Retain Values in MIGO after CALL TRANSACTION

Former Member
0 Kudos

Hi guys,

I need to write a program that will automatize MIR7 after MIGO under certain constrains. MIGO is manually done against purchase order. After MIGO is done, MIR7 should be triggered and needs to be done in the background. For this I need to get PO entered in MIGO. Is there any way to get it if I write CALL TRANSACTION or something in a program?

Regards,

Ahamed Yashif

1 REPLY 1

rajkumarnarasimman
Active Contributor
0 Kudos

HI Ahamed,


Ahamed Yashif wrote:

MIGO is manually done against purchase order. After MIGO is done, MIR7 should be triggered and needs to be done in the background. For this I need to get PO entered in MIGO. Is there any way to get it if I write CALL TRANSACTION or something in a program?

Regards,

Ahamed Yashif

MIR7 need to be done in background, it is nothing but you are planned to park the invoice document. It is better to use the bapi BAPI_INCOMINGINVOICE_PARK. Write the same in MIGO Exit.

Please find the following exit in MIGO Transaction .

Exit name Short text

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

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

Regards

Rajkumar Narasimman.