<?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 Changing Selection Texts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290665#M787361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to change the selection texts of the select-options while displaying on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on one of the field values(pr_pt) on the screen.&lt;/P&gt;&lt;P&gt;I need to display different selection texts for the two select-options( so_usfd1, so_usfd2) on the screen, say,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) If (pr_pt) = A, then (so_usfd1) should b seen on screen as 'Water' and (so_usfd2) should b seen on screen as 'Oil'.&lt;/P&gt;&lt;P&gt;2.) If (pr_pt) = B, then (so_usfd1) should b seen on screen as 'Fat' and (so_usfd2) should b seen on screen as 'Color'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2008 06:10:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-10T06:10:41Z</dc:date>
    <item>
      <title>Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290665#M787361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to change the selection texts of the select-options while displaying on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on one of the field values(pr_pt) on the screen.&lt;/P&gt;&lt;P&gt;I need to display different selection texts for the two select-options( so_usfd1, so_usfd2) on the screen, say,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) If (pr_pt) = A, then (so_usfd1) should b seen on screen as 'Water' and (so_usfd2) should b seen on screen as 'Oil'.&lt;/P&gt;&lt;P&gt;2.) If (pr_pt) = B, then (so_usfd1) should b seen on screen as 'Fat' and (so_usfd2) should b seen on screen as 'Color'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 06:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290665#M787361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290666#M787362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE38 u go to GOTO in Menu Bar and TEXT ELEMENTS&lt;/P&gt;&lt;P&gt;TEXT ELEMENTS having three options SELECTION TEXT , TEXT SYMBOLS and LIST HEADEING ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 06:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290666#M787362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T06:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290667#M787363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can keep 2 fields ..&lt;/P&gt;&lt;P&gt;if pr_pt) = A then display the first field and second field should be disabled...&lt;/P&gt;&lt;P&gt;pr_pt) = B then second should get displayed and first shoul be disabled.&lt;/P&gt;&lt;P&gt;using &lt;/P&gt;&lt;P&gt;if pr_pt = 'A'.&lt;/P&gt;&lt;P&gt;loop at SCREEN.&lt;/P&gt;&lt;P&gt;if screen-name = 'FIELD2'.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;elseif pr_pt = 'B'.&lt;/P&gt;&lt;P&gt;loop at SCREEN.&lt;/P&gt;&lt;P&gt;if screen-name = 'FIELD1'.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 06:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290667#M787363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T06:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290668#M787364</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;You can got se38. Take the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;go to-&amp;gt;text elements-&amp;gt;&lt;/STRONG&gt;selection texts*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can either type in the text or if you tick the check box the text will be taken from the field description you have given in Se11 for the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 06:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290668#M787364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T06:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290669#M787365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't set it in the se38 selection texts, as it will be fixed I need to pouplate it by the texts stored in one of the transparent tables. And so it needs to be changed during run time depending on the value of the field (pr_pt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 07:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290669#M787365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T07:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290670#M787366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, store all your req texts ina gloabal variable and call as per your requirement. Based on ur condition call again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 07:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290670#M787366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T07:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290671#M787367</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;Please check the FM "SELECTION_TEXTS_MODIFY" ... Couldn't find the exact usage of this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 07:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290671#M787367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T07:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290672#M787368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Annie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by Ranganath,&lt;/P&gt;&lt;P&gt;You can use FM&lt;/P&gt;&lt;P&gt;SELECTION_TEXTS_MODIFY..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass select option name in RSSELTEXTS-name,&lt;/P&gt;&lt;P&gt;RSSELTEXTS-kind = 'S' and RSSELTEXTS-TEXT = &amp;lt;new text you want to display&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 07:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290672#M787368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T07:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290673#M787369</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;If ur unable to write through text elements in SE38 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u try second method as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first u write selection text name then u have to create text element like T-001 then double click on that then it directly go to the text elements there u have edit option in application tool bar, u have to select that one and edit the text. then u will get the answer. Here u i am giving example as follows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_text = 'WELCOME'  T-001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then double click on that then the cursore will go to the text elements there u can write ur own text...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if it is use full answer reward me a points..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 07:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290673#M787369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T07:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Selection Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290674#M787370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zyh284_test3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:&lt;/P&gt;&lt;P&gt;  VBAK,&lt;/P&gt;&lt;P&gt;  MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;  p_test(1) TYPE c default '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;selection-screen comment 2(15) w_text1.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_vbeln for vbak-vbeln.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;selection-screen comment 2(15) w_text2.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt; IF p_test eq '2'.&lt;/P&gt;&lt;P&gt;   w_text1 = 'Water'.&lt;/P&gt;&lt;P&gt;   w_text2 = 'Oil'.&lt;/P&gt;&lt;P&gt; ELSEIF p_test eq '1'.&lt;/P&gt;&lt;P&gt;   w_text1 = 'Fat'.&lt;/P&gt;&lt;P&gt;   w_text2 = 'Color'.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 07:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-texts/m-p/3290674#M787370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T07:59:35Z</dc:date>
    </item>
  </channel>
</rss>

