<?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 selection text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093782#M978919</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 want to change selection text of a select-option in my program. I don't want to change it in  goto-&amp;gt;textelement.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which table selection text are stored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 07:32:51 GMT</pubDate>
    <dc:creator>balamurugan_ramakrishnan</dc:creator>
    <dc:date>2008-07-02T07:32:51Z</dc:date>
    <item>
      <title>selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093782#M978919</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 want to change selection text of a select-option in my program. I don't want to change it in  goto-&amp;gt;textelement.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which table selection text are stored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093782#M978919</guid>
      <dc:creator>balamurugan_ramakrishnan</dc:creator>
      <dc:date>2008-07-02T07:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093783#M978920</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-t01.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT (35) s_txt02 FOR FIELD s_werks.
SELECT-OPTIONS: s_werks FOR marc-werks .
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK b1 .

*----------------------------------------------------------------------*
* INITIALIZATION EVENT
*----------------------------------------------------------------------*
INITIALIZATION.
  s_txt02 = 'Plant'(t03).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093783#M978920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T07:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093784#M978921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is NOT wise to do it the way you intend to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093784#M978921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T07:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093785#M978922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this text not save any where in SAP because its exsistance only at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093785#M978922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093786#M978923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajinikanth .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing I forgot to mention is it is 40B version. you can't add select-option in between begin of line and end ofline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you comment and select-option , select-option display in next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I want to code it in program itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi floraian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to develop a program where I have to hardcode selection text and text symbols inside. &lt;/P&gt;&lt;P&gt;for text symbols I found solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093786#M978923</guid>
      <dc:creator>balamurugan_ramakrishnan</dc:creator>
      <dc:date>2008-07-02T07:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093787#M978924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you said it wont' save text any where in SAP because its exsistance only at runtime. How come we are editing selection text in goto-&amp;gt;text elements-&amp;gt;selection text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some where it should be stored, then only it can restore the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it will store the textsymbols and selection text in some tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 09:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text/m-p/4093787#M978924</guid>
      <dc:creator>balamurugan_ramakrishnan</dc:creator>
      <dc:date>2008-07-02T09:41:48Z</dc:date>
    </item>
  </channel>
</rss>

