<?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 Title text in module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277737#M1020562</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 created a screen in the screen painter which I am calling in my report program I want to set the title text of the screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how to do this &lt;/P&gt;&lt;P&gt;SET TITLEBAR ' TEXT' is not working&lt;/P&gt;&lt;P&gt;&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;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Aug 2008 09:58:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-02T09:58:29Z</dc:date>
    <item>
      <title>Title text in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277737#M1020562</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 created a screen in the screen painter which I am calling in my report program I want to set the title text of the screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how to do this &lt;/P&gt;&lt;P&gt;SET TITLEBAR ' TEXT' is not working&lt;/P&gt;&lt;P&gt;&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;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 09:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277737#M1020562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-02T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Title text in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277738#M1020563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*******MENU AND TITLE FOR SCREEN 0100*******
&amp;amp;---------------------------------------------------------------------
*&amp;amp; Module STATUS_0100 OUTPUT
&amp;amp;---------------------------------------------------------------------

text 
----------------------------------------------------------------------
MODULE STATUS_0100 OUTPUT.
SET PF-STATUS 'Z11AMIT_XD'.
SET TITLEBAR 'MAIN'.

ENDMODULE. " STATUS_0100 OUTPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after declear a tital save check activate your effors .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 10:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277738#M1020563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-02T10:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Title text in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277739#M1020564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this I have already done ... it is not working !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rregards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 10:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277739#M1020564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-02T10:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Title text in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277740#M1020565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to set the title of the screen the you have to use SET TITLEBAR 'TEXT'. as you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now &lt;STRONG&gt;Double click on the TEXT word&lt;/STRONG&gt; , it will take you to new Editor, Now in the &lt;STRONG&gt;title&lt;/STRONG&gt; input box you can Write the text you want ot display for the Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&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;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 10:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/title-text-in-module-pool-screen/m-p/4277740#M1020565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-02T10:28:58Z</dc:date>
    </item>
  </channel>
</rss>

