<?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 SUBMIT a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919121#M1147973</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;We have a program2 and we want to call another program1.&lt;/P&gt;&lt;P&gt;  - the program1 contains a screen with two input fields ( pa1 and pa2).&lt;/P&gt;&lt;P&gt;  - the program2 contains tratement and recuper a values of two variables ( var1 and var2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want when we call the program1 automatically the pa1 take var1 as value and pa2 take var2, without displaying screen of the program1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have implimented this code, but it doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       SUBMIT zprogram1 USING SELECTION-SCREEN 200&lt;/P&gt;&lt;P&gt;                       with pa1 = var1&lt;/P&gt;&lt;P&gt;                       with pa2 = var2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mll Mat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2008 15:24:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-18T15:24:03Z</dc:date>
    <item>
      <title>SUBMIT a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919121#M1147973</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;We have a program2 and we want to call another program1.&lt;/P&gt;&lt;P&gt;  - the program1 contains a screen with two input fields ( pa1 and pa2).&lt;/P&gt;&lt;P&gt;  - the program2 contains tratement and recuper a values of two variables ( var1 and var2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want when we call the program1 automatically the pa1 take var1 as value and pa2 take var2, without displaying screen of the program1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have implimented this code, but it doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       SUBMIT zprogram1 USING SELECTION-SCREEN 200&lt;/P&gt;&lt;P&gt;                       with pa1 = var1&lt;/P&gt;&lt;P&gt;                       with pa2 = var2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mll Mat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 15:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919121#M1147973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T15:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919122#M1147974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;CALL TRANSACTION AND SKIP FIRST SCREEN....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 15:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919122#M1147974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919123#M1147975</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;please check this and try to do it as per &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT report1 USING SELECTION-SCREEN '1100' &lt;/P&gt;&lt;P&gt;WITH SELECTION-TABLE rspar_tab &lt;/P&gt;&lt;P&gt;WITH selcrit2 BETWEEN 'H' AND 'K' &lt;/P&gt;&lt;P&gt;WITH selcrit2 IN range_tab &lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Get and Set paramenter ID for the same &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction and skip will be for transacation not for reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sabyasachi kar on Dec 18, 2008 4:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 15:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919123#M1147975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919124#M1147976</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;The key word SUBMIT call the screen of the program1, but we want to have only the result of prorgam1.&lt;/P&gt;&lt;P&gt;There is not a function module to call program or any way to have the result of a prorgam !? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mll Mat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mll mat on Dec 19, 2008 10:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 09:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919124#M1147976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T09:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919125#M1147977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WS_EXECUTE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 09:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919125#M1147977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T09:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919126#M1147978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You screen 0200 &lt;STRONG&gt;must&lt;/STRONG&gt; be a selection-screen to fulfil you request via a [SUBMIT|http://help.sap.com/abapdocu/en/ABAPSUBMIT_INTERFACE.htm] statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read also Abap online documentation for [CALL DIALOG|http://help.sap.com/abapdocu/en/ABAPCALL_DIALOG.htm] (but is not this statement obsolete?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 09:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-program/m-p/4919126#M1147978</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-12-19T09:24:33Z</dc:date>
    </item>
  </channel>
</rss>

