<?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: Problem With Error Message In Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732499#M1673796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a custom Parameter ID? Where are you setting the value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2012 09:17:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-23T09:17:59Z</dc:date>
    <item>
      <title>Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732486#M1673783</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;I know this question has been asked many a times and I have read almost all of them but my problem is different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display an Error Message in Module Pool when a standard field is empty depending on my custom field's value. The problem is it comes with Exit button. I want it to be able to come back to the same screen and allow the user to enter a value but I want to make it mandatory for the user to fill that field if the value of the Custom Field is Yes and not make it mandatory if it is No. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to apply a Validation but i am not getting the Value of the Custom Field there. I tried with Parameter ID but it goes to the Validation first then to the module pool so i am getting the last value passed and not the present one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using Display like "E" but it permits the user to move on to next tab and not fill it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandni Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732486#M1673783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732487#M1673784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the current values in the screen use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field_value-fieldname = 'YOUR CUSTOM FIELD NAME'.&lt;/P&gt;&lt;P&gt;APPEND field_value TO dynpro_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DYNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-CPROG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DYNUMB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-DYNNR&lt;/P&gt;&lt;P&gt;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DYNPFIELDS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = dynpro_values.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;The table dynpro_values will have the current value for the custom field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732487#M1673784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732488#M1673785</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;Define it in PBO block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform Screen_input_Check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen_input_CHECK Define If screen-field name = 'YES' And standard field is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message 'Please Enter Standard Field' type 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732488#M1673785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732489#M1673786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit,&lt;/P&gt;&lt;P&gt;I tried that but then all the fields are coming input-disabled. Actually I am trying to make a standard field mandatory based on the value of my custom field. when I did this only my custom field is coming input-enabled but the standard field is input disabled. I think the possible reason might be that I have used chain endchain for my custom field. Is it possible to do that with standard field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732489#M1673786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732490#M1673787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep your standard field also in the CHAIN END CHAIN command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732490#M1673787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732491#M1673788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not do that it is a standard field and I am putting this validation on AS01. If i include the field ANLZ-PERNR in the chain endchain, it displays an error message that the Input/Output Field 'ANLZ-PENR' not defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732491#M1673788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732492#M1673789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yes this is possible with standard field.one more thing plz conform that You have provide OK_CODE in element list of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732492#M1673789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732493#M1673790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not do that it is a standard field and I am putting this validation on AS01. If i include the field ANLZ-PERNR in the chain endchain, it displays an error message that the Input/Output Field 'ANLZ-PENR' not defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732493#M1673790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732494#M1673791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then in that can you try giving a Information message and leave the program flow after that. Then all fields will remain editable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732494#M1673791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T05:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732495#M1673792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case if the user navigates to the next tab it can, but my situation is i have to make it mandatory for the user to enter a value in that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 06:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732495#M1673792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T06:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732496#M1673793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem of using Chain Endchain on your custom field is that it will disable other fields.&lt;/P&gt;&lt;P&gt;You can display the error as a information message either while doing a SAVE or when the user is trying to click on the next tab. Do this in the PAI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 06:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732496#M1673793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T06:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732497#M1673794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to stop the program flow after the Information message, same as LEAVE LIST-PROCESSING in Reports.&lt;/P&gt;&lt;P&gt;Use Leave statement to stop the flow. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 06:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732497#M1673794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T06:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732498#M1673795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use validation to achieve it but the problem I am facing is i have given parameter id t my custom field, created an entry in TPARA and i have checked SET PARAMTER and GET PARAMETER in module pool layout. But I am not getting the value in the Validation. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 08:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732498#M1673795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T08:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732499#M1673796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a custom Parameter ID? Where are you setting the value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 09:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732499#M1673796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T09:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732500#M1673797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Chandni ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; use below&amp;nbsp; code&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include mm_messages_mac&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"useful macros for message handling&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;if&amp;nbsp; &amp;lt;condition&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; mmpur_message_forced &lt;SPAN class="L0S33"&gt;'E' &lt;SPAN class="L0S33"&gt;'ME' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'083' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001 &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;''&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp; " in&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001 add&amp;nbsp; your custom mesage .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;endif .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;just use above code&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;Deepak.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 09:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732500#M1673797</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2012-04-23T09:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732501#M1673798</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;How about using this in your error message.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;CODE&gt;&lt;SPAN class="L0S52"&gt;MESSAGE &lt;SPAN class="L0S33"&gt;'your error message' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'S' &lt;/SPAN&gt;DISPLAY &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;LEAVE &lt;/SPAN&gt;LIST-PROCESSING.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 10:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732501#M1673798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T10:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732502#M1673799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not work, i had already tried it. Please read the Requirement, I have to make it mandatory field that is why can not use this since this allows the user to navigate to other page without entering the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 11:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732502#M1673799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732503#M1673800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it by myself but the solution you have provided seems knowledgeable. Could you please explain what this does. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 11:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732503#M1673800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732504#M1673801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Parameter ID is custom, I have set the Parameter ID in the layout editor by giving Parameter ID in the attributes of that Field, the mistake I was doing was in the Declaration of variable in which I was passing the value of the Parameter ID, it had to be a char type variable.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 11:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732504#M1673801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Error Message In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732505#M1673802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved the Problem by myself.&lt;/P&gt;&lt;P&gt;Thank You all For Helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 11:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message-in-module-pool/m-p/8732505#M1673802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T11:41:09Z</dc:date>
    </item>
  </channel>
</rss>

