<?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: Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887335#M933804</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;Setting a Title for a List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As with normal screens, you can set a title for a list as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TITLEBAR  parameters. To display an ampersand character u2018&amp;amp;u2019, repeat it in the title u2018&amp;amp;&amp;amp;u2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for dialog status in a list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_menu_painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE:  'Basic list, SY-LSIND =', sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE:  'LINE-SELECTION, SY-LSIND =', sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'TEST'.&lt;/P&gt;&lt;P&gt;      WRITE:  'TEST, SY-LSIND =', sy-lsind.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program uses a status TEST, defined in the Menu Painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function key F5 has the function code TEST and the text Test for demo. &lt;/P&gt;&lt;P&gt;Function code TEST is entered in the List menu. &lt;/P&gt;&lt;P&gt;The function codes PICK and TEST are assigned to pushbuttons.&lt;/P&gt;&lt;P&gt;The user can trigger the AT USER-COMMAND event either by pressing F5 , or by choosing List ® Test for demo, or by choosing the pushbutton Test for demo.The user can trigger the AT LINE-SELECTION event by selecting a line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 06:51:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T06:51:49Z</dc:date>
    <item>
      <title>Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887334#M933803</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;i want text format in Title Bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SET TITLEBAR 'ZH1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title bar: Titan TM--&amp;gt; &lt;STRONG&gt;superscript.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;its i need format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how is prepared for it.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply me immediately,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887334#M933803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887335#M933804</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;Setting a Title for a List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As with normal screens, you can set a title for a list as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TITLEBAR  parameters. To display an ampersand character u2018&amp;amp;u2019, repeat it in the title u2018&amp;amp;&amp;amp;u2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for dialog status in a list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_menu_painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE:  'Basic list, SY-LSIND =', sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE:  'LINE-SELECTION, SY-LSIND =', sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'TEST'.&lt;/P&gt;&lt;P&gt;      WRITE:  'TEST, SY-LSIND =', sy-lsind.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program uses a status TEST, defined in the Menu Painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function key F5 has the function code TEST and the text Test for demo. &lt;/P&gt;&lt;P&gt;Function code TEST is entered in the List menu. &lt;/P&gt;&lt;P&gt;The function codes PICK and TEST are assigned to pushbuttons.&lt;/P&gt;&lt;P&gt;The user can trigger the AT USER-COMMAND event either by pressing F5 , or by choosing List ® Test for demo, or by choosing the pushbutton Test for demo.The user can trigger the AT LINE-SELECTION event by selecting a line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887335#M933804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887336#M933805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887336#M933805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887337#M933806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example of setting a dialog status for the current list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_set_pf_status_2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: 'SY-LSIND:', sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'TEST' IMMEDIATELY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing the program, the output screen shows the basic list and the user interface predefined for line selection (with function code PICK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you choose Choose, the user interface changes. However, since the AT LINE-SELECTION processing block does not contain an output statement, the system does not create a detail list: The status TEST is defined as in the previous example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Titles of detail lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_title .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE 'Click me!' HOTSPOT COLOR 5 INVERSE ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'TIT' WITH sy-lsind.&lt;/P&gt;&lt;P&gt;  WRITE 'Click again!' HOTSPOT COLOR 5 INVERSE ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this program, a new title is set for each detail list. The title is defined as follows: "Title for Detail List &amp;amp;1".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887337#M933806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887338#M933807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example of setting a dialog status for the current list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_set_pf_status_2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: 'SY-LSIND:', sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'TEST' IMMEDIATELY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing the program, the output screen shows the basic list and the user interface predefined for line selection (with function code PICK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you choose Choose, the user interface changes. However, since the AT LINE-SELECTION processing block does not contain an output statement, the system does not create a detail list: The status TEST is defined as in the previous example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Titles of detail lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_title .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE 'Click me!' HOTSPOT COLOR 5 INVERSE ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'TIT' WITH sy-lsind.&lt;/P&gt;&lt;P&gt;  WRITE 'Click again!' HOTSPOT COLOR 5 INVERSE ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this program, a new title is set for each detail list. The title is defined as follows: "Title for Detail List &amp;amp;1".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/3887338#M933807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:56:27Z</dc:date>
    </item>
  </channel>
</rss>

