<?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: get back to subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215754#M475049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MAN WAT U CAN DO IS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN A FUNCTION CODE TO THE BUTTON SAY 'PB_BACK'.&lt;/P&gt;&lt;P&gt; AND WHEN USER PRESSES IT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'PB_BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lEAVE TO SCREEN NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS WILL SOLVE UR PROBLEM...&lt;/P&gt;&lt;P&gt;IF NOT DO LET ME KNOW.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AWARD POINTS  IF IT SOLVES UR PROBLEM&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 05:51:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T05:51:32Z</dc:date>
    <item>
      <title>get back to subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215751#M475046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in a screen i have button.when i click this it should show the previous subscreen i have designed.. what can i do plz give some sample programs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 06:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215751#M475046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T06:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: get back to subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215752#M475047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Karthik , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For any user command you need to handle these codes separately .For your requirement, when the buton is clicked , you need to capture this ok_code for that and then you can call the needed  ( previous) subscreen and fill the values in the PBO itselff. if you need further help please write back .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For any example refer to transaction ABAPDOCU - &amp;gt; dialog programs  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward for helpful answers  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 07:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215752#M475047</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-04-23T07:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: get back to subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215753#M475048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define a FCODE for the button u press...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then at SY-UCOMM for that FCODE u can write the come &amp;lt;b&amp;gt;leave screen&amp;lt;/b&amp;gt; this will go back to the previous screen. or u can use &amp;lt;b&amp;gt;leave to screen XXX&amp;lt;/b&amp;gt;. this will go the screen number XXX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 11:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215753#M475048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T11:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: get back to subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215754#M475049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MAN WAT U CAN DO IS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN A FUNCTION CODE TO THE BUTTON SAY 'PB_BACK'.&lt;/P&gt;&lt;P&gt; AND WHEN USER PRESSES IT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'PB_BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lEAVE TO SCREEN NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS WILL SOLVE UR PROBLEM...&lt;/P&gt;&lt;P&gt;IF NOT DO LET ME KNOW.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AWARD POINTS  IF IT SOLVES UR PROBLEM&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 05:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-back-to-subscreen/m-p/2215754#M475049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T05:51:32Z</dc:date>
    </item>
  </channel>
</rss>

