<?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: BAPI_GOODSMVT_CREATE Shipping in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-shipping/m-p/3662916#M882356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The shipping instructions is not 'XX'. It is 'DS', which is available in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, when i update the PO with Shipping instructions 'DS', then the MSEG is updating with 'DS'.&lt;/P&gt;&lt;P&gt;With out updating the PO, MSEG is not updating with 'DS'. &lt;/P&gt;&lt;P&gt;If we are passing the shipping instructions to the item BAPI table to the field &lt;/P&gt;&lt;P&gt;SHIPPING, it should update MIGO. But it is not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 11:35:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T11:35:19Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE Shipping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-shipping/m-p/3662914#M882354</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 passing the Shipping instructions to the BAPI item table.&lt;/P&gt;&lt;P&gt;The field name is BAPI2017_GM_ITEM_CREATE-SHIPPING = 'XX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for MIGO transaction. When i look at the table MSEG, the shipping instruction is not populating with 'XX'.&lt;/P&gt;&lt;P&gt;This is PO MIGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 04:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-shipping/m-p/3662914#M882354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T04:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE Shipping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-shipping/m-p/3662915#M882355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the following steps and see whether the &lt;STRONG&gt;Shipping instruction 'XX'&lt;/STRONG&gt; is present in the master table &lt;STRONG&gt;T027A&lt;/STRONG&gt; or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Execute the TCode SE11&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; Enter the table name as &lt;STRONG&gt;MSEG&lt;/STRONG&gt; and click on Display.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; Select the fieldname &lt;STRONG&gt;EVERS&lt;/STRONG&gt; and go with the option &lt;STRONG&gt;Foreign Keys&lt;/STRONG&gt; or Alternatively you can select the tab &lt;STRONG&gt;Entry help/Check&lt;/STRONG&gt; and see what is the check table for this Shipping Instructions field&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt; Now the system will display the Master Table for Shipping Instructions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; See the contents of this T027A table and check whether &lt;STRONG&gt;Shipping Instruction 'XX'&lt;/STRONG&gt; is present or not. Iif it is not present then there is no chance that this gets updated to the MSEG table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6.&lt;/STRONG&gt; If it is not avalilabe in the above table then replace &lt;STRONG&gt;'XX'&lt;/STRONG&gt; by a valid value present in &lt;STRONG&gt;T027A&lt;/STRONG&gt; table and see if this is getting updated to MSEG table or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves ypur problem. &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Maddineni Bharath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 05:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-shipping/m-p/3662915#M882355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T05:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE Shipping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-shipping/m-p/3662916#M882356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The shipping instructions is not 'XX'. It is 'DS', which is available in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, when i update the PO with Shipping instructions 'DS', then the MSEG is updating with 'DS'.&lt;/P&gt;&lt;P&gt;With out updating the PO, MSEG is not updating with 'DS'. &lt;/P&gt;&lt;P&gt;If we are passing the shipping instructions to the item BAPI table to the field &lt;/P&gt;&lt;P&gt;SHIPPING, it should update MIGO. But it is not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-shipping/m-p/3662916#M882356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:35:19Z</dc:date>
    </item>
  </channel>
</rss>

