<?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-screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830667#M662455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vinoth,&lt;/P&gt;&lt;P&gt;               You have to just write no-intervals syntax with the field in selection screen to replace TO.Just see eg below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK ID WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   EBELN  FOR EKKO-EBELN NO INTERVALS,&lt;/P&gt;&lt;P&gt;                                AEDAT FOR EKKO-AEDAT NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields EBELN and AEDAT will be displayed without TO keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 06:42:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-25T06:42:25Z</dc:date>
    <item>
      <title>selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830661#M662449</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;&lt;/P&gt;&lt;P&gt;I want this below mentioned words to be printed in selection screeen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Project ID 	:----&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;	  Previous Project ID :   -&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General select-options looks like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Current Project ID  -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;   TO   -&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to replace this TO as   Previous Project ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;regards,&lt;/P&gt;&lt;P&gt;R.Vinoth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 06:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830661#M662449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T06:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830662#M662450</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;Change the selection text in the options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open that selection text in change mode then replace the TO  as Previous project id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 06:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830662#M662450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T06:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830663#M662451</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_Current Project ID  for &amp;lt;tablename-fieldname&amp;gt; no intervals,&lt;/P&gt;&lt;P&gt;                       s_Previous Project ID for &amp;lt;tablename-fieldname&amp;gt; no intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 06:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830663#M662451</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-09-25T06:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830664#M662452</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;Check the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: pa0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK aff WITH FRAME.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(30) text-020 FOR FIELD s_bukrs.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 31.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_bukrs  FOR pa0001-bukrs NO INTERVALS NO-EXTENSION."Company Code&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 56(3) text-030 FOR FIELD s_bukrs1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 60.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_bukrs1 FOR pa0001-bukrs NO INTERVALS.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK aff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text-elements&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*020	Company code&lt;/P&gt;&lt;P&gt;*030	To&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Velangini Showry Maria Kumar Bandanadham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 06:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830664#M662452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T06:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830665#M662453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are declaring select-options ,I think you cant insert your text in between them.Instead declare two select-options with no intervals or no-extension option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 06:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830665#M662453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830666#M662454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am sorry , there is no method to insert the data there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 06:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830666#M662454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T06:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830667#M662455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vinoth,&lt;/P&gt;&lt;P&gt;               You have to just write no-intervals syntax with the field in selection screen to replace TO.Just see eg below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK ID WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   EBELN  FOR EKKO-EBELN NO INTERVALS,&lt;/P&gt;&lt;P&gt;                                AEDAT FOR EKKO-AEDAT NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields EBELN and AEDAT will be displayed without TO keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 06:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2830667#M662455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T06:42:25Z</dc:date>
    </item>
  </channel>
</rss>

