<?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: Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6640751#M1443443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and use bapi for the following transaction BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 03:08:08 GMT</pubDate>
    <dc:creator>anup_deshmukh4</dc:creator>
    <dc:date>2010-02-10T03:08:08Z</dc:date>
    <item>
      <title>Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6640750#M1443442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to move the stock value from one storage location to another storage location within a plant. &lt;/P&gt;&lt;P&gt;Using MB1B t-code with 311 movement type. &lt;/P&gt;&lt;P&gt;i need function module for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 03:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6640750#M1443442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T03:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6640751#M1443443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and use bapi for the following transaction BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 03:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6640751#M1443443</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-02-10T03:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6640752#M1443444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes Anup is right, you can create transfer posting, goods movement by using BAPI &lt;STRONG&gt;'BAPI_GOODSMVT_CREATE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to pass the following values to BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Header data&lt;/P&gt;&lt;P&gt;2. Movement Code&lt;/P&gt;&lt;P&gt;3. Itam data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For tranfer posting goods movement code shold be 03 and for goods issue it should be 04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    GOODSMVT_HEADER  = W_GOODSMVT_HEADER  (Posting adte, document date and other required header data)&lt;/P&gt;&lt;P&gt;     GOODSMVT_CODE    = LV_CODE   &lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    MATERIALDOCUMENT = W_MATERIALDOCUMENT&lt;/P&gt;&lt;P&gt;    MATDOCUMENTYEAR  = W_MATDOCUMENTYEAR&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    GOODSMVT_ITEM    = I_GOODSMVT_ITEM (itam data table)&lt;/P&gt;&lt;P&gt;    RETURN           = I_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read the documentation of &lt;STRONG&gt;'BAPI_GOODSMVT_CREATE'&lt;/STRONG&gt; for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mrinal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 06:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6640752#M1443444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T06:23:59Z</dc:date>
    </item>
  </channel>
</rss>

