‎2009 Aug 08 8:01 AM
Hi all,
we have scenario where we are taking goods Receipt with Reference to Delivery document. for that we are using BAPI_GOODSMVT_CREATE .
document flow is updating when we create Goods receipt through T-code;MIGO.
my problem is document flow is not updating when we create Goods receipt through BAPI_GOODSMVT_CREATE .
regards
narendra
‎2009 Aug 08 8:53 AM
check the following example
http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
‎2009 Sep 21 12:35 PM
insert values for
GOODSMVT_ITEM-DELIV_NUMB
GOODSMVT_ITEM-DELIV_ITEM
and for
GOODSMVT_ITEM-PO_NUMBER
GOODSMVT_ITEM-PO_ITEM
‎2009 Dec 23 9:42 AM