<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1671133#M296606</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;I got the same error, can you tell me how did you solve this?&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;Jennie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2007 13:48:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-12T13:48:08Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1671132#M296605</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;I am trying to use the BAPI_GOODSMVT_CREATE and I got a dump like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The termination occurred in the ABAP program "SAPLMG22" in "MARC_ARRAY_READ".       &lt;/P&gt;&lt;P&gt; The main program was "ZI_0005_INVENTORY ".                                          &lt;/P&gt;&lt;P&gt;The termination occurred in line 190 of the source code of the (Include) program "LMG22U01"                                                                 &lt;/P&gt;&lt;P&gt; of the source code of program "LMG22U01" (when calling the editor 1900).            &lt;/P&gt;&lt;P&gt; Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in     &lt;/P&gt;&lt;P&gt;  the                                                                                &lt;/P&gt;&lt;P&gt;procedure "MARC_ARRAY_READ" "(FUNCTION)" but was not handled locally, not           &lt;/P&gt;&lt;P&gt;  declared in the                                                                    &lt;/P&gt;&lt;P&gt; RAISING clause of the procedure.                                                    &lt;/P&gt;&lt;P&gt; The procedure is in the program "SAPLMG22 ". Its source code starts in line 5       &lt;/P&gt;&lt;P&gt; of the (Include) program "LMG22$01 ".                                               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The source code extract is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT * FROM MARC APPENDING TABLE IMARC                                       &lt;/P&gt;&lt;P&gt;         FOR ALL ENTRIES IN  IPRE01                                                  &lt;/P&gt;&lt;P&gt;                        WHERE MATNR = IPRE01-MATNR                                   &lt;/P&gt;&lt;P&gt;                        AND   WERKS = IPRE01-WERKS.                                  &lt;/P&gt;&lt;P&gt;      IF SY-SUBRC EQ 0.                                                              &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Übernehmen der neuen Einträge in die TMARC -------------------               &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ZAEHLER1 = ZAEHLER_IMARC + 1.                                                &lt;/P&gt;&lt;P&gt;        LOOP AT IMARC FROM ZAEHLER1.                                                 &lt;/P&gt;&lt;P&gt;          APPEND IMARC TO TMARC.                                                     &lt;/P&gt;&lt;P&gt;          APPEND IMARC TO MARC_TAB.                                                  &lt;/P&gt;&lt;P&gt;        ENDLOOP.                                                                     &lt;/P&gt;&lt;P&gt;        SORT IMARC BY MATNR WERKS.                                                   &lt;/P&gt;&lt;P&gt;        SORT TMARC BY MATNR WERKS.                                                   &lt;/P&gt;&lt;P&gt;        SORT MARC_TAB BY MATNR WERKS.                                                &lt;/P&gt;&lt;P&gt;      ENDIF.                                                                                &lt;/P&gt;&lt;P&gt;Can some one tell me why is this ?&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;&lt;/P&gt;&lt;P&gt;Message was edited by: lakshmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 17:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1671132#M296605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T17:41:07Z</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/1671133#M296606</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;I got the same error, can you tell me how did you solve this?&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;Jennie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 13:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1671133#M296606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T13:48:08Z</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/1671134#M296607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, the problem has to be in your parameters. Could you please post back with the call you are making and its context?&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;Leonardo De Araujo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 14:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1671134#M296607</guid>
      <dc:creator>LeonardoAraujo</dc:creator>
      <dc:date>2007-02-12T14:05:58Z</dc:date>
    </item>
  </channel>
</rss>

