<?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 Regarding Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen/m-p/4816006#M1127162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SELECT-OPTIONS: P_CDATE  LIKE SY-DATUM.  "Create Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen I need to display only label with out any input field. &lt;/P&gt;&lt;P&gt;==== ===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Date -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&amp;lt;Text Field Box&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under &amp;lt;Text Fieldb Box&amp;gt; , i need to display lable as .....( date format: MM/DD/YYYY )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 19:38:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-03T19:38:31Z</dc:date>
    <item>
      <title>Regarding Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen/m-p/4816006#M1127162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SELECT-OPTIONS: P_CDATE  LIKE SY-DATUM.  "Create Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen I need to display only label with out any input field. &lt;/P&gt;&lt;P&gt;==== ===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Date -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&amp;lt;Text Field Box&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under &amp;lt;Text Fieldb Box&amp;gt; , i need to display lable as .....( date format: MM/DD/YYYY )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 19:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen/m-p/4816006#M1127162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T19:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen/m-p/4816007#M1127163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: p_cdate FOR sy-datum.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT : 35(10) text-001 , 60(10) text-001 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the text element text-001 as 'MM/DD/YYYY' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if that helps ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Aditya.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 20:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen/m-p/4816007#M1127163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T20:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen/m-p/4816008#M1127164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (29) from_text.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_para11 LIKE knvk-parau AS LISTBOX VISIBLE LENGTH 18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (5) to_text.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_para2 LIKE knvk-parau AS LISTBOX VISIBLE LENGTH 18.&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;from_text = FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to_text = TO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 20:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen/m-p/4816008#M1127164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T20:59:11Z</dc:date>
    </item>
  </channel>
</rss>

