<?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: Short dump while executing report group. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655293#M290865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out the type compatibility of the parameters of the function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 08:55:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T08:55:27Z</dc:date>
    <item>
      <title>Short dump while executing report group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655292#M290864</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;We are upgrading to ECC6.0 from 4.6C&lt;/P&gt;&lt;P&gt;Now while testing the report group i got short dump.&lt;/P&gt;&lt;P&gt;This is due to to the 'Exception condition "LOAD_PROBLEMS" raised.'&lt;/P&gt;&lt;P&gt;**************************&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    A RAISE statement in the program "SAPLSLDB" raised the exception&lt;/P&gt;&lt;P&gt;    condition "LOAD_PROBLEMS".&lt;/P&gt;&lt;P&gt;    Since the exception was not intercepted by a superior&lt;/P&gt;&lt;P&gt;    program, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Short description of exception condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For detailed documentation of the exception condition, use&lt;/P&gt;&lt;P&gt;    Transaction SE37 (Function Library). You can take the called&lt;/P&gt;&lt;P&gt;    function module from the display of active calls.&lt;/P&gt;&lt;P&gt;    -&lt;/P&gt;&lt;P&gt; Function module 'SELOPTS_AND_PARAMS' in this that statement was there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me out. what i have to do further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 08:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655292#M290864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T08:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing report group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655293#M290865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out the type compatibility of the parameters of the function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 08:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655293#M290865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing report group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655294#M290866</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;The load_parameters will raise when sy-subrc is not equal to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM LOAD_SSCR TABLES   L_SSCR&lt;/P&gt;&lt;P&gt;                    USING    PROGRAM&lt;/P&gt;&lt;P&gt;                    CHANGING L_SUBRC.&lt;/P&gt;&lt;P&gt;  IF L_SUBRC NE 0.&lt;/P&gt;&lt;P&gt;    RAISE LOAD_PROBLEMS.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;may be you need to check screen no and program. may you set a breake point ans test it. may you can get some clue.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Hemanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 09:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655294#M290866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing report group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655295#M290867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually what I analysed is what ever the exception raised due to this sy-subrc that exception i think the superior program is not receiving. I think due to this it is going for short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any idea further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Deepak Kudaravalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 09:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-report-group/m-p/1655295#M290867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T09:05:37Z</dc:date>
    </item>
  </channel>
</rss>

