‎2006 Oct 10 8:05 PM
Hello,
When you start the transaction MIGO after entering the Purchase order and clicking on execute you get the head and detail overview. My question is:
1. Which is the BAPI which returns this details?
I am trying to get that details using Web Dynpro.
Many thanks,
Dharmi
‎2006 Oct 10 8:14 PM
Hi,
Transaction MIGO is not using BAPI to show Header and Detail overview.
But you can use BAPI function modules
BAPI_PO_CREATE --> To create Purchase Order
BAPI_PO_CHANGE --> To change Purchase Order
BAPI_PO_GETDETAIL --> Todisplay Purchase Order
Thanks,
Ramakrishna
‎2006 Oct 10 8:10 PM
Hi Dharmi,
Have you looked ME_DISPLAY_PURCHASE_DOCUMENT?
Regards,
Ferry Lianto
‎2006 Oct 10 8:14 PM
Hi,
Transaction MIGO is not using BAPI to show Header and Detail overview.
But you can use BAPI function modules
BAPI_PO_CREATE --> To create Purchase Order
BAPI_PO_CHANGE --> To change Purchase Order
BAPI_PO_GETDETAIL --> Todisplay Purchase Order
Thanks,
Ramakrishna
‎2006 Oct 10 8:29 PM
‎2006 Oct 10 8:55 PM
Hi Dharmi,
There are 2 FM used in MIGO which give the details required by you.
ME_READ_HEADER_GOODS_RECEIPT (Header overview)
ME_READ_ITEM_GOODS_RECEIPT (Details).
Both the FM's require only Purchase Order # as input.
However you need these are normal FM and you can change to RFC and use the same. There is nor direct BAPI to help you out.
Cheers,
Vikram
Pls reward for helpful replies!!