<?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: Input in required fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443426#M210711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a function code to the BACK or CANCEL button and set this function code to type 'E' for EXIT.&lt;/P&gt;&lt;P&gt;Then in the PAI-processing of your screen at a statement ...MODULE AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;This module will then be processed before the "Obligatory check" and in this module you set the next screen or LEAVE TO SCREEN 0.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jun 2006 08:52:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-28T08:52:40Z</dc:date>
    <item>
      <title>Input in required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443424#M210709</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;I have made input required in some of the input fields in a screen. But I want the user to be able to go back in the program whitout putting values in the required fields by pressing back, cancel etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no matter what button is pressed the program diplays a message "Make an entry in all required fields". The only way to get out of the screen is to make entries in the required fields or close the session. Does anyone know how to get around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All answers will be appreciated and rewarded.&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;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 08:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443424#M210709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T08:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Input in required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443425#M210710</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 have to active a code for EXIT-COMMAND in yor bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE EXIT AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE EXIT.&lt;/P&gt;&lt;P&gt;SET SCREEN 0. LEAVE SCREEN.&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;From SAP help:&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;The module is only processed if the user enters a command beginning with "/E" in the command field, or chooses a function type E (assigned in the function list in the Menu Painter). &lt;/P&gt;&lt;P&gt;This addition is also valid for standalone MODULE statements without field assignment. &lt;/P&gt;&lt;P&gt;AT EXIT-COMMAND is only allowed in the PROCESS AFTER INPUT event. A module with this addition is processed before the automatic input checks and before all other PAI modules. &lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 08:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443425#M210710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T08:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Input in required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443426#M210711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a function code to the BACK or CANCEL button and set this function code to type 'E' for EXIT.&lt;/P&gt;&lt;P&gt;Then in the PAI-processing of your screen at a statement ...MODULE AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;This module will then be processed before the "Obligatory check" and in this module you set the next screen or LEAVE TO SCREEN 0.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 08:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443426#M210711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T08:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Input in required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443427#M210712</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;Without selecting the input required option , validate the field blank values in chain-endchain process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 08:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443427#M210712</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-06-28T08:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Input in required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443428#M210713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magnus,&lt;/P&gt;&lt;P&gt;U have to give the name of button as CANCEL and handle it in PAI as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE cancel AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE cancel INPUT.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 09:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-in-required-fields/m-p/1443428#M210713</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-06-28T09:06:01Z</dc:date>
    </item>
  </channel>
</rss>

