‎2009 Mar 24 4:01 PM
Hi All,
There is a BAPI for creating Goods Movement BAPI_GOODSMVT_CREATE. I want to use this BAPI for triggering Inbound Processing. I need help configuring the interface for creating goods movement using BAPI.
I have successfully configured the inbound processing using process code WMMB, which triggers function module L_IDOC_INPUT_WMMBXY. But this FM or rather the idoc type WMMBID02 does not have any fields for Catch weight items and I do not want to create any extensions on this IDOC type.
So was wondering if the BAPI BAPI_GOODSMVT_CREATE can be configured for EDI Inbound Processing.
‎2009 Mar 24 4:17 PM
hi,
try to use message type MBGMCR, it calls function module IDOC_INPUT_MBGMCR and
then BAPI_GOODSMVT_CREATE...
regards,darek
‎2009 Mar 25 3:14 PM
Thanks Derek,
I used /CWM/MBGMCR which handles catch weight management.