<?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 Dynamic Selection Screen fields and values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-fields-and-values/m-p/8570735#M1659886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I have copied CC07 transaction to Zcc07 transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        In the report i want to fetch the dynamic selection screen fields and values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        can any body tell is there any function module or bapi to fetch the fields and values in dynamic selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 08:22:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-23T08:22:25Z</dc:date>
    <item>
      <title>Dynamic Selection Screen fields and values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-fields-and-values/m-p/8570735#M1659886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I have copied CC07 transaction to Zcc07 transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        In the report i want to fetch the dynamic selection screen fields and values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        can any body tell is there any function module or bapi to fetch the fields and values in dynamic selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 08:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-fields-and-values/m-p/8570735#M1659886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T08:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen fields and values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-fields-and-values/m-p/8570736#M1659887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use code below to handle data for dynamic selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
  mytable TYPE REF TO DATA.

PARAMETERS:
   p_table TYPE DD02L-TABNAME.


FIELD-SYMBOLS:
  &amp;lt;fs1&amp;gt; TYPE ANY TABLE,
  &amp;lt;fs2&amp;gt; TYPE ANY.


START-OF-SELECTION.

  CREATE DATA mytable TYPE (p_table).
  ASSIGN mytable-&amp;gt;* TO &amp;lt;fs2&amp;gt;.

  SELECT * FROM (p_table)
    INTO &amp;lt;fs2&amp;gt;.


  ENDSELECT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 14:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-fields-and-values/m-p/8570736#M1659887</guid>
      <dc:creator>former_member214857</dc:creator>
      <dc:date>2012-02-24T14:15:45Z</dc:date>
    </item>
  </channel>
</rss>

