<?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 Help to solve DUMP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538624#M851361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;In transaction f.01 if i exicute after entering respective data   gives financial statement if i go o menu List -&amp;gt; export -&amp;gt; additional functions of SAP Query. it gives me dump.when I analyse that dump it is some selection error which in in turn no function available error in function mudule  SLVC_EXPORT_XINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code is........&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;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt; if functionkey = space.&lt;/P&gt;&lt;P&gt;      call function 'RSAQ_XINT_SELECT_FUNCTION'&lt;/P&gt;&lt;P&gt;           importing  function_name = function&lt;/P&gt;&lt;P&gt;                      canc          = canc&lt;/P&gt;&lt;P&gt;           exceptions no_functions  = 1&lt;/P&gt;&lt;P&gt;                      others        = 2.&lt;/P&gt;&lt;P&gt;      if ( sy-subrc &amp;lt;&amp;gt; 0 ).&lt;/P&gt;&lt;P&gt;        message s630(AQ) with functionkey raising selection_error.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      if ( canc ne space ).&lt;/P&gt;&lt;P&gt;        raise cancel.&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;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me why is so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 11:33:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T11:33:52Z</dc:date>
    <item>
      <title>Help to solve DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538624#M851361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;In transaction f.01 if i exicute after entering respective data   gives financial statement if i go o menu List -&amp;gt; export -&amp;gt; additional functions of SAP Query. it gives me dump.when I analyse that dump it is some selection error which in in turn no function available error in function mudule  SLVC_EXPORT_XINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code is........&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;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt; if functionkey = space.&lt;/P&gt;&lt;P&gt;      call function 'RSAQ_XINT_SELECT_FUNCTION'&lt;/P&gt;&lt;P&gt;           importing  function_name = function&lt;/P&gt;&lt;P&gt;                      canc          = canc&lt;/P&gt;&lt;P&gt;           exceptions no_functions  = 1&lt;/P&gt;&lt;P&gt;                      others        = 2.&lt;/P&gt;&lt;P&gt;      if ( sy-subrc &amp;lt;&amp;gt; 0 ).&lt;/P&gt;&lt;P&gt;        message s630(AQ) with functionkey raising selection_error.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      if ( canc ne space ).&lt;/P&gt;&lt;P&gt;        raise cancel.&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;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me why is so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538624#M851361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help to solve DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538625#M851362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you recently upgraded the SAP system?&lt;/P&gt;&lt;P&gt;May be the query need to regenerated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538625#M851362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help to solve DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538626#M851363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which is the latest one? ours is ECC6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538626#M851363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help to solve DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538627#M851364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Latest is ECC 6 only. But have you done upgrade recently.&lt;/P&gt;&lt;P&gt;As this dump in standard transaction better search OSS notes first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538627#M851364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help to solve DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538628#M851365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Atish,&lt;/P&gt;&lt;P&gt;Thanks for help will search in OSS and will get back.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-to-solve-dump/m-p/3538628#M851365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:47:33Z</dc:date>
    </item>
  </channel>
</rss>

