<?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 refresh only subscreen and not a whole screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720044#M1771045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just bringing up !!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest anyone if you have any small hint or idea of doing it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 04:51:34 GMT</pubDate>
    <dc:creator>former_member214878</dc:creator>
    <dc:date>2013-09-04T04:51:34Z</dc:date>
    <item>
      <title>How to refresh only subscreen and not a whole screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720040#M1771041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having one screen - Say 1000. &lt;/P&gt;&lt;P&gt;On screen 1000 I am having one Sub-screen area, and I am calling another sub-screen 1001 which is having custom control on it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one TEXTEDIT control for subscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when my screen 1000 will be called I am able to see one TEXTEDIT control. Up to this is fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this textedit control should be refreshed automatically in 5 seconds and only textedit control should be refreshed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can have whole screen be refreshed by RFC_PING_AND_WAIT but it removes all my entered data as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there any way I can refresh my only subscreen by any means and not the whole screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Ravindra Sonar. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 11:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720040#M1771041</guid>
      <dc:creator>former_member214878</dc:creator>
      <dc:date>2013-08-26T11:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh only subscreen and not a whole screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720041#M1771042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The subscreen would have a unique dynpro number as you mentioned 1001, so you could try: LEAVE TO SCREEN (1001).&lt;/P&gt;&lt;P&gt;Works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720041#M1771042</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2013-08-26T13:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh only subscreen and not a whole screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720042#M1771043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check&amp;nbsp; this link &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/703458"&gt;http://scn.sap.com/thread/703458&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 04:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720042#M1771043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T04:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh only subscreen and not a whole screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720043#M1771044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Glen and Kiran, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how LEAVE TO screen would help me? &lt;/P&gt;&lt;P&gt;Also there is no way I can set a new SY-UCOMM to a sub-screen too. Its not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look on the attached screen shot . I have smaller the example with - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/270651" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in above - &lt;/P&gt;&lt;P&gt;1. I am calling TextEditor from sub-screen 1001. and it is been called in Normal screen 1000.&lt;/P&gt;&lt;P&gt;2. How to refresh only sub-screen 1001, automatically after 5/10 seconds -- WITHOUT LOSING VALUES IN THE PARAMETER ABOVE THE SUB-SCREEN ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Ravindra Sonar. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 06:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720043#M1771044</guid>
      <dc:creator>former_member214878</dc:creator>
      <dc:date>2013-08-30T06:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh only subscreen and not a whole screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720044#M1771045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just bringing up !!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest anyone if you have any small hint or idea of doing it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 04:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720044#M1771045</guid>
      <dc:creator>former_member214878</dc:creator>
      <dc:date>2013-09-04T04:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh only subscreen and not a whole screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720045#M1771046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this method...in ever particular interval...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM&gt;CONTROL_NAME&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN class="L1S52"&gt;IS&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;INITIAL&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;***for clearing of object and methods using cl&amp;nbsp; &amp;amp;*******&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;METHOD&lt;/SPAN&gt; &lt;EM style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;STRONG&gt;TEXTEDIT-Name&lt;/STRONG&gt;&lt;/EM&gt;-&amp;gt;free&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp; EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; cntl_error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; cntl_system_error = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; others&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;FREE&lt;/SPAN&gt; edit_nec.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; sy-subrc &amp;lt;&amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and again initiate the object in PBO of 1001 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks / Himanshu Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 05:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-only-subscreen-and-not-a-whole-screen/m-p/9720045#M1771046</guid>
      <dc:creator>himanshu_gupta13</dc:creator>
      <dc:date>2013-09-04T05:16:46Z</dc:date>
    </item>
  </channel>
</rss>

