<?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 Enhancing BAPI_GOODSMVT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398333#M1644518</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 have a requirement of updating MKPF-FRBNR, MSEG-EBELN, MSEG-ABLAD once BAPI_GOODSMVT_CREATE executed successfully, i.e., RETURN is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will modify the tables MKPF and MSEG in a FM which will be called IN UPDATE TASK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, from where calling this FM will be good? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In BAPI_GOODSMVT_CREATE, at ENHANCEMENT-POINT bapi_goodsmvt_create_g7 SPOTS es_saplmb_bus2017 in ENHANCEMENT 2  MGV_GENERATED_SAPLMB_BUS2017 after CALL FUNCTION 'MATNR_BAPI_TABLES_CONVERSION' checking if RETURN is initial (In this case we need to create structure in SE11 to pass values in EXTENSIONIN to modify those fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In my code after calling BAPI_GOODSMVT_CREATE and checking if RETURN is initial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advise at earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2011 12:57:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-19T12:57:53Z</dc:date>
    <item>
      <title>Enhancing BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398333#M1644518</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 have a requirement of updating MKPF-FRBNR, MSEG-EBELN, MSEG-ABLAD once BAPI_GOODSMVT_CREATE executed successfully, i.e., RETURN is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will modify the tables MKPF and MSEG in a FM which will be called IN UPDATE TASK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, from where calling this FM will be good? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In BAPI_GOODSMVT_CREATE, at ENHANCEMENT-POINT bapi_goodsmvt_create_g7 SPOTS es_saplmb_bus2017 in ENHANCEMENT 2  MGV_GENERATED_SAPLMB_BUS2017 after CALL FUNCTION 'MATNR_BAPI_TABLES_CONVERSION' checking if RETURN is initial (In this case we need to create structure in SE11 to pass values in EXTENSIONIN to modify those fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In my code after calling BAPI_GOODSMVT_CREATE and checking if RETURN is initial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advise at earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 12:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398333#M1644518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398334#M1644519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why dont you fill these fileds beforehand in the corrsponding structures via enhancment as in case everythingis okie they will be updated automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 08:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398334#M1644519</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-20T08:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398335#M1644520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to scn.Do you want update it manually ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 08:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398335#M1644520</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-12-20T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398336#M1644521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update this in the  structures of BAPI_GOODSMVT_CREATE instead of updating separately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 11:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-bapi-goodsmvt-create/m-p/8398336#M1644521</guid>
      <dc:creator>mithun_shetty4</dc:creator>
      <dc:date>2011-12-20T11:02:40Z</dc:date>
    </item>
  </channel>
</rss>

