‎2006 Apr 20 3:19 PM
Hi All,
I am trying to use message type MBGMCR as an outbound message. We have setup a new output type so that we can trigger an IDOC form MB01 using transmissionmedium 'A' for ALE processing. I am not sure what program and processing routine to use in the ouput type. I have tried program RSNASTED form routine ALE_PROCESSING, but this does not work.
Does anybody setup this message to trigger from MB01? Any help would be appreciated.
Regards,
James.
‎2006 Apr 20 3:43 PM
Checkout thread :
AND
http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
http://www.sap-img.com/abap/abap-faq.htm
FYI...
MBGMCR is an Idoc generated from BAPI_GOODSMVT_CREATE
Hope this`ll help ..!!
Thanks
Saquib
‎2006 Apr 20 3:43 PM
Checkout thread :
AND
http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
http://www.sap-img.com/abap/abap-faq.htm
FYI...
MBGMCR is an Idoc generated from BAPI_GOODSMVT_CREATE
Hope this`ll help ..!!
Thanks
Saquib
‎2006 Apr 20 4:02 PM
Hi Saquib,
An interface for business object BUS2017 method CREATEFROMDATA already exists. The outbount function module for the interface is ALE_GOODSMVT_CREATE. What I can't understand is how to link this function to an output type, so the I can generate an IDOC from an output message in MB01. There must be a program I can put in the setup of the message type. The alternative would be to use a standard function and right my own program to call the function ALE_GOODSMVT_CREATE to generate the IDOC, but I want to avoid. SAP must supply a standard, but I can't find any information on this.
Any Ideas?
Regards,
James.
‎2009 Dec 23 7:50 AM
Hi James.
Did you find any solution because i am stuck in the same problem.
Edited by: Saurabhakumbhare on Dec 23, 2009 1:20 PM
‎2019 Dec 12 2:32 PM
Hello,
I have the error "No recipient found for message type MBGMCR in the ALE model"
(Message no. B1129) but in transaction BD64 I have configured everything:
Objektname GoodsMovement
Methodenname CreateFromData
Objekttyp BUS2017
Methode CREATEFROMDATA
Kurzbeschreibung Warenbewegung buchen
So I do not understand, why this error message appears. What is the solution?