<?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 child program from a parent program with the same selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930662#M385557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;program name&amp;gt; &lt;/P&gt;&lt;P&gt;       VIA SELECTION-SCREEN &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;The selection screen is displayed. In this case, the selection screen is displayed again after the report list has been displayed. The values entered by the user remain displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;program name&amp;gt; &lt;/P&gt;&lt;P&gt;USING SELECTION-SCREEN scr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the report, the system uses the selection screen number that you specify in the scr field. This must be a selection screen defined using the SELECT-OPTIONS, PARAMETERS and SELECTION-SCREEN statements.If you omit the addition, the system uses the standard selection screen 1000. &lt;/P&gt;&lt;P&gt;This addition allows you to start the same report in different situations, using a different selection screen each time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition VIA SELECTION SCREEN determines whether the report is processed in the foreground or the background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if the required screen does not exist or is not a selection screen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 1000: &lt;/P&gt;&lt;P&gt;If you want to use the standard selection screen (... USING SELECTION-SCREEN 1000 or do not specify a ... USING SELECTION-SCREEN) addition, the system does not process a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2007 16:05:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-20T16:05:20Z</dc:date>
    <item>
      <title>Submit child program from a parent program with the same selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930659#M385554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have to SUBMIT a child program from a Parent program (in foreground and background based on the radiobutton selected in the selection screen) where we have the same selection screen in both the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 14:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930659#M385554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T14:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Submit child program from a parent program with the same selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930660#M385555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rep USING SELECTION-SCREEN scr &lt;/P&gt;&lt;P&gt;                     VIA SELECTION-SCREEN &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;&lt;/P&gt;&lt;P&gt;... USING SELECTION-SCREEN scr &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;When you execute the report, the system uses the selection screen number that you specify in the scr field. This must be a selection screen defined using the SELECT-OPTIONS, PARAMETERS and SELECTION-SCREEN statements.If you omit the addition, the system uses the standard selection screen 1000. &lt;/P&gt;&lt;P&gt;This addition allows you to start the same report in different situations, using a different selection screen each time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition VIA SELECTION SCREEN determines whether the report is processed in the foreground or the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 14:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930660#M385555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Submit child program from a parent program with the same selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930661#M385556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use submit statement with the following option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT .... USING SELECTION-SCREEN dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT .... VIA SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 15:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930661#M385556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Submit child program from a parent program with the same selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930662#M385557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;program name&amp;gt; &lt;/P&gt;&lt;P&gt;       VIA SELECTION-SCREEN &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;The selection screen is displayed. In this case, the selection screen is displayed again after the report list has been displayed. The values entered by the user remain displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;program name&amp;gt; &lt;/P&gt;&lt;P&gt;USING SELECTION-SCREEN scr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the report, the system uses the selection screen number that you specify in the scr field. This must be a selection screen defined using the SELECT-OPTIONS, PARAMETERS and SELECTION-SCREEN statements.If you omit the addition, the system uses the standard selection screen 1000. &lt;/P&gt;&lt;P&gt;This addition allows you to start the same report in different situations, using a different selection screen each time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition VIA SELECTION SCREEN determines whether the report is processed in the foreground or the background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if the required screen does not exist or is not a selection screen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 1000: &lt;/P&gt;&lt;P&gt;If you want to use the standard selection screen (... USING SELECTION-SCREEN 1000 or do not specify a ... USING SELECTION-SCREEN) addition, the system does not process a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 16:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-child-program-from-a-parent-program-with-the-same-selection-screen/m-p/1930662#M385557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T16:05:20Z</dc:date>
    </item>
  </channel>
</rss>

