<?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 mandatory fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/4766525#M1117299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am coding a dialog program, where one of screens has mandatory fields.... However If i press BACK with out filling these field, the previous screen should be displayed,how can i do that....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2008 17:25:40 GMT</pubDate>
    <dc:creator>SG141</dc:creator>
    <dc:date>2008-11-11T17:25:40Z</dc:date>
    <item>
      <title>mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/4766525#M1117299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am coding a dialog program, where one of screens has mandatory fields.... However If i press BACK with out filling these field, the previous screen should be displayed,how can i do that....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 17:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/4766525#M1117299</guid>
      <dc:creator>SG141</dc:creator>
      <dc:date>2008-11-11T17:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/4766526#M1117300</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 need to use the AT-Exit Command here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Function Code Attached with your BACK Button in your GUI Status should be of type "E".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a Type E function Code is fired, Control goes straight to the Module with AT-Exit Command in the PAI event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your BACK Button is of function type "E".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE BACK AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;  MODULE EXECUTE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE BACK INPUT.&lt;/P&gt;&lt;P&gt;  MESSAGE I888(BCTRAIN) WITH TEXT-002 OK_CODE INPUT1 INPUT2.&lt;/P&gt;&lt;P&gt;  IF OK_CODE = 'BACK'.&lt;/P&gt;&lt;P&gt;    CLEAR: OK_CODE, INPUT1, INPUT2.&lt;/P&gt;&lt;P&gt;    LEAVE TO SCREEN 100.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_NW04/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_NW04/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 17:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/4766526#M1117300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T17:39:54Z</dc:date>
    </item>
  </channel>
</rss>

