<?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: Title automatically changes on screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479676#M1254538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For setting the TITLE of the screen, i am using the statement SET TITLEBAR 'TITLE_0100' in PBO of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for refreshing the ALV in method HANDLE_USER_COMMAND, i am using call method grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashish Sinha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2009 08:34:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-14T08:34:18Z</dc:date>
    <item>
      <title>Title automatically changes on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479672#M1254534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an ALV grid on screen 0100. When ever we select row(s) in ALV and click on a button (defined by me), it do some processing and delete some or all selected rows. As soon as the ALV refreshes, the title of the screen changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one title defined for the screen "TITLE_010" ( Vendor list). After change it becomes "Check Fields".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, screen is not refreshing, only the ALV is refreshing, then why the TITLE of the screen changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashish Sinha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 07:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479672#M1254534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Title automatically changes on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479673#M1254535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please paste the code piece which you are using to refresh the alv asnd settting title .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 07:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479673#M1254535</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-04-14T07:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Title automatically changes on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479674#M1254536</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;Check the title field in the layout structure is getting changed. After the Button click and before the REFRESH_TABLE_DISPLAY method is called check the layout structure is getting changed or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 08:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479674#M1254536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T08:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Title automatically changes on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479675#M1254537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No the layout remain same. It is defined inside the PBO of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashish Sinha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 08:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479675#M1254537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T08:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Title automatically changes on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479676#M1254538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For setting the TITLE of the screen, i am using the statement SET TITLEBAR 'TITLE_0100' in PBO of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for refreshing the ALV in method HANDLE_USER_COMMAND, i am using call method grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashish Sinha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 08:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-automatically-changes-on-screen/m-p/5479676#M1254538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T08:34:18Z</dc:date>
    </item>
  </channel>
</rss>

