<?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: how to call one program to another program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815934#M349327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at below link. May be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/how-to-call-one-report-to-another.htm" target="test_blank"&gt;http://www.sap-img.com/abap/how-to-call-one-report-to-another.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2007 11:26:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-15T11:26:00Z</dc:date>
    <item>
      <title>how to call one program to another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815933#M349326</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;&lt;/P&gt;&lt;P&gt;   This is krishna, how to call one program to another program.In program i have selection-screen, i am using same selection screen but it's not visbule.all reedy i tried submit ,in submit i have using variant in that variant problem, include is ok.any other method.&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;Kk .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815933#M349326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to call one program to another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815934#M349327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at below link. May be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/how-to-call-one-report-to-another.htm" target="test_blank"&gt;http://www.sap-img.com/abap/how-to-call-one-report-to-another.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815934#M349327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T11:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to call one program to another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815935#M349328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREP1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : paramet(18) type c. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : paramet.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREP2 NO STANDARD PAGE HEADING. &lt;/P&gt;&lt;P&gt;tables: qals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES seltab for qals-prueflos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: 'Select a Selection!', &lt;/P&gt;&lt;P&gt;/ '----&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;'. &lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT HOTSPOT COLOR 5 INVERSE ON. &lt;/P&gt;&lt;P&gt;WRITE: 'Selection 1', &lt;/P&gt;&lt;P&gt;/ 'Selection 2'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION. &lt;/P&gt;&lt;P&gt;CASE SY-LILLI. &lt;/P&gt;&lt;P&gt;WHEN 4. &lt;/P&gt;&lt;P&gt;SUBMIT zrep1 VIA SELECTION-SCREEN &lt;/P&gt;&lt;P&gt;WITH PARAMET EQ 'Selection 1' &lt;/P&gt;&lt;P&gt;WITH SELECTO IN SELTAB &lt;/P&gt;&lt;P&gt;WITH SELECTO NE 3 &lt;/P&gt;&lt;P&gt;AND RETURN. &lt;/P&gt;&lt;P&gt;WHEN 5. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT zrep1 VIA SELECTION-SCREEN &lt;/P&gt;&lt;P&gt;WITH PARAMET EQ 'Selection 1' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND RETURN. &lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815935#M349328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to call one program to another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815936#M349329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this link will be helpful for you to understand the in and out of SUBMIT statement used to call executable programs from another programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have issues revert else close the thread with appropriate reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-one-program-to-another-program/m-p/1815936#M349329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T11:47:42Z</dc:date>
    </item>
  </channel>
</rss>

