<?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: Changing the frame's title dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471372#M1252956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE w_title.  "w_title is frame's title
SELECTION-SCREEN END OF BLOCK 1.


at selection-screen output.

if p_r1 = 'X'.
w_title = "hello world'.
elseif p_r2 = 'X'.
w_title = "hello india'.
endif.



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2009 18:51:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-21T18:51:47Z</dc:date>
    <item>
      <title>Changing the frame's title dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471371#M1252955</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 a Frame on my screen, depending on the different button clicks the text description of the frame should change to make the data displayed on the frame more meaningful.&lt;/P&gt;&lt;P&gt;Can anyone of you please help me in achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471371#M1252955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T18:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the frame's title dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471372#M1252956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE w_title.  "w_title is frame's title
SELECTION-SCREEN END OF BLOCK 1.


at selection-screen output.

if p_r1 = 'X'.
w_title = "hello world'.
elseif p_r2 = 'X'.
w_title = "hello india'.
endif.



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471372#M1252956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T18:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the frame's title dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471373#M1252957</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;The frame which am using is in the Module pool programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471373#M1252957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T18:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the frame's title dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471374#M1252958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE w_title.
PARAMETERS: p_r1 RADIOBUTTON GROUP rapt default 'X' user-command abc,
                            p_r2 RADIOBUTTON GROUP rapt.
SELECTION-SCREEN END OF BLOCK 1.


AT SELECTION-SCREEN OUTPUT.

  IF p_r1 = 'X'.
    w_title = ' hello world'.
  ELSEIF p_r2 = 'X'.
    w_title = ' hello india'.
  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Module pool Pgm..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first assign some Function code to the radio buttons ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep frame title empty in module poll....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

PROCESS BEFORE OUTPUT.
* Module screen GUI-Screen&amp;amp;Status and Screen Logic
  MODULE status_1020.

MODULE status_1020 OUTPUT.

  CASE ok_code.
    WHEN 'Radio1'.
          FRAME1020 = "hello world'.
     WHEN 'Radio2' .
        FRAME1020 = "hello India'.
  ENDCASE.
ENDMODULE.                 " STATUS_1020  OUTPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 19:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-frame-s-title-dynamically/m-p/5471374#M1252958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T19:04:44Z</dc:date>
    </item>
  </channel>
</rss>

