<?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: simple qa--submit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959845#M394702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have manually execute the program through F8 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 09:09:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-19T09:09:37Z</dc:date>
    <item>
      <title>simple qa--submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959842#M394699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT Z_REL&lt;/P&gt;&lt;P&gt;        via SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;        USING SELECTION-SETS OF PROGRAM 'Z_CAL'&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;i get scr of z_cal with the paramters but what is the func to make execute--F8???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 08:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959842#M394699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T08:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: simple qa--submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959843#M394700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do this way it has to be SELECTION-SET not SETS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT Z_REL&lt;/P&gt;&lt;P&gt;via SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;USING &amp;lt;b&amp;gt;SELECTION-SET&amp;lt;/b&amp;gt; 'Z_CAL'&lt;/P&gt;&lt;P&gt;and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SanTosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959843#M394700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: simple qa--submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959844#M394701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code you have forgot to write one line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT Z_REL&lt;/P&gt;&lt;P&gt;via SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;USING SELECTION-SET &amp;lt;VARIANT1&amp;gt;&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;USING SELECTION-SETS OF PROGRAM 'Z_CAL'&lt;/P&gt;&lt;P&gt;and return.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;Here &amp;lt;Variant1&amp;gt; is variant created for report 'Z_CAL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below help for more info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... USING SELECTION-SETS OF PROGRAM prog &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Uses variants of the program prog when executing the program rep. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Important &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The programs prog and rep must have the same SELECT-OPTIONS and PARAMETERs. Otherwise, variants of the program prog may be destroyed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;When using this addition, the specified variant vari of the program prog is taken in USING SELECTION-SET vari. On the other hand, all variant-related actions on the selection screen of rep (Get, Save as variant, Display, Delete) refer to the variants of prog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;SUBMIT REPORT01 &lt;/P&gt;&lt;P&gt;       VIA SELECTION-SCREEN &lt;/P&gt;&lt;P&gt;       USING SELECTION-SET 'VARIANT1' &lt;/P&gt;&lt;P&gt;       USING SELECTION-SETS OF PROGRAM 'REPORT00' &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;Effect &lt;/P&gt;&lt;P&gt;Executes the program REPORT01 with the variant VARIANT1 of the program REPORT00. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959844#M394701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: simple qa--submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959845#M394702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have manually execute the program through F8 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-qa-submit/m-p/1959845#M394702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:09:37Z</dc:date>
    </item>
  </channel>
</rss>

