<?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: message type E and inactive fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689631#M1292948</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;u need to use CHAIN/ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCCE PAI.
   CHAIN.
       FIELD1.
       FIELD2.
       ...........
       FIELDN.
       MODULE SET_MESSAGE.
    ENDCHAIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE SET_MESSAGE.
  MESSAGE e001(00) WITH text-t001.
ENDMODULE.&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>Tue, 02 Jun 2009 12:26:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-02T12:26:26Z</dc:date>
    <item>
      <title>message type E and inactive fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689630#M1292947</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;After: MESSAGE e001(00) WITH text-t001 all fields on screen becomes inactive even when I press enter. What is a correct flow logic for a screen to make screen field visible after enter key press immediatelly after error message occurs ?  thx a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 12:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689630#M1292947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T12:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: message type E and inactive fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689631#M1292948</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;u need to use CHAIN/ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCCE PAI.
   CHAIN.
       FIELD1.
       FIELD2.
       ...........
       FIELDN.
       MODULE SET_MESSAGE.
    ENDCHAIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE SET_MESSAGE.
  MESSAGE e001(00) WITH text-t001.
ENDMODULE.&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>Tue, 02 Jun 2009 12:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689631#M1292948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T12:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: message type E and inactive fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689632#M1292949</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;  In a  selection screen,&lt;/P&gt;&lt;P&gt; You might have used OBLIGATORY  for some of the fields on selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Remove that and validate that field is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If  P_MATNR is initial. &lt;/P&gt;&lt;P&gt;        set cursor field 'P_MATNR'.&lt;/P&gt;&lt;P&gt;        message e000...&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandrasekhar Jagarlamudi on Jun 2, 2009 2:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 12:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689632#M1292949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T12:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: message type E and inactive fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689633#M1292950</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;if it in module program in flow logic SE51 PAI&lt;/P&gt;&lt;P&gt; FIELD w_pn MODULE validate_material. where w_pn is the filed name on the screen&lt;/P&gt;&lt;P&gt;validate_material is the module name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write this error message in that module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;If it a selection screen write a login on AT SELECTION-SCREEN ON FIELD &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 12:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689633#M1292950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T12:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: message type E and inactive fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689634#M1292951</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;In PAI of the screen,&lt;/P&gt;&lt;P&gt;use Chain....Endchain Statement.&lt;/P&gt;&lt;P&gt;In between this call any module &amp;amp; check the screen parameters into it.&lt;/P&gt;&lt;P&gt;Even though u gave error message (Type E) into it, it will not exit the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 12:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689634#M1292951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T12:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: message type E and inactive fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689635#M1292952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you might be wrote that Error Message In Event START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;WRITE that statement in AT SELECTION-SCREEN EVENT..&lt;/P&gt;&lt;P&gt;This time it won't happens...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 12:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-and-inactive-fields/m-p/5689635#M1292952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T12:31:04Z</dc:date>
    </item>
  </channel>
</rss>

