<?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: Submit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930907#M385618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use submit &amp;lt;report&amp;gt; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie drop the via selection-screen option of the SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 17:34:13 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2007-02-27T17:34:13Z</dc:date>
    <item>
      <title>Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930906#M385617</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;I want to omit the events of the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Consider x program  has at-selection screen event .&lt;/P&gt;&lt;P&gt;when i execute the x program through submit statment.It should not call the  &lt;/P&gt;&lt;P&gt;at-selection screen event instead of that it should directly call the start of selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know,if u need further info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; best Regards,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930906#M385617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930907#M385618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use submit &amp;lt;report&amp;gt; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie drop the via selection-screen option of the SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930907#M385618</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-02-27T17:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930908#M385619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there is no code written under the at selection screen event there is nothing that gets triggered. if there are no events in the program and directly start-of-selection is there it will only trigger that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this what you are looking ?&lt;/P&gt;&lt;P&gt;award points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930908#M385619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930909#M385620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Submit your program like this......



SUBMIT program
        with p_field1 = a_parameter
        with p_field2 = b_parameter
        with s_field3 in c_select_Option
               and return.




Here you are passing values from varialble to the selection-screen fields, lets say they are P_FIELD1 and P_FIELD2. Using the WITH statement allows you to pass parameters as well as select-options. It will skip the selection screen and continue processing with the passed selection-screen values.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930909#M385620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930910#M385621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;We do not have an option to omit some of the events using the SUBMIT Statment., please look at the below link for SUBMIT options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/rep_submit.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/rep_submit.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/1930910#M385621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:40:07Z</dc:date>
    </item>
  </channel>
</rss>

