<?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 message in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437749#M825527</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;In system the Date setting DD.MM.YYYY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In selection screen &lt;/P&gt;&lt;P&gt;Parameters : p_date like konh-erdat.&lt;/P&gt;&lt;P&gt;I am having the date as parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when i am entereing the date in DD-MM-YYYY format, it is showing the &lt;/P&gt;&lt;P&gt;Standard message has 'Enter the date in __:__:_____.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But whereas my client needs to capture standard message and to display the customised message has 'Enter the date in DD:MM:YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this possible, please let me know this is urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 03:51:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T03:51:45Z</dc:date>
    <item>
      <title>message in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437749#M825527</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;In system the Date setting DD.MM.YYYY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In selection screen &lt;/P&gt;&lt;P&gt;Parameters : p_date like konh-erdat.&lt;/P&gt;&lt;P&gt;I am having the date as parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when i am entereing the date in DD-MM-YYYY format, it is showing the &lt;/P&gt;&lt;P&gt;Standard message has 'Enter the date in __:__:_____.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But whereas my client needs to capture standard message and to display the customised message has 'Enter the date in DD:MM:YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this possible, please let me know this is urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 03:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437749#M825527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T03:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: message in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437750#M825528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi varisetty madhavi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can define the customized message under the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN ON P_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the documentaiton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is triggered at the screen event PAI of a selection screen if the content of the input field of a parameter para or a line of a selection criterion selcrit was passed to the ABAP program. In the event block, the user input can be checked. Sending a warning or an error message in the event block makes the fields para and selcrit ready for input again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No parameter that is defined as a radio button can be specified. For this purpose, the addition ON RADIOBUTTON GROUP is provided. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 03:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437750#M825528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T03:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: message in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437751#M825529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi why dont you keep a note on the selection screen saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Please enter the date in DD_MM_YYYY only"&lt;/STRONG&gt; just above the parameter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 5(75) text-007.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 04:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437751#M825529</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-25T04:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: message in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437752#M825530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jackandjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He wants only has error message .&lt;/P&gt;&lt;P&gt;No the text, Let me know is it possible to capture standard message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 04:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437752#M825530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T04:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: message in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437753#M825531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried may in package SZS , but with no luck... I doubt if its possible..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 04:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-selection-screen/m-p/3437753#M825531</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-25T04:30:14Z</dc:date>
    </item>
  </channel>
</rss>

