<?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: 'RSDRC_CUBE_DATA_GET' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsdrc-cube-data-get/m-p/3456645#M830516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the coding in FM ... RSDRC_CUBE_DATA_GET&lt;/P&gt;&lt;P&gt;U'll get some idea why this error occured ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check whether there is an existing query state that has been &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;stored in the static variables and that might be overwritten&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not s_s_qparam is initial.&lt;/P&gt;&lt;P&gt;      perform raise_exception&lt;/P&gt;&lt;P&gt;        using 'DBMAN' '114'  'X'&lt;/P&gt;&lt;P&gt;              i_infocube&lt;/P&gt;&lt;P&gt;              space&lt;/P&gt;&lt;P&gt;              space&lt;/P&gt;&lt;P&gt;              space&lt;/P&gt;&lt;P&gt;              rsdrc_c_exc-nested_query&lt;/P&gt;&lt;P&gt;              i_debug.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 11:10:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T11:10:10Z</dc:date>
    <item>
      <title>'RSDRC_CUBE_DATA_GET'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsdrc-cube-data-get/m-p/3456643#M830514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frens,&lt;/P&gt;&lt;P&gt;the below are the parameters i have passed to the FM&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSDRC_CUBE_DATA_GET'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_infocube = v_infocude&lt;/P&gt;&lt;P&gt;i_th_sfc = gB_TH_SFC&lt;/P&gt;&lt;P&gt;i_th_sfk = TB_TH_SFK[]&lt;/P&gt;&lt;P&gt;I_TSX_SELDR = gB_TbX_SELDR&lt;/P&gt;&lt;P&gt;I_MAXROWS = '200'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;E_T_DATA = TB_T_DATA&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;c_first_call = C_CHANGE&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;WRONG_INPUT = 1&lt;/P&gt;&lt;P&gt;METADATA_ERROR = 2&lt;/P&gt;&lt;P&gt;INHERITED_ERROR = 3&lt;/P&gt;&lt;P&gt;NO_AUTHORIZATION = 4&lt;/P&gt;&lt;P&gt;NESTED_QUERY_ERROR = 5&lt;/P&gt;&lt;P&gt;OTHERS = 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for me the exception is raising as INHERITED error.(sy-subrc 3)&lt;/P&gt;&lt;P&gt;Can u please tell me what might be the reason.Or send me an example of the FM code to display all the key figuers in a report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 17:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsdrc-cube-data-get/m-p/3456643#M830514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T17:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: 'RSDRC_CUBE_DATA_GET'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsdrc-cube-data-get/m-p/3456644#M830515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not understanding what you are trying to achive.&lt;/P&gt;&lt;P&gt;If you are trying to read a infocube then please use the RSDRI_INFOPROV_READ FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsdrc-cube-data-get/m-p/3456644#M830515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T10:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: 'RSDRC_CUBE_DATA_GET'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsdrc-cube-data-get/m-p/3456645#M830516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the coding in FM ... RSDRC_CUBE_DATA_GET&lt;/P&gt;&lt;P&gt;U'll get some idea why this error occured ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check whether there is an existing query state that has been &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;stored in the static variables and that might be overwritten&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not s_s_qparam is initial.&lt;/P&gt;&lt;P&gt;      perform raise_exception&lt;/P&gt;&lt;P&gt;        using 'DBMAN' '114'  'X'&lt;/P&gt;&lt;P&gt;              i_infocube&lt;/P&gt;&lt;P&gt;              space&lt;/P&gt;&lt;P&gt;              space&lt;/P&gt;&lt;P&gt;              space&lt;/P&gt;&lt;P&gt;              rsdrc_c_exc-nested_query&lt;/P&gt;&lt;P&gt;              i_debug.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsdrc-cube-data-get/m-p/3456645#M830516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T11:10:10Z</dc:date>
    </item>
  </channel>
</rss>

