<?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 short dump when I execute the program after Step 3. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424190#M1997452</link>
    <description>&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;The name of your CDS view while creating will be different from the one you are actually using after your "define view" statement. Maybe, you have changed the name lately.&lt;/P&gt;&lt;P&gt;You need to use that CDS view name in your report, which is defined next to the "define view" statement in your CDS view.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Mohit Sharma&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jun 2021 15:38:54 GMT</pubDate>
    <dc:creator>mohit_dev</dc:creator>
    <dc:date>2021-06-01T15:38:54Z</dc:date>
    <item>
      <title>Getting short dump when I execute the program after Step 3.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424188#M1997450</link>
      <description>&lt;P&gt;Tutorials: &lt;A href="https://developers.sap.com/tutorials/abap-dev-adt-use-cds-view.html" target="test_blank"&gt;https://developers.sap.com/tutorials/abap-dev-adt-use-cds-view.html&lt;/A&gt; &lt;BR /&gt;-------------------------- &lt;BR /&gt; &lt;BR /&gt;Write here what you need help with ...&lt;/P&gt;
  &lt;P&gt;I am getting a short dump when I executed the program in Step 3 after entering the line &lt;/P&gt;
  &lt;P&gt;cl_salv_gui_table_ida=&amp;gt;create_for_cds_view( 'Z_Invoice_Items_XXX' )-&amp;gt;fullscreen( )-&amp;gt;display( ).&lt;/P&gt;
  &lt;P&gt;My CDS view name is Z_INVOICE_ITEMS_PAVAN and am able to activate it and execute it. &lt;/P&gt;
  &lt;P&gt;The message in the short dump says &lt;/P&gt;
  &lt;P&gt;An exception has occurred that was not caught. hat happened? The exception of class "CX_SALV_DB_TABLE_NOT_SUPPORTED" was triggered but not caught anywhere in the call hierarchy. Since exceptions represent error situations, and this error was not adequately responded to, ABAP program "CL_SALV_IDA_SERVICES==========CP" had to be terminated. rror analysis An exception has occurred in class "CX_SALV_DB_TABLE_NOT_SUPPORTED". This exception was not caught in procedure "RUN" "(METHOD)" or propagated by a RAISING clause. Since the caller of the procedure could not have anticipated this exception, the current program was terminated. The reason for the exception occurring was: The reason for the exception is: DB table Z_Invoice_Items_Pavan is not supported The exception is related to the previous exception "CX_SADL_ENTITY" that occurred in program "CL_SADL_ENTITY_PROVIDER_CDS===CP", in line 34 of include "CL_SADL_ENTITY_PROVIDER_CDS===CM00Q". The reason for this exception was: Unknown entity 'Z_INVOICE_ITEMS_PAVAN' type 'CDS'&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 14:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424188#M1997450</guid>
      <dc:creator>PavanM</dc:creator>
      <dc:date>2021-06-01T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting short dump when I execute the program after Step 3.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424189#M1997451</link>
      <description>&lt;P&gt;I have no time to read the tutorial.&lt;BR /&gt;If an exception has been raised but not caught, the first step is to catch it. Add a TRY-ENDTRY environment for the line that raises the exception (more about that in the ABAP help section).&lt;/P&gt;&lt;P&gt;And I guess the problem is you are passing your table to the SALV class but it doesn't recognize the data structure. You can change the SALV thing by a classical GUI_ALV or by an even more classical (antique, I would say) REUSE_FM_ function, passing the field catalog in the call.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424189#M1997451</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2021-06-01T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting short dump when I execute the program after Step 3.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424190#M1997452</link>
      <description>&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;The name of your CDS view while creating will be different from the one you are actually using after your "define view" statement. Maybe, you have changed the name lately.&lt;/P&gt;&lt;P&gt;You need to use that CDS view name in your report, which is defined next to the "define view" statement in your CDS view.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Mohit Sharma&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424190#M1997452</guid>
      <dc:creator>mohit_dev</dc:creator>
      <dc:date>2021-06-01T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting short dump when I execute the program after Step 3.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424191#M1997453</link>
      <description>&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply and explanation. That really helps. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-when-i-execute-the-program-after-step-3/m-p/12424191#M1997453</guid>
      <dc:creator>PavanM</dc:creator>
      <dc:date>2021-06-01T15:52:28Z</dc:date>
    </item>
  </channel>
</rss>

