<?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 BAPI_GOODSMVT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/4339295#M1033619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi im Using BAPI_GOODSMVT_CREATE for mvmt type 101...&lt;/P&gt;&lt;P&gt;for maintaining serial no's..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;when my PO qty is 93...i should give the issue qty as 5...&lt;/P&gt;&lt;P&gt;and the enter 5 serial no's and save..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is getting correct when posted through MB01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i use this BAPI...&lt;/P&gt;&lt;P&gt;it sthrowing the message..."Maintain serial numbers for total quantity"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any body help me on this...for posting partially&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2008 09:43:58 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2008-08-22T09:43:58Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/4339295#M1033619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi im Using BAPI_GOODSMVT_CREATE for mvmt type 101...&lt;/P&gt;&lt;P&gt;for maintaining serial no's..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;when my PO qty is 93...i should give the issue qty as 5...&lt;/P&gt;&lt;P&gt;and the enter 5 serial no's and save..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is getting correct when posted through MB01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i use this BAPI...&lt;/P&gt;&lt;P&gt;it sthrowing the message..."Maintain serial numbers for total quantity"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any body help me on this...for posting partially&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/4339295#M1033619</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-08-22T09:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/4339296#M1033620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fill the Table parameter 'GOODSMVT_SERIALNUMBER'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAMPLE CODE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
       exporting
         GOODSMVT_HEADER = GOODSMVT_HEADER
         GOODSMVT_CODE = GOODSMVT_CODE
         TESTRUN = TESTRUN
       importing
         GOODSMVT_HEADRET = GOODSMVT_HEADRET
         MATERIALDOCUMENT = MATERIALDOCUMENT
         MATDOCUMENTYEAR = MATDOCUMENTYEAR
       tables
         GOODSMVT_ITEM = GOODSMVT_ITEM
         GOODSMVT_SERIALNUMBER = GOODSMVT_SERIALNUMBER
         RETURN = RETURN
       exceptions
         OTHERS =  1
         .
    IF SY-SUBRC &amp;lt;&amp;gt; 0.
*     write IDoc status-record as error                                *
      CLEAR BAPI_RETN_INFO.
      BAPI_RETN_INFO-TYPE       = 'E'.
      BAPI_RETN_INFO-ID         = SY-MSGID.
      BAPI_RETN_INFO-NUMBER     = SY-MSGNO.
      BAPI_RETN_INFO-MESSAGE_V1 = SY-MSGV1.
      BAPI_RETN_INFO-MESSAGE_V2 = SY-MSGV2.
      BAPI_RETN_INFO-MESSAGE_V3 = SY-MSGV3.
      BAPI_RETN_INFO-MESSAGE_V4 = SY-MSGV4.
      BAPI_IDOC_STATUS          = '51'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pankaj Singh on Aug 22, 2008 3:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/4339296#M1033620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T09:47:56Z</dc:date>
    </item>
  </channel>
</rss>

