<?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 capture enter command for validation in Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682362#M1767253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I tired with the solution mentioned in the link above &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10353" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;http://scn.sap.com/docs/DOC-10353&lt;/A&gt;using event&amp;nbsp; handle_data_change ,Now it triggers based on the enter command and I can validate ,but I am stuck up with a issue here wherein when a message pops up as a "invalid entry" I have to hit enter 3 times to let the pop up go and then if I go back to the previous screen and come back to this validation screen and again if there is a invalid entry to let&amp;nbsp; the pop up go it needs 6 enters this time and each time it increases. Could anyone please suggest how to eliminate this repeated calling of the handling data change event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Sarita Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 13:47:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-22T13:47:48Z</dc:date>
    <item>
      <title>how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682353#M1767244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can anybody please tell how to capture enter when trying to validate entries in module pool screen.My requirement was to create custom T-code to update two custom tables.I have done this requirement using custom container screen with ALV OOP.But now when trying to validate one of the table values which the user enters,I am able to do this requirement by doing validation when use clicks on sy-ucomm= 'save'&amp;nbsp; and the 'check mark' icon on the top,but also the requirement is to validate it when the user enters value on one single field cell and hits enter ,it should pop up a error message then if it is a invalid entry. I am unable to do the validation when the enter key is pressed.Please suggest how to proceed with this?&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;Sarita Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 20:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682353#M1767244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-20T20:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682354#M1767245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is event for ALV Oo, you could redefine it .. &lt;/P&gt;&lt;P&gt;or there is the module pool method : &lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; FIELD my_field.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends of your code.&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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682354#M1767245</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-08-21T06:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682355#M1767246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Register data_changed event for your ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;HANDLER &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;ref_event_handler&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;on_data_changed_grid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;ref_grid_items&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;2.&amp;nbsp;&amp;nbsp; Data_changed method definition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on_data_changed_grid &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;EVENT &lt;/SPAN&gt;data_changed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;/irm/cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING &lt;/SPAN&gt;er_data_changed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_onf4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_onf4_before&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_onf4_after&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;3. Data_changed method implementation. Here set some new OK Code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;on_data_changed_grid&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;cl_gui_cfw&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;set_new_ok_code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new_code &lt;SPAN class="L0S55"&gt;= 'ENTR'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDMETHOD&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;You can do validations for OK code ENTR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Praveen&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682355#M1767246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T06:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682356#M1767247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using OO ALV you can use the event DATA_CHANGED to validate the input as soon as the user leaves the field or press enter or tab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are lot of samples available...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10353"&gt;http://scn.sap.com/docs/DOC-10353&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682356#M1767247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T06:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682357#M1767248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the ALV Toolbar Buttons and Enable the SAVE button there. So that you can handle that data in the HANDLE_USER_COMMAND Method for Event USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to make use of SAVE button on the SAP GUI Status then you need to make sure that what changes that he had made in the ALV Container.&lt;/P&gt;&lt;P&gt;For that purpose make use of HANDLE_DATA_CHANGE and HANDLE_DATA_CHANGE_FINISH Methods in the CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do the 2 point in another way. Make sure that User Selects the Row in the ALV Container before he clicks SAVE button. To make the Selecting Button Enabled. You need to Pass &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;LVC_S_LAYO-SEL_MODE&amp;nbsp;&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'D'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Then When he clicks on SAVE call the Method GET_SELECTED_ROWS as shown below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CALL&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt;"&gt;METHOD&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; G_GRID-&amp;gt;GET_SELECTED_ROWS&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; ET_INDEX_ROWS = LT_ROWS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Hope you got it... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; Happy Coding&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682357#M1767248</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2013-08-21T06:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682358#M1767249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saritha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In module pool screen, you can define 'ENTER' fuction code in the pf status of the particular screen. It can be given in the 'Function Keys'.&lt;/P&gt;&lt;P&gt;We can capture the f-code and do requred validation in the PAI.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/265111" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682358#M1767249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T06:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682359#M1767250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I tired with the solution mentioned in the link above &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10353"&gt;http://scn.sap.com/docs/DOC-10353&lt;/A&gt; using event&amp;nbsp; handle_data_change ,Now it triggers based on the enter command and I can validate ,but I am stuck up with a issue here wherein when a message pops up as a "invalid entry" I have to hit enter 3 times to let the pop up go and then if I go back to the previous screen and come back to this validation screen and again if there is a invalid entry to let&amp;nbsp; the pop up go it needs 6 enters this time and each time it increases. Could anyone please suggest how to eliminate this repeated calling of the handling data change event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sarita Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 02:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682359#M1767250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-22T02:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682360#M1767251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saritha,&lt;/P&gt;&lt;P&gt;You can use case- endcase , when ok_code = 'ENTER' then write the code you need. If you want a popup to come then also it will work, say inside a perform you can write the validation rule, if not call the popup fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nivedita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 03:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682360#M1767251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-22T03:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682361#M1767252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarita,&lt;/P&gt;&lt;P&gt;The best way to validate the fields is to write validation code inside CHAIN .. END CHAIN. &lt;/P&gt;&lt;P&gt; try seeing this link&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/4804973"&gt;http://scn.sap.com/message/4804973&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or If u want to capture the 'ENTER' . try setting the PF status &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/265744" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 04:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682361#M1767252</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-08-22T04:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture enter command for validation in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682362#M1767253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I tired with the solution mentioned in the link above &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10353" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;http://scn.sap.com/docs/DOC-10353&lt;/A&gt;using event&amp;nbsp; handle_data_change ,Now it triggers based on the enter command and I can validate ,but I am stuck up with a issue here wherein when a message pops up as a "invalid entry" I have to hit enter 3 times to let the pop up go and then if I go back to the previous screen and come back to this validation screen and again if there is a invalid entry to let&amp;nbsp; the pop up go it needs 6 enters this time and each time it increases. Could anyone please suggest how to eliminate this repeated calling of the handling data change event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Sarita Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 13:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-enter-command-for-validation-in-module-pool/m-p/9682362#M1767253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-22T13:47:48Z</dc:date>
    </item>
  </channel>
</rss>

