<?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: Auto refresh sub screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909350#M1597583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortuantely I am not allowed to extend the time interval. Is there any popup which allows me to enter the text but doesn't interrupt the auto refresh of the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a second option I have tried the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 'POPUP_GET_VALUES', but this is not refreshing the screen untill I enter the value in the popup and press ENTER.&lt;/P&gt;&lt;P&gt;2. text editor in a container, but again on refresh the text is not cleared but the cursor is not placed in the editor which is again not acceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: my name is already in use &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; on May 30, 2011 11:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2011 08:54:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-27T08:54:15Z</dc:date>
    <item>
      <title>Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909344#M1597577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to refresh a sub screen for every 5 seconds. I have used CL_GUI_TIMER to refresh the screen, but I want to refresh subscreen only and the main screen should not have any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your suggestions.&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, 27 May 2011 06:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909344#M1597577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T06:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909345#M1597578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PBO is common for all screen elements namely main screen, sub screen, all fields, GUI controls etc. You can partly separate PBO  modules (one for main screen one for subscreen) but you can't affect the flow. This would mean you have to impact &lt;STRONG&gt;Runtime Environment&lt;/STRONG&gt; which is conducted by system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 07:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909345#M1597578</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-05-27T07:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909346#M1597579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually in the main screen i have a input field and on refreshing it is not allowing me to type in the message. That is the reason I want ot refresh only the subscreen. So now how can I restrict only the input field from getting refreshed while the rest of the screen refreshes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 07:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909346#M1597579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T07:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909347#M1597580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but I am not following this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have a input field and on refreshing it is not allowing me to type in the message&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What kind of message you want to type in? If you have a corresponding data object defined globally in program, then data transport b/w screen field and this data object will take automatically, so the field will not get refreshed (understand by me as cleared out here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 07:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909347#M1597580</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-05-27T07:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909348#M1597581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not being clear before.&lt;/P&gt;&lt;P&gt;Actually I have an input field on the screen and I need to enter some value into it and then press ENTER key to trigger some action. As I said I am auto refreshing the screen every 5 seconds, once the screen is getting refreshed the value which I entered in the input field is getting cleared before I press the ENTER key and when I need to enter long text into that it is very difficult. Could you please suggest on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 08:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909348#M1597581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T08:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909349#M1597582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am only can think of extending that time, so that user will have more time to enter long text fully. Anyhow he can reach the interim time b/w two refreshes so this doesn't assure he will be able to type it fully. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As any action on screen will entail whole screen refresh the other approach would be focusing on this subscreen's content. I guess you have some control there. If this is i.e. ALV you may thing of direct refresh of its content. Otherwise I doubt there is any easy or direct way of achieving this, if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 08:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909349#M1597582</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-05-27T08:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909350#M1597583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortuantely I am not allowed to extend the time interval. Is there any popup which allows me to enter the text but doesn't interrupt the auto refresh of the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a second option I have tried the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 'POPUP_GET_VALUES', but this is not refreshing the screen untill I enter the value in the popup and press ENTER.&lt;/P&gt;&lt;P&gt;2. text editor in a container, but again on refresh the text is not cleared but the cursor is not placed in the editor which is again not acceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: my name is already in use &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; on May 30, 2011 11:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 08:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909350#M1597583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909351#M1597584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Is there any popup which allows me to enter the text but doesn't interrupt the auto refresh of the screen. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont have any popup FM for this but you can do this by creating your own dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a report which calls this screen.&lt;/P&gt;&lt;P&gt;2. Assign a tcode for that report.&lt;/P&gt;&lt;P&gt;3. Then in your main screen call the FM TH_CREATE_FOREIGN_MODE passing sy-uname and the tcode created above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried it and working fine. You too try this and let me know in case you face any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 08:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909351#M1597584</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2011-06-02T08:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909352#M1597585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get the screen to enter the value and the main screen is refreshing. But how to pass the value entered in that screen to the main 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>Thu, 02 Jun 2011 11:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909352#M1597585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T11:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909353#M1597586</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;You need to use IMPORT and EXPORT statements to do that.&lt;/P&gt;&lt;P&gt;In your second screen, in PAI when you press enter key export the value to a memory ID.&lt;/P&gt;&lt;P&gt;Now in the main screen PBO import that value. Since you are refreshing the main screen every time that value gets imported. Then display that value in the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 12:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909353#M1597586</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2011-06-02T12:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909354#M1597587</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;How do you refresh the screen??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using cl_gui_timer, as well... but i didn't manage to trigger the pai, pbo from there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you do??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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;Ok, I did more research on forum, and found out how to refresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using cl_gui_cfw=&amp;gt;set_new_ok_code( EXPORTING new_code = 'YOUR_OK_CODE_HERE' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will trigger PAI and PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Eric Shimabukuro on Aug 17, 2011 7:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 14:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-refresh-sub-screen/m-p/7909354#M1597587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-17T14:39:59Z</dc:date>
    </item>
  </channel>
</rss>

