<?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: Problem with SUBMIT -- Urgent ... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-urgent/m-p/1304208#M159509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence you are returning back after submit. You can split the values of selection table and sent it. Probably putting the submit in a loop with 1500 records for each submition.&lt;/P&gt;&lt;P&gt;Enjoy...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt; Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2006 05:30:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-31T05:30:28Z</dc:date>
    <item>
      <title>Problem with SUBMIT -- Urgent ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-urgent/m-p/1304206#M159507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While using SUBMIT, I get DUMP for the stmt&lt;/P&gt;&lt;P&gt; SUBMIT zrabest_alv01&lt;/P&gt;&lt;P&gt;         WITH  SELECTION-TABLE gi_seltab&lt;/P&gt;&lt;P&gt;         AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the gi_seltab is having more records. Suppose around 18000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump messg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail bel&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', w&lt;/P&gt;&lt;P&gt; neither                                                              &lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure "VIEW&lt;/P&gt;&lt;P&gt; "(FORM)"                                                             &lt;/P&gt;&lt;P&gt;.                                                                     &lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this excepti&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.                        &lt;/P&gt;&lt;P&gt;The reason for the exception is:                                      &lt;/P&gt;&lt;P&gt;The SQL statement generated from the SAP Open SQL Statement violates a&lt;/P&gt;&lt;P&gt;restriction imposed by the database system used in R/3.                                                                                &lt;/P&gt;&lt;P&gt;Possible errors:                                                      &lt;/P&gt;&lt;P&gt; o The maximum size of an SQL statement has been exceeded.            &lt;/P&gt;&lt;P&gt; o The statement contains too many input variables.                   &lt;/P&gt;&lt;P&gt; o The space needed for the input data exceeds the available memory.  &lt;/P&gt;&lt;P&gt; o ...                                                                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me out .... Thnks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 05:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-urgent/m-p/1304206#M159507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT -- Urgent ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-urgent/m-p/1304207#M159508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mohankumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Suppose around 18000 records&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  This error will come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Bcos when we have select options,&lt;/P&gt;&lt;P&gt;   the final database SQL query which is generated&lt;/P&gt;&lt;P&gt;   is in the form of&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  where field in ('val1','val2','val3', ....... 'val18000')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now , all most all databases, including oracle,&lt;/P&gt;&lt;P&gt;   have a limit for such IN values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Whenever this limit exceeds, it will give error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 05:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-urgent/m-p/1304207#M159508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T05:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT -- Urgent ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-urgent/m-p/1304208#M159509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence you are returning back after submit. You can split the values of selection table and sent it. Probably putting the submit in a loop with 1500 records for each submition.&lt;/P&gt;&lt;P&gt;Enjoy...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt; Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 05:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-urgent/m-p/1304208#M159509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T05:30:28Z</dc:date>
    </item>
  </channel>
</rss>

