<?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: Error message in BADI which disable input fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683233#M1449939</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;first of all i think that badi is not suitable for validation, i think its called in the PBO.&lt;/P&gt;&lt;P&gt;read the component documentation, it should have been clearly stated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 18:40:55 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-03-17T18:40:55Z</dc:date>
    <item>
      <title>Error message in BADI which disable input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683231#M1449937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have implemented a BADI for screen validations and in case of error, I am using &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message 'THIS IS ERROR' type 'E'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI &amp;amp; validations part is working fine, the issue is in case of error, it's disabling all the input fields. I want the fields to be ready for input again after error, so user can fix the input and execute it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used message type 'S' also and then EXIT, but it would not work. Its just coming out of that condition, not program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683231#M1449937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T18:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI which disable input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683232#M1449938</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;It seems like the place you are issuing the error message is not correct. What is the BADI and the method  u r using? Is it called in the PAI of the screen? EXIT won't serve the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many BADI's have options to log the messages to the application log.(eg: ME21N, BADI ME_PROCESS_PO_CUST).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683232#M1449938</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-17T18:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI which disable input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683233#M1449939</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;first of all i think that badi is not suitable for validation, i think its called in the PBO.&lt;/P&gt;&lt;P&gt;read the component documentation, it should have been clearly stated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683233#M1449939</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-17T18:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI which disable input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683234#M1449940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BADI name is BADI_MATERIAL_CHECK &amp;amp; the method which I am using is CHECK_DATA_RETAIL. Its being called at the time when we save the Article in MM41 transaction.&lt;/P&gt;&lt;P&gt; Whats ur input on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keshav.T:&lt;/P&gt;&lt;P&gt;If BADI is not the suitable place, then where should I validate it? I could not find User exit for this. Pls tell me other possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: WDAbap on Mar 17, 2010 8:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 19:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683234#M1449940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T19:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in BADI which disable input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683235#M1449941</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 donot have a system right now, ill check and let you know &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;can you please check whats written in the component (method )documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 19:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-badi-which-disable-input-fields/m-p/6683235#M1449941</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-17T19:49:36Z</dc:date>
    </item>
  </channel>
</rss>

