<?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: Set title in module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743981#M1458987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i need to change that screen title dynamically according to radio button selection on selection screen.&lt;/P&gt;&lt;P&gt;Can you help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 06:14:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-13T06:14:47Z</dc:date>
    <item>
      <title>Set title in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743978#M1458984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to call a screen in FM and make a table control in that, how can I set a title for that screen during pop up on the upper left side near close button and give a function name above table control&lt;/P&gt;&lt;P&gt;how to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 04:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743978#M1458984</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2010-03-17T04:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set title in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743979#M1458985</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 am not sure if you are asking this !!!&lt;/P&gt;&lt;P&gt;You can use SET TITLEBAR 'Title' in your PBO and create the GUI Title and name the Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the Title to appear above the Table Control, then you can create a label in your screen layout and populate it with the Title.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 04:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743979#M1458985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T04:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set title in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743980#M1458986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the PBO of the screen do the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you have to create a Z GUI status and a Z GUI TITLE then code as follow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module f_set_status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside the f_set_status &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   SET PF-STATUS 'ZGUI1'.
   SET TITLEBAR 'ZTITLE' OF PROGRAM gc_program.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 05:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743980#M1458986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T05:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set title in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743981#M1458987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i need to change that screen title dynamically according to radio button selection on selection screen.&lt;/P&gt;&lt;P&gt;Can you help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 06:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743981#M1458987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T06:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set title in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743982#M1458988</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 check box in my selection screen, based on check box selection I have changed the report text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF P_CITY IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT = TEXT-003.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ELSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT = TEXT-004.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO I have written like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET TITLEBAR '0100' WITH TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadamalai A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 06:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-title-in-module-pool-screen/m-p/6743982#M1458988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T06:36:56Z</dc:date>
    </item>
  </channel>
</rss>

