<?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 Short dump 'Table does not exist in database' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961801#M1490000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a report is executing it is going to short dump by saying 'Table does not exist in database'. As per the short dump analysis this issue is happening because of the following   Native SQL statement statement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program :  %_T050N0 (This is a dynamic  program generating by SAP )&lt;/P&gt;&lt;P&gt;Form Name :  DYN_LIC_SEL_TOT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exec sql performing LOOP_MOVE_WRITE_ISAP.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select single_plate, itm_num, ctry_code, model_lot,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;lic_hold_flg, qty into :dcat-lplate, :dcat-matnr,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;:dcat-werks, :dcat-charg, :dcat-holdflag,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;:dcat-qty from ZLICENSE_R2 where itm_num   = :p_matnr and&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                &lt;EM&gt;model_lot = :p_charg&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;endexec.&lt;/EM&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; As per the customer this issue occurring since they migrated the SAP  back-end data base from Oralce to DB6. Here I felt that ZLICENSE_R2 is not migrated from the  Oracle to DB6. But as per the BASIS Team, even this table was not maintained in Oracle also. If the table was not maintained in the Oracle, this issue should have been there even before migration also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Following is the short dump details:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Short text&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Table does not exist in database.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;What happened?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The table or view name used does not&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;exist in the database.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The error occurred in the current database connection "DEFAULT".&lt;/EM&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;EM&gt;What can you do?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Check the spelling of the table names in your report.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Note down which actions and inputs caused the error.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;To process the problem further, contact you SAP system&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;administrator.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;at and manage termination messages, and you can also&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;keep them for a long time.&lt;/EM&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;EM&gt;Error analysis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;An exception occurred that is explained in detail below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The exception, which is assigned to class 'CX_SY_NATIVE_SQL_ERROR', was not&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;     &lt;EM&gt;caught in&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;   &lt;EM&gt;procedure "DYN_LIC_SEL_TOT" "(FORM)", nor was it propagated by a RAISING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;clause.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Since the caller of the procedure could not have anticipated that the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exception would occur, the current program is terminated.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The reason for the exception is:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Triggering SQL statement: "select single_plate, itm_num, ctry_code, model_lot,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;lic_hold_flg, qty from ZLICENSE_R2 where itm_num = ? and model_lot = ? "&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Database error code: "-204"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could you please  let me know what might be the reason for this issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 May 2010 15:15:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-27T15:15:36Z</dc:date>
    <item>
      <title>Short dump 'Table does not exist in database'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961801#M1490000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a report is executing it is going to short dump by saying 'Table does not exist in database'. As per the short dump analysis this issue is happening because of the following   Native SQL statement statement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program :  %_T050N0 (This is a dynamic  program generating by SAP )&lt;/P&gt;&lt;P&gt;Form Name :  DYN_LIC_SEL_TOT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exec sql performing LOOP_MOVE_WRITE_ISAP.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select single_plate, itm_num, ctry_code, model_lot,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;lic_hold_flg, qty into :dcat-lplate, :dcat-matnr,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;:dcat-werks, :dcat-charg, :dcat-holdflag,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;:dcat-qty from ZLICENSE_R2 where itm_num   = :p_matnr and&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                &lt;EM&gt;model_lot = :p_charg&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;endexec.&lt;/EM&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; As per the customer this issue occurring since they migrated the SAP  back-end data base from Oralce to DB6. Here I felt that ZLICENSE_R2 is not migrated from the  Oracle to DB6. But as per the BASIS Team, even this table was not maintained in Oracle also. If the table was not maintained in the Oracle, this issue should have been there even before migration also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Following is the short dump details:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Short text&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Table does not exist in database.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;What happened?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The table or view name used does not&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;exist in the database.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The error occurred in the current database connection "DEFAULT".&lt;/EM&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;EM&gt;What can you do?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Check the spelling of the table names in your report.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Note down which actions and inputs caused the error.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;To process the problem further, contact you SAP system&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;administrator.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;at and manage termination messages, and you can also&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;keep them for a long time.&lt;/EM&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;EM&gt;Error analysis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;An exception occurred that is explained in detail below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The exception, which is assigned to class 'CX_SY_NATIVE_SQL_ERROR', was not&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;     &lt;EM&gt;caught in&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;   &lt;EM&gt;procedure "DYN_LIC_SEL_TOT" "(FORM)", nor was it propagated by a RAISING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;clause.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Since the caller of the procedure could not have anticipated that the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exception would occur, the current program is terminated.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The reason for the exception is:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Triggering SQL statement: "select single_plate, itm_num, ctry_code, model_lot,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;lic_hold_flg, qty from ZLICENSE_R2 where itm_num = ? and model_lot = ? "&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Database error code: "-204"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could you please  let me know what might be the reason for this issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 15:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961801#M1490000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump 'Table does not exist in database'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961802#M1490001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction SE11, input ZLICENSE_R2 for table name, and display the table. Did the table display? If not, that is the main problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table displays, go to menu item Utilities -&amp;gt; Database Object -&amp;gt; Database Utility&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the resulting screen, under the "Status" fields, you should see text "Exists in the database." If you don't, then the table exists in the dictionary, but doesn't exist in the database system. Click the "Create database table" button and then you should be able to run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need basis team's help to carryout some of these actions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 16:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961802#M1490001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T16:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump 'Table does not exist in database'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961803#M1490002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; check in the oracle db does the table ZLICENSE_R2 exist or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 05:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961803#M1490002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T05:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump 'Table does not exist in database'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961804#M1490003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the link below.I guess it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1632329"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 07:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-table-does-not-exist-in-database/m-p/6961804#M1490003</guid>
      <dc:creator>rahul2000</dc:creator>
      <dc:date>2010-05-28T07:31:21Z</dc:date>
    </item>
  </channel>
</rss>

