<?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: using function module 'RKD_REPORT_START' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339039#M171773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer. I know how to use this module, but I don't know how to preset select-options and parameter using this module. I can't use a variant because there is an interactive selection in the calling report. How can I use P_VARTAB, E_TECHTAB and C_TS_VRANGE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 11:56:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-18T11:56:11Z</dc:date>
    <item>
      <title>using function module 'RKD_REPORT_START'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339035#M171769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can I dynamically set selection-options and parameters for the execute report using this function module? Is there a documentation how to use this module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339035#M171769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: using function module 'RKD_REPORT_START'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339036#M171770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Gerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;identify report and variant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETER: APPCLASS  LIKE RKB1D-APPLCLASS,&lt;/P&gt;&lt;P&gt;           SUBCLASS  LIKE RKB1D-SUBCLASS,&lt;/P&gt;&lt;P&gt;           REPID     LIKE RKB1D-REPID,&lt;/P&gt;&lt;P&gt;           TABNAME   LIKE RKB1D-TABNAME,&lt;/P&gt;&lt;P&gt;           VARIANT   LIKE RKB1D-VARIANTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RKD_REPORT_START'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      APPLCLASS         = APPCLASS&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FUNCTION          = 'EXEC'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      REPID             = REPID&lt;/P&gt;&lt;P&gt;      I_VARIANT         = VARIANT&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    RSTI_CALL         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SMODUS            = 'N'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      SUBCLASS          = SUBCLASS&lt;/P&gt;&lt;P&gt;      TABNAME           = TABNAME&lt;/P&gt;&lt;P&gt;      I_INFOMODE        = 'V'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreeni.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339036#M171770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: using function module 'RKD_REPORT_START'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339037#M171771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gerd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="216122"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339037#M171771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: using function module 'RKD_REPORT_START'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339038#M171772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'EDITOR_PROGRAM'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  display = 'X'&lt;/P&gt;&lt;P&gt;                  program = report_name&lt;/P&gt;&lt;P&gt;             EXCEPTIONS&lt;/P&gt;&lt;P&gt;                  OTHERS  = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339038#M171772</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-05-18T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: using function module 'RKD_REPORT_START'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339039#M171773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer. I know how to use this module, but I don't know how to preset select-options and parameter using this module. I can't use a variant because there is an interactive selection in the calling report. How can I use P_VARTAB, E_TECHTAB and C_TS_VRANGE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-rkd-report-start/m-p/1339039#M171773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:56:11Z</dc:date>
    </item>
  </channel>
</rss>

