<?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: REFRESH-CONTROL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531160#M1070927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you getting any error..? you can use that what ever you defined using CONTROLS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 10:02:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T10:02:31Z</dc:date>
    <item>
      <title>REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531155#M1070922</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 have one screen with two tabstrips, one of them contains a chart and the other an ALV. If I leave the screen from the chart-tab and call it again, everything is ok. But when I leave it while ALV-Tab is active and call it again, the alv shows the values from the first call.&lt;/P&gt;&lt;P&gt;I already tried to refresh the Tab-Control before calling again with "REFRESH CONTROL 'tabver' FROM SCREEN '9400'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I got is:&lt;/P&gt;&lt;P&gt; CONTROL_NAME_TOO_LONG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531155#M1070922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T12:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531156#M1070923</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;Call the free method of the ALV when leaving the transaction and clear any reference variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531156#M1070923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531157#M1070924</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;thanks first for your help, but it doesn`t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is more a problem of the Tabstrip control which doesn`t get refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531157#M1070924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531158#M1070925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the control name with out quotes.&lt;/P&gt;&lt;P&gt;tabver is the control name, which you defined like the below &lt;/P&gt;&lt;P&gt;controls: tabver type tableview using screen 9400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then this is &lt;/P&gt;&lt;P&gt;wrong&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REFRESH CONTROL 'tabver' FROM SCREEN '9400'.code} 

Correct

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;REFRESH CONTROL tabver FROM SCREEN '9400'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531158#M1070925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531159#M1070926</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;may it possible that these function is only for tableview controls, and not for tabstrip controls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531159#M1070926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531160#M1070927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you getting any error..? you can use that what ever you defined using CONTROLS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531160#M1070927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531161#M1070928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the name of my tabstrip control is:&lt;/P&gt;&lt;P&gt;CONTROLS: tab_verbr TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The used dynpro is: 9400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I tried following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH CONTROL tab_verbr FROM SCREEN '9400'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and got the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Control-Name "TS_VER1 TS_VER1" is to long."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531161#M1070928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531162#M1070929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same error you are repeating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH CONTROL 'TAB_VERBR' FROM SCREEN '9400'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be in single quotes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531162#M1070929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531163#M1070930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now I got the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"current control can not be processed as tableview control."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531163#M1070930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531164#M1070931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;CONTROLS tab_strip TYPE TABSTRIP.
....
...


REFRESH CONTROL 'tab_strip'  FROM SCREEN '0100'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where you got the error. During runtime or during syntax check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531164#M1070931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531165#M1070932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;during runtime...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these is exactly the code I used now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531165#M1070932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH-CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531166#M1070933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm looks like it is not possible to refresh the tabstrip like Table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control/m-p/4531166#M1070933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:35:25Z</dc:date>
    </item>
  </channel>
</rss>

