<?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 Using MBGMCR03 Inbound for reason code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mbgmcr03-inbound-for-reason-code/m-p/2541306#M577517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm in the Functional Speccing stage of a project. the process I need to document is this: Requirement to post goods movements interfaced into SAP from an external system. I have scoured the forums throughout the web and found only 1 thing similar (on this site) - solution is to use WMMBXY/WMMBID02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with this is that there is no specific field for reason code (which I need to use) in WMMBID02 as there is in MBGMCR03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use MBGMCR03 inbound when it has no associated inbound process code bearing in mind that the SAP system is to have no custom developments/modifications? If I have to do some mods what is the minimum that needs to be done either for WMMBID02 to have additional reason code field or for MBGMCR03 to become inbound-friendly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 10:09:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T10:09:34Z</dc:date>
    <item>
      <title>Using MBGMCR03 Inbound for reason code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mbgmcr03-inbound-for-reason-code/m-p/2541306#M577517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm in the Functional Speccing stage of a project. the process I need to document is this: Requirement to post goods movements interfaced into SAP from an external system. I have scoured the forums throughout the web and found only 1 thing similar (on this site) - solution is to use WMMBXY/WMMBID02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with this is that there is no specific field for reason code (which I need to use) in WMMBID02 as there is in MBGMCR03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use MBGMCR03 inbound when it has no associated inbound process code bearing in mind that the SAP system is to have no custom developments/modifications? If I have to do some mods what is the minimum that needs to be done either for WMMBID02 to have additional reason code field or for MBGMCR03 to become inbound-friendly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mbgmcr03-inbound-for-reason-code/m-p/2541306#M577517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using MBGMCR03 Inbound for reason code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mbgmcr03-inbound-for-reason-code/m-p/2541307#M577518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More info? In WMMBID02 the field E1MBXYI-GRUND for reason code (as in table MSEG) is there but its text refers to Asset master records. It has only 3 characters allowed and refers to table T098.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MBGMCR03 field E1BP2017_GM_ITEM_CREATE-MOVE_REAS (data element MB_GRBEW (same as in MSEG-GRUND)) refers to table T157D and has 4 characters and so seems to have no correlation with WMMBID02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas? Can I still use the GRUND field from E1MBXYI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 10:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mbgmcr03-inbound-for-reason-code/m-p/2541307#M577518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using MBGMCR03 Inbound for reason code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mbgmcr03-inbound-for-reason-code/m-p/2541308#M577519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use MBGMCR03 IDOC. This idoc is of type BAPI-ALE interface. So for these idoc's the process code will be 'BAPI' . This idoc inbound process code agiain will call BAPI_GOODSMVT_CREATE FM to create a goods movement. So you can use this IDOC type by configuring the process code as BAPI in we21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajkumar Abbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mbgmcr03-inbound-for-reason-code/m-p/2541308#M577519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:10:20Z</dc:date>
    </item>
  </channel>
</rss>

