<?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: Selection Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557787#M583107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Text Elements-&amp;gt;Selection Texts.&lt;/P&gt;&lt;P&gt;U can whatever text u r willing to give for the parameter or select-options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 07:29:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T07:29:54Z</dc:date>
    <item>
      <title>Selection Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557786#M583106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i change the selection text dynamically of a parameter or select option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557786#M583106</guid>
      <dc:creator>former_member735790</dc:creator>
      <dc:date>2007-07-16T07:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557787#M583107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Text Elements-&amp;gt;Selection Texts.&lt;/P&gt;&lt;P&gt;U can whatever text u r willing to give for the parameter or select-options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557787#M583107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557788#M583108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ychatest.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN : COMMENT 1(15) text-001 FOR FIELD p_matnr.
PARAMETERS : p_matnr LIKE mara-matnr.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557788#M583108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557789#M583109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Open the program in SE38.&lt;/P&gt;&lt;P&gt;In the se38 menu bar u will have GO TO --&amp;gt; Textelements -&amp;gt; selection texts...here u can modify the name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557789#M583109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557790#M583110</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;There are two types to change selection text one is through coding part and another is manually &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how to change from coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN : pavan(15) text-001 FOR FIELD p_name.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the program in SE38.&lt;/P&gt;&lt;P&gt;In the se38 menu bar u will have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto --&amp;gt; Textelements -&amp;gt; selection texts..Now u can change ur name of selection text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557790#M583110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557791#M583111</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;GOTO -&amp;gt; TEXT ELEMENTS -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT EVER YOU WANT YOU CAN DO CHANGES HERE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/2557791#M583111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:42:44Z</dc:date>
    </item>
  </channel>
</rss>

