<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using message type MBGMCR. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285151#M153743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saquib,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;James.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2006 15:02:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-20T15:02:42Z</dc:date>
    <item>
      <title>Using message type MBGMCR.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285149#M153741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody setup this message to trigger from MB01?  Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;James.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 14:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285149#M153741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using message type MBGMCR.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285150#M153742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checkout thread :&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="290635"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;AND &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/abap-faq.htm" target="test_blank"&gt;http://www.sap-img.com/abap/abap-faq.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI...&lt;/P&gt;&lt;P&gt;MBGMCR is an Idoc generated from BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this`ll help ..!!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 14:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285150#M153742</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-04-20T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using message type MBGMCR.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285151#M153743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saquib,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;James.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 15:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285151#M153743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T15:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using message type MBGMCR.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285152#M153744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find any solution because i am stuck in the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saurabhakumbhare on Dec 23, 2009 1:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 07:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285152#M153744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T07:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using message type MBGMCR.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285153#M153745</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the error "No recipient found for message type MBGMCR in the ALE model" 
&lt;/P&gt;&lt;P&gt;(Message no. B1129) but in transaction BD64 I have configured everything:&lt;/P&gt;&lt;P&gt;Objektname GoodsMovement&lt;BR /&gt;Methodenname CreateFromData&lt;BR /&gt;Objekttyp BUS2017&lt;BR /&gt;Methode CREATEFROMDATA&lt;BR /&gt;Kurzbeschreibung Warenbewegung buchen &lt;/P&gt;&lt;P&gt;So I do not understand, why this error message appears. What is the solution?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 14:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-message-type-mbgmcr/m-p/1285153#M153745</guid>
      <dc:creator>hannes_mack</dc:creator>
      <dc:date>2019-12-12T14:32:54Z</dc:date>
    </item>
  </channel>
</rss>

