<?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 changing Frame Title at runtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-frame-title-at-runtime/m-p/7581319#M1566418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to change the Frame title of Selection screen block at runtime ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 11:48:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-26T11:48:37Z</dc:date>
    <item>
      <title>changing Frame Title at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-frame-title-at-runtime/m-p/7581319#M1566418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to change the Frame title of Selection screen block at runtime ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 11:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-frame-title-at-runtime/m-p/7581319#M1566418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: changing Frame Title at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-frame-title-at-runtime/m-p/7581320#M1566419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From keyword documentation:&lt;/P&gt;&lt;P&gt;You can specify the addition TITLE to define a title for a block with a frame. For the title, you can either specify a name of your choice with a maximum of 8 characters or the name of a text symbol from the program in the form text-idf, where idf is the three-character ID of the text symbol. &lt;STRONG&gt;If you specify a name of your choice, the runtime environment generates a global variable of the same name&lt;/STRONG&gt;, belonging to type c with a length of 70. When the selection screen is displayed, the content of the text symbol or the global variables is positioned at the top left hand corner of the frame. If the specified text symbol is not found, the system does not create a title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE gv_title.
PARAMETERS: p1 TYPE abap_bool.
SELECTION-SCREEN END OF BLOCK b1.


AT SELECTION-SCREEN OUTPUT.
  gv_title = 'Foo'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do the trick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 12:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-frame-title-at-runtime/m-p/7581320#M1566419</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2011-01-26T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: changing Frame Title at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-frame-title-at-runtime/m-p/7581321#M1566420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomek Mackowski ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That trick solved my problem.Thanks a lot ! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 12:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-frame-title-at-runtime/m-p/7581321#M1566420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T12:36:13Z</dc:date>
    </item>
  </channel>
</rss>

