<?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 program B and return to program A selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111070#M1509701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not to call / leave to the same program A after B finishes...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anup Deshmukh on Jul 16, 2010 8:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jul 2010 06:54:10 GMT</pubDate>
    <dc:creator>anup_deshmukh4</dc:creator>
    <dc:date>2010-07-16T06:54:10Z</dc:date>
    <item>
      <title>submit program B and return to program A selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111069#M1509700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have program A with selection screen and this program display listing.&lt;/P&gt;&lt;P&gt;In program A, when user choose the option to display another report listing in selection screen, then in program A, will have submit program B with ... and return &lt;/P&gt;&lt;P&gt;May I know how can make the program B after showing the listing go back to program A selection screen and not continue to display program A report listing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 06:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111069#M1509700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T06:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: submit program B and return to program A selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111070#M1509701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not to call / leave to the same program A after B finishes...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anup Deshmukh on Jul 16, 2010 8:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 06:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111070#M1509701</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-07-16T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: submit program B and return to program A selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111071#M1509702</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;i do it on this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  SUBMIT Z_TEST AND RETURN.
*
  SUBMIT (SY-REPID) VIA SELECTION-SCREEN.
*
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 07:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111071#M1509702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: submit program B and return to program A selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111072#M1509703</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;I need to go back to program A and show the program A selection screen on the screen when user click back button from program B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In program A i have statement submit program B with ... and return &lt;/P&gt;&lt;P&gt;but when i click back button in program B, the system totally come out from both program A and B. I need it to go back to program A and stop at the program A selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 10:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111072#M1509703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: submit program B and return to program A selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111073#M1509704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
"-----------------------------------
REPORT  z_a.

PARAMETERS: pa_a(10) TYPE c,
            pa_callb AS CHECKBOX.
IF pa_callb = 'X'.
  SUBMIT z_b WITH pa_b = pa_a
        AND RETURN.
  EXIT.
ENDIF.


WRITE: / 'Here is program A, the parameter value is: ',pa_a .


"-----------------------------------
REPORT  Z_B.

PARAMETERS pa_b(10) type c.

write: / 'Here is program B, the parameter value passed from A is: ',pa_b .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 11:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-b-and-return-to-program-a-selection-screen/m-p/7111073#M1509704</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-07-16T11:27:16Z</dc:date>
    </item>
  </channel>
</rss>

