<?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 Material Document Posting against Process Order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119394#M1618333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks dear; &lt;/P&gt;&lt;P&gt;                   I have also test it for single document creation of Serial number(s) based material. But error remains same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2011 11:08:59 GMT</pubDate>
    <dc:creator>muhammad_sohail</dc:creator>
    <dc:date>2011-09-13T11:08:59Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE Material Document Posting against Process Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119391#M1618330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;                    I want to post more than one documents from BAPI "BAPI_GOODSMVT_CREATE". It is working fine for GR(gmcode = 02) 101 Mvt. type. But the problem is that when there is a GI (gmcode = 03), serial numbers document comes; it display an error as " Content of order 1000400: 40000134 transferred to interface (IMSEG)".&lt;/P&gt;&lt;P&gt;My Question is that: Is this a correct BAPI for serial numbers assigned materials, OR I should use another bapi for these serial number materials. &lt;/P&gt;&lt;P&gt;Will you please let me know the name of the BAPI which I should use in this regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;***** I am using BAPI_GOODSMVT_CREATE as follows for Process Orders:::::

    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
      EXPORTING
        goodsmvt_header               = gmhead
        goodsmvt_code                 = gmcode
*   TESTRUN                       = ' '
*   GOODSMVT_REF_EWM              =
* IMPORTING
*   GOODSMVT_HEADRET              =
*   MATERIALDOCUMENT              =
*   MATDOCUMENTYEAR               =
      TABLES
        goodsmvt_item                 = fitab "bapi_itab
        goodsmvt_serialnumber         = itab_serials
        return                        = errmsg
*   GOODSMVT_SERV_PART_DATA       =
*   EXTENSIONIN                   =
              .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 09:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119391#M1618330</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2011-09-13T09:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE Material Document Posting against Process Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119392#M1618331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      This is kind of error takes place in case of there is a difference between the interface data and the order data. Please check the structure IMSEG (MMIM: Input Structure for General FM to Post Goods Movement) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Example: The order was created for plant 0001, but plant 0002 is passed on in the interface.&lt;/P&gt;&lt;P&gt;Please check your data. Also check the structure IMSEG. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 10:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119392#M1618331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE Material Document Posting against Process Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119393#M1618332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function is intended to create a single document , Here is an excerpt from the FM documentation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Functionality&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this method to create a material document for a goods movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;You can only create one material document each time you call up the method.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a simulation function before posting the goods movement to check how the data is updated in the database. The standard system is configured so that the goods movement is posted immediately, without prior simulation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 10:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119393#M1618332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T10:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE Material Document Posting against Process Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119394#M1618333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks dear; &lt;/P&gt;&lt;P&gt;                   I have also test it for single document creation of Serial number(s) based material. But error remains same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 11:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119394#M1618333</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2011-09-13T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE Material Document Posting against Process Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119395#M1618334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case I think it has to do with the data your sending the bapi.&lt;/P&gt;&lt;P&gt;Try reading the FM documentation It's very extensive for a change &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 11:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119395#M1618334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE Material Document Posting against Process Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119396#M1618335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done it through BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 07:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-material-document-posting-against-process-order/m-p/8119396#M1618335</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2011-09-16T07:55:00Z</dc:date>
    </item>
  </channel>
</rss>

