<?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: Getting dump while displaying invoice. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138713#M989606</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;   You attempting OPEN CURSOR..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So while using OPEN CURSOR syntax remember one thing....,&lt;STRONG&gt;only a limited number of database cursors can be open at the same time.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;So to solve your problem you hav to close other OPEN CURSORS... with CLOSE CURSOR...statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; CLOSE CURSOR &amp;lt;cursor variable&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since only a limited number of database cursors can be open simultaneously, you should close all database cursors no longer required. &lt;/P&gt;&lt;P&gt;Try this..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;And Plz get back here with the way, you solved the problem.&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 04:13:38 GMT</pubDate>
    <dc:creator>naveen_inuganti2</dc:creator>
    <dc:date>2008-07-18T04:13:38Z</dc:date>
    <item>
      <title>Getting dump while displaying invoice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138712#M989605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a credit memo and went to create a invoice and saved the invoice. But when I went to display that invoice I am getting a dump saying that &lt;/P&gt;&lt;P&gt;"The system attempted to open a cursor for a SELECT or OPEN CURSOR&lt;/P&gt;&lt;P&gt;statement but all 16 cursors were already in use.&lt;/P&gt;&lt;P&gt;The statement that failed accesses table "VBFA ".&lt;/P&gt;&lt;P&gt;The erroneous statement accesses table "VBFA ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dump Analysis:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;012420   FORM vorgaenger_sonstiges TABLES i_vorgaenger STRUCTURE x_vorgaenger&lt;/P&gt;&lt;P&gt;012430                             USING i_beleg i_position i_typ&lt;/P&gt;&lt;P&gt;012440                                   i_ebene i_mandant.&lt;/P&gt;&lt;P&gt;012450   * VBFA lesen&lt;/P&gt;&lt;P&gt;012460     IF i_position IS INITIAL.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;       SELECT *&lt;/P&gt;&lt;P&gt;012480              FROM vbfa&lt;/P&gt;&lt;P&gt;012490              WHERE vbeln  = i_beleg&lt;/P&gt;&lt;P&gt;012500              AND vbtyp_n  = i_typ&lt;/P&gt;&lt;P&gt;012510              AND stufe = 0&lt;/P&gt;&lt;P&gt;012520              ORDER BY PRIMARY KEY.&lt;/P&gt;&lt;P&gt;012530         vbfa-stufe = i_ebene.&lt;/P&gt;&lt;P&gt;012540         vbfa-matnr+17 = 'X'.&lt;/P&gt;&lt;P&gt;012550         PERFORM vorgaenger_aufnehmen.&lt;/P&gt;&lt;P&gt;012560         PERFORM vorgaenger_ermitteln USING i_mandant&lt;/P&gt;&lt;P&gt;012570                                            vbfa_tab-vbelv&lt;/P&gt;&lt;P&gt;012580                                            vbfa_tab-posnv&lt;/P&gt;&lt;P&gt;012590                                            vbfa_tab-vbtyp_v&lt;/P&gt;&lt;P&gt;012600                                            vbfa_tab-logsys&lt;/P&gt;&lt;P&gt;012610                                            i_ebene.&lt;/P&gt;&lt;P&gt;012620       ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one guide me what is the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please it s urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 03:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138712#M989605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T03:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump while displaying invoice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138713#M989606</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;   You attempting OPEN CURSOR..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So while using OPEN CURSOR syntax remember one thing....,&lt;STRONG&gt;only a limited number of database cursors can be open at the same time.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;So to solve your problem you hav to close other OPEN CURSORS... with CLOSE CURSOR...statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; CLOSE CURSOR &amp;lt;cursor variable&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since only a limited number of database cursors can be open simultaneously, you should close all database cursors no longer required. &lt;/P&gt;&lt;P&gt;Try this..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;And Plz get back here with the way, you solved the problem.&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 04:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138713#M989606</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-07-18T04:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump while displaying invoice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138714#M989607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But naveen i dont know where i want to close this cursor.&lt;/P&gt;&lt;P&gt;Can u please eloberate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;niki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 05:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138714#M989607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T05:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump while displaying invoice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138715#M989608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 06:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-while-displaying-invoice/m-p/4138715#M989608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T06:34:19Z</dc:date>
    </item>
  </channel>
</rss>

