<?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: Displaying  Window Title Dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505114#M843075</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;Try to use WITH option in SET TITLEBAR statement.It will be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 07:11:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-06T07:11:42Z</dc:date>
    <item>
      <title>Displaying  Window Title Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505113#M843074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to display window title which is coming from T100 table. Based on the entered message number from t100 table i need to display the respective messagetext from  respective messageno from T100 table.Please let me know how to display window title dynamically from table T100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 12:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505113#M843074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T12:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying  Window Title Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505114#M843075</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;Try to use WITH option in SET TITLEBAR statement.It will be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 07:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505114#M843075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T07:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying  Window Title Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505115#M843076</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;In T100, there are mesage id and message numbers.&lt;/P&gt;&lt;P&gt;You have to give the message number with message id to pick the messafe text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select text from t100 where ARBGB = Message-id &lt;/P&gt;&lt;P&gt;                                and  msgnr = message number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can fetch the MESSAGE TEXT  for message id and for &lt;/P&gt;&lt;P&gt;message number given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 07:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505115#M843076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying  Window Title Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505116#M843077</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;My problem is i am not able to display the text which i got from T100 table. means i am unable  to use the syntax set titlebar "001' at where that particular message text related to respective messagenumber should display in title bar dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 08:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505116#M843077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T08:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying  Window Title Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505117#M843078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set your title  text in your gui ( via SE41)  to &amp;amp;. (an ampersand  - without the full stop if this doesn't display on your screen properly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now read your T100 text into a variable  say z_text.&lt;/P&gt;&lt;P&gt;Then set tiltlebar  xxx with z-text. &lt;/P&gt;&lt;P&gt;The xxx is the number of your titlebar defined in your gui status (SE41).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jimbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 21:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505117#M843078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T21:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying  Window Title Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505118#M843079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than reading from T001, you can just use the "message" verb to get the content and variable substitution done for you... so this may help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
report zlocal_jc_sdn_titlebar1.

data:
  g_title                 type sy-ucomm.

parameter:
  p_gday                  type sy-datum.

* Events:
initialization.
  perform initialization.

at selection-screen output.
  set titlebar 'MY_TITLE' with g_title. "MY_TITLE just contains &amp;amp;

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  initialization
*&amp;amp;---------------------------------------------------------------------*
form initialization.

  message e398(00) with 'Hello' sy-uname 'today is' sy-datum
    into g_title.

endform.                    "initialization
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 01:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-window-title-dynamically/m-p/3505118#M843079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T01:35:11Z</dc:date>
    </item>
  </channel>
</rss>

