<?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: texts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486711#M838309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that like below&lt;/P&gt;&lt;P&gt;SELECTION SCREEN COMMENT 1(50) text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Mar 2008 11:58:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-08T11:58:13Z</dc:date>
    <item>
      <title>texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486710#M838308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;In the selection screen i want put text name instead of field names . how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 11:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486710#M838308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T11:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486711#M838309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that like below&lt;/P&gt;&lt;P&gt;SELECTION SCREEN COMMENT 1(50) text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 11:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486711#M838309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T11:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486712#M838310</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;here the field is P_SDATE. &lt;/P&gt;&lt;P&gt;and the text u want to assign is stored in TEXT-001.&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;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(10) text-001 FOR FIELD p_sdate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PARAMETERS : p_sdate TYPE sy-datum DEFAULT sy-datum .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if its helpful............. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 13:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486712#M838310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T13:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486713#M838311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Kalyani&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu bar follow this path GoTo -&amp;gt; Text Elements -&amp;gt; Selection Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you will find a list of selection screen fields that you have defined in your program. In the corresponding text field fill the text that you want to be displayed on your selection screen. Save and activate and return to the ABAP editor. The text will be displayed on the selection screen instead of the field names when you execute the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486713#M838311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486714#M838312</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;In se38 enter name of program--change  &lt;/P&gt;&lt;P&gt;--&amp;gt;GoTo -&amp;gt; Text Elements -&amp;gt; Selection Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There your declared seletion parameters will be there change the names and save and activate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486714#M838312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486715#M838313</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 text which u want to display for ur parameter is not too big then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u should 1st save and activate ur report ....&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;in the menu bar&lt;/P&gt;&lt;P&gt;Goto - &amp;gt; Text Elements - &amp;gt; Selection text    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there u can see ur parameter name. against ur parameter name in the texts column write the text which u want to be displayed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please mark the post answered if i got the solution&lt;/P&gt;&lt;P&gt;and also reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486715#M838313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486716#M838314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486716#M838314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486717#M838315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;u should mark the post answered and also give points to the person who helped u......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486717#M838315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486718#M838316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know i have to give.......&lt;/P&gt;&lt;P&gt;i was bit bz that time&lt;/P&gt;&lt;P&gt;now i ahve given .daa...&lt;/P&gt;&lt;P&gt; thanks for the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 06:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texts/m-p/3486718#M838316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T06:08:19Z</dc:date>
    </item>
  </channel>
</rss>

