<?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: saving selection screen variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671136#M616705</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 START-OF-SELECTION you can save given details using INSERT statement into ZTABLE.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 07:22:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T07:22:14Z</dc:date>
    <item>
      <title>saving selection screen variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671134#M616703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                Any body tell me how to save  the values given to parameters and select-options on selection screen into a Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           i am giving 2 parameters and 2 select-options values in selection screen. i want to save those vales in to a Ztable which is specially made to save those values, against system date and user name. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;          can any body tell me how to do it. give me some query if possible.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;                     Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 05:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671134#M616703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T05:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: saving selection screen variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671135#M616704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after report has been started (i. e. with F8 on selection screen) you can easily save those values to a cleverly defined Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric Cartman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS.: What is the purpose of this save?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 07:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671135#M616704</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-08-22T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: saving selection screen variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671136#M616705</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 START-OF-SELECTION you can save given details using INSERT statement into ZTABLE.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 07:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671136#M616705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T07:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: saving selection screen variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671137#M616706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kumar,&lt;/P&gt;&lt;P&gt;first declare the select-options or parameters like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "where wa_mara-matnr is the work  area for internal table(it_mara) MARA.&lt;/P&gt;&lt;P&gt;select-options: s_matnr for wa_mara-matnr.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  "s_matnr-low" will have some value and "s_matnr-high" will have some value..assing these values into some other variable and insert these values into your "Ztable".....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: here the system date is given in "SYST" in se11...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671137#M616706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: saving selection screen variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671138#M616707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry declaration differs, select-options: s_matnr for wa_mara-matnr.&lt;/P&gt;&lt;P&gt;         parameters: p_matnr like wa_mara-matnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-selection-screen-variables/m-p/2671138#M616707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:44:10Z</dc:date>
    </item>
  </channel>
</rss>

