<?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: Screen not getting ready for input again after error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-getting-ready-for-input-again-after-error-message/m-p/6668879#M1447592</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 the flow logic of the screen write,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS BEFORE OUTPUT.
 MODULE STATUS_1000.

PROCESS AFTER INPUT.
CHAIN.
 FIELD field1 MODULE check-field1.
 FIELD field2 MODULE check-field2.
ENDCHAIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an include F01. Double click on 'check-field1' and 'check-field2' and create those modules in F01 and write the validations in that. Now the fields wont get grayed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Mar 2010 10:19:33 GMT</pubDate>
    <dc:creator>sridhar_meesala</dc:creator>
    <dc:date>2010-03-03T10:19:33Z</dc:date>
    <item>
      <title>Screen not getting ready for input again after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-getting-ready-for-input-again-after-error-message/m-p/6668877#M1447590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I am facing a problem in module pool programming. There is a screen with 5 check boxes,&lt;/P&gt;&lt;P&gt;While validating those checkboxes , if any error message comes the screen is not getting ready for input again,&lt;/P&gt;&lt;P&gt;it gets grayed out. please help me in resolving this issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-getting-ready-for-input-again-after-error-message/m-p/6668877#M1447590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T09:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Screen not getting ready for input again after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-getting-ready-for-input-again-after-error-message/m-p/6668878#M1447591</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;Use CHAIN ENDCHAIN Key words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;In PAI

CHAIN.
FIELDS : CHECK1,
CHECK2,
CHECK3,
CHECK4,
CHECK5.
MODULE VALIDATE. 
ENDCHAIN

In Program

module validate input.
" Write your validations here.
" and give your error messages here For more info Take F1 help on CHAIN key word
endmodule&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 10:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-getting-ready-for-input-again-after-error-message/m-p/6668878#M1447591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T10:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Screen not getting ready for input again after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-getting-ready-for-input-again-after-error-message/m-p/6668879#M1447592</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 the flow logic of the screen write,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS BEFORE OUTPUT.
 MODULE STATUS_1000.

PROCESS AFTER INPUT.
CHAIN.
 FIELD field1 MODULE check-field1.
 FIELD field2 MODULE check-field2.
ENDCHAIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an include F01. Double click on 'check-field1' and 'check-field2' and create those modules in F01 and write the validations in that. Now the fields wont get grayed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 10:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-getting-ready-for-input-again-after-error-message/m-p/6668879#M1447592</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-03-03T10:19:33Z</dc:date>
    </item>
  </channel>
</rss>

