<?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: How to keep fields open for input with Error Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036784#M85255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI, you:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CHAIN.
    FIELD zzerd_vendor_data-lifnr.
    FIELD zzerd_vendor_data-pernr.
    MODULE check_vendor_pernr_exist.
  ENDCHAIN.

  FIELD  zzerd_vendor_data-lifnr
    MODULE validate_lifnr ON REQUEST.
  FIELD  zzerd_vendor_data-pernr
    MODULE validate_pernr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In the first (chain a number of fields), if either field fails validation, both are open for input. In the second (one field), if the validation fails only that fiels is open for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2005 03:40:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-14T03:40:20Z</dc:date>
    <item>
      <title>How to keep fields open for input with Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036782#M85253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;   How can i keep the input fields on the screen open for input even after an error message is displayed ?&lt;/P&gt;&lt;P&gt;          I don't have to take care of this is in Reports , but in Module pools(Dialogue Programming) i want the fields to be open .&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;&lt;/P&gt;&lt;P&gt;Ajitabh Pradhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 03:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036782#M85253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T03:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep fields open for input with Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036783#M85254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajitabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly where you CHAIN .. END CHAING commands come into picture. Put all the fields that you want to validate beteween this and whichever field has an error will be open for edidting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward the posts that help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 03:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036783#M85254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T03:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep fields open for input with Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036784#M85255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI, you:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CHAIN.
    FIELD zzerd_vendor_data-lifnr.
    FIELD zzerd_vendor_data-pernr.
    MODULE check_vendor_pernr_exist.
  ENDCHAIN.

  FIELD  zzerd_vendor_data-lifnr
    MODULE validate_lifnr ON REQUEST.
  FIELD  zzerd_vendor_data-pernr
    MODULE validate_pernr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In the first (chain a number of fields), if either field fails validation, both are open for input. In the second (one field), if the validation fails only that fiels is open for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 03:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036784#M85255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T03:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep fields open for input with Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036785#M85256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is answered, please close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2005 04:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-fields-open-for-input-with-error-message/m-p/1036785#M85256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-15T04:08:32Z</dc:date>
    </item>
  </channel>
</rss>

