<?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 set parameters for dynamic selection report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameters-for-dynamic-selection-report/m-p/2356005#M520555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below code.. parameters KS7 and KS8 are on static slection parameter and GJR, VPE, BPE are on dynamic selection parameters for transaction KSB2. But, when I run program, values are passing to parameters KS7 and KS8 but not to GJR, VPE, BPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        set parameter id 'KS7' field co_podat-low.      "from date&lt;/P&gt;&lt;P&gt;        set parameter id 'KS8' field co_podat-high.     "to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        set parameter id 'GJR' field P_RYEAR.&lt;/P&gt;&lt;P&gt;        set parameter id 'VPE' field SO_PERIO-LOW.&lt;/P&gt;&lt;P&gt;        set parameter id 'BPE' field SO_PERIO-HIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             submit rkaep000&lt;/P&gt;&lt;P&gt;             with p_tcode = 'KSB2'            "non display param&lt;/P&gt;&lt;P&gt;             with p_kokrs = p_kokrs           "non display param&lt;/P&gt;&lt;P&gt;             with kostl = it_outputsum-profctr&lt;/P&gt;&lt;P&gt;             with kstar = it_outputsum-acct&lt;/P&gt;&lt;P&gt;             with p_disvar = '1SAP'           "non display param&lt;/P&gt;&lt;P&gt;            and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2007 14:41:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-05T14:41:52Z</dc:date>
    <item>
      <title>set parameters for dynamic selection report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameters-for-dynamic-selection-report/m-p/2356005#M520555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below code.. parameters KS7 and KS8 are on static slection parameter and GJR, VPE, BPE are on dynamic selection parameters for transaction KSB2. But, when I run program, values are passing to parameters KS7 and KS8 but not to GJR, VPE, BPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        set parameter id 'KS7' field co_podat-low.      "from date&lt;/P&gt;&lt;P&gt;        set parameter id 'KS8' field co_podat-high.     "to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        set parameter id 'GJR' field P_RYEAR.&lt;/P&gt;&lt;P&gt;        set parameter id 'VPE' field SO_PERIO-LOW.&lt;/P&gt;&lt;P&gt;        set parameter id 'BPE' field SO_PERIO-HIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             submit rkaep000&lt;/P&gt;&lt;P&gt;             with p_tcode = 'KSB2'            "non display param&lt;/P&gt;&lt;P&gt;             with p_kokrs = p_kokrs           "non display param&lt;/P&gt;&lt;P&gt;             with kostl = it_outputsum-profctr&lt;/P&gt;&lt;P&gt;             with kstar = it_outputsum-acct&lt;/P&gt;&lt;P&gt;             with p_disvar = '1SAP'           "non display param&lt;/P&gt;&lt;P&gt;            and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 14:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameters-for-dynamic-selection-report/m-p/2356005#M520555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T14:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: set parameters for dynamic selection report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameters-for-dynamic-selection-report/m-p/2356006#M520556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at the time of you code being executed the fields may not be available (Defined)..&lt;/P&gt;&lt;P&gt;You can put a breakpoint on the same &amp;amp; check the RC (Sy-Subrc) for the SET PARAMETER statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 14:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameters-for-dynamic-selection-report/m-p/2356006#M520556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T14:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: set parameters for dynamic selection report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameters-for-dynamic-selection-report/m-p/2356007#M520557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute I can c values in flieds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 15:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameters-for-dynamic-selection-report/m-p/2356007#M520557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T15:01:17Z</dc:date>
    </item>
  </channel>
</rss>

