<?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: Customize message for obligatory fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871983#M1138985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it obligatory and you dont enter before you press ENTER the system message has the TOP priority THIS IS sap standard NO ONE CAN CHANGE THIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once entered you can implement your own messages.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2008 06:24:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-27T06:24:47Z</dc:date>
    <item>
      <title>Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871978#M1138980</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 made one of selection-screen field as obligatory ...But, my requirement is like I want to display my own  custom error message when it doesn't have any value other than giving default error message "fill in all the require fields"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, this fileds need to be obligatory where it needs that obligatory symbol for that sel.screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sundeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 16:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871978#M1138980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T16:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871979#M1138981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sundeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case remove obligatory from the selection field and &lt;/P&gt;&lt;P&gt;check the screen field in At Selection-Screen on &amp;lt;Field&amp;gt;.&lt;/P&gt;&lt;P&gt;If &amp;lt;Field&amp;gt;  is intial.&lt;/P&gt;&lt;P&gt;*give your error message&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 16:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871979#M1138981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T16:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871980#M1138982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, I need the symbol which appears on sel screen, only with the case of obligatory field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 17:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871980#M1138982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871981#M1138983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there check this..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE i009 DISPLAY LIKE 'E' WITH 'Customer Hierarchy &amp;amp; Sold to Customer'  ' cannot be entered together'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; information message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE E009 DISPLAY LIKE 'E' WITH 'Customer Hierarchy &amp;amp; Sold to Customer'  ' cannot be entered together'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; error message  ( red line on SS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE S009 DISPLAY LIKE 'E' WITH 'Customer Hierarchy &amp;amp; Sold to Customer'  ' cannot be entered together'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; success message ( green line on SS)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 20:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871981#M1138983</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-11-26T20:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871982#M1138984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me in this regard....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sundeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 06:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871982#M1138984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T06:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871983#M1138985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it obligatory and you dont enter before you press ENTER the system message has the TOP priority THIS IS sap standard NO ONE CAN CHANGE THIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once entered you can implement your own messages.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 06:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871983#M1138985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T06:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871984#M1138986</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;But i don't think there is a way to show the Obligatory sign without makin it Obligatory but you can suppress the system message by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'MESSAGE_TEXT_BUILD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      msgid               = p_g_msgid&lt;/P&gt;&lt;P&gt;      msgnr               = p_g_msgno&lt;/P&gt;&lt;P&gt;      msgv1               = p_g_msgv1&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      message_text_output = p_g_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; using this you can generate your own message saying to "fill in all the require fields"... and user will be able to edit it but if you simply raise message by MESSAGE E.... you will not be able to enter values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 06:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871984#M1138986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871985#M1138987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sundeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have made that field as objigatory it will always display the standard message 'Please fill in all fields". Remove the obligatory addition the selection screen and try to validate the same and if it is initial throw your custom message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_selectionscreen is initial.&lt;/P&gt;&lt;P&gt;message 'You forgot to fill the selection screen field Selections" type 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 06:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871985#M1138987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871986#M1138988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could you please elaborate the solution suggested by you..The FM given by you &lt;/P&gt;&lt;P&gt;will create a message string..But Iam not getting how it will suppress the System message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sundeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 13:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871986#M1138988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T13:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Customize message for obligatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871987#M1138989</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;I suppose you've inserted the option OBLIGATORY, u need to delete it and manage your message in the event AT SELECTION-SCREEN just as the guys have said you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: S_BUKRS FOR T001-BUKRS OBLIGATORY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to suppress the  OBLIGATORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: S_BUKRS FOR T001-BUKRS.

AT SELECTION-SCREEN.
  IF S_BUKRS[] IS INITIAL.
     MESSAGE .............................
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 13:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-message-for-obligatory-fields/m-p/4871987#M1138989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T13:15:08Z</dc:date>
    </item>
  </channel>
</rss>

