<?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 Required Field Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735847#M320017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Vaibhav Modi  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;you solved my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Dec 2006 09:18:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-26T09:18:12Z</dc:date>
    <item>
      <title>Screen Required Field Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735843#M320013</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 my screen 0100 there are 3 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gv_budat (not required)&lt;/P&gt;&lt;P&gt;gv_matnr (required)&lt;/P&gt;&lt;P&gt;gv_werks (required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click the BACK button it want me to fill the required fields.&lt;/P&gt;&lt;P&gt;but i want this control only when i click the other buttons not BACK button&lt;/P&gt;&lt;P&gt;how can i control this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 09:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735843#M320013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Required Field Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735844#M320014</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;You can handle it manually. Do not give as mandatory field. when the user click on button other than BACK, check if the field is INITIAL. if yes, then give an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Put the required field in Chain endchain, so that you can allow the user to enter values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 09:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735844#M320014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Required Field Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735845#M320015</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;What you can do is write a Exit module as this is executed before any field checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module xyz on exit command&lt;/P&gt;&lt;P&gt;in which you code to go back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in the properties of Back button mark as Exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your prob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 09:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735845#M320015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Required Field Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735846#M320016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;validate field in PAi as follows -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field itab-name module check_name on request.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;field itab-name module check_name on input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here itab-name is the my screen field name..&lt;/P&gt;&lt;P&gt;for all the fields u can use chain and endchain like -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  chain.&lt;/P&gt;&lt;P&gt;  field itab-name module check_name on request.&lt;/P&gt;&lt;P&gt;  field itab-org module check_org.&lt;/P&gt;&lt;P&gt;  endchain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 09:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735846#M320016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T09:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Required Field Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735847#M320017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Vaibhav Modi  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;you solved my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 09:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-required-field-problem/m-p/1735847#M320017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T09:18:12Z</dc:date>
    </item>
  </channel>
</rss>

