<?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: Module pool programming without pressing &amp;quot;Enter&amp;quot; button Field values not capturing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038189#M1899148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you build your own module pool. You don't need to read the values from screen with a FM.&lt;/P&gt;&lt;P&gt;Declare your variables, tables, with the same name you create them on the screen layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare your amount variable as a currency field of a table and flag the dictionary reference.&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;Thales Schmidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 19:51:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-17T19:51:42Z</dc:date>
    <item>
      <title>Module pool programming without pressing "Enter" button Field values not capturing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038188#M1899147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have a module pool program, in that having amount as a field with type WRBTR. I am entering amount in that field and doing some actions , the amount value is not capturing in that field without pressing Enter command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using "&lt;SPAN class="L0S33"&gt;'DYNP_VALUES_READ'" Function module to read that value, if the user enters 56,00 instead of 56.00 while assigning the value back to the screen field its dumping like CONVT_NO_NUMBER. Can you help on this issue&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 18:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038188#M1899147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-17T18:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool programming without pressing "Enter" button Field values not capturing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038189#M1899148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you build your own module pool. You don't need to read the values from screen with a FM.&lt;/P&gt;&lt;P&gt;Declare your variables, tables, with the same name you create them on the screen layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare your amount variable as a currency field of a table and flag the dictionary reference.&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;Thales Schmidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 19:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038189#M1899148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-17T19:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool programming without pressing "Enter" button Field values not capturing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038190#M1899149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I declared my variable Amount as BSID-WRBTR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i am mapping with the same field in screen&amp;nbsp; and format as "CURR" and reference field also i gave. Still the value s are not capturing with out pressing enter.&lt;/P&gt;&lt;P&gt;&lt;A href="http://"&gt;http://&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 20:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038190#M1899149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-17T20:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool programming without pressing "Enter" button Field values not capturing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038191#M1899150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu, that's how ABAP works, to "capture" the values you need to trigger a PAI event, this is done with ENTER, pushing a button or using the vertical scroll. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You CAN'T capture the value until this is done, there is no on_change event of any kind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a reason for this when you are in a dynpro without doing nothing you are not using any server resource, when you trigger a PAI event in that moment the program execute the PAI and then the PBO, and release the server resources until a next event is trigger, when you have a system that can be used by hundreds or thousands of people you only use the server resources when the users are really interacting with the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 00:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038191#M1899150</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2015-04-18T00:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool programming without pressing "Enter" button Field values not capturing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038192#M1899151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;In Screen painter after&amp;nbsp; process&amp;nbsp; after input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;IT_DIS.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;WA_DIS-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;WRBTR&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;MODULE AMT&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;ON &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;CHAIN-REQUEST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;ABAP Editor&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;SPAN style="color: #333333; font-size: 8pt;"&gt;AMT&lt;/SPAN&gt;&lt;/SPAN&gt; INPUT.&lt;/P&gt;&lt;P&gt;" Logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code will triggers without pressing enter key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 02:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming-without-pressing-quot-enter-quot-button-field/m-p/11038192#M1899151</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2015-04-18T02:10:43Z</dc:date>
    </item>
  </channel>
</rss>

