<?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 programing credit balance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249529#M1527387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Komal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the 'ON INPUT'  addition for checking whether the values are entered in the first two fields.&lt;/P&gt;&lt;P&gt;Once the input is given for the first two fields, the relevant code to calculate the value in the third field can be &lt;/P&gt;&lt;P&gt;written in that module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 07:21:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-22T07:21:02Z</dc:date>
    <item>
      <title>module pool programing credit balance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249528#M1527386</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 module pool programming suppose for example i need to enter two values in two fields and in the third field the value should come automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: amount 1000&lt;/P&gt;&lt;P&gt;       debit     500&lt;/P&gt;&lt;P&gt;     if i enter the above values, in the third field i need to automatically get the value for third field with calculations.&lt;/P&gt;&lt;P&gt;the third field should come as&lt;/P&gt;&lt;P&gt;      credit  500.&lt;/P&gt;&lt;P&gt;how can i resolve this.can any one guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;komal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 06:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249528#M1527386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T06:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programing credit balance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249529#M1527387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Komal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the 'ON INPUT'  addition for checking whether the values are entered in the first two fields.&lt;/P&gt;&lt;P&gt;Once the input is given for the first two fields, the relevant code to calculate the value in the third field can be &lt;/P&gt;&lt;P&gt;written in that module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 07:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249529#M1527387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T07:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programing credit balance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249530#M1527388</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 actually enable the Enter function keys in the PF Status of the screen. This way, everytime u hit enter, u will just have to check if the 2 fields contain the values -&amp;gt; if yes, then compute the result and display it in the third box. &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, 22 Sep 2010 07:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249530#M1527388</guid>
      <dc:creator>suman_pr</dc:creator>
      <dc:date>2010-09-22T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programing credit balance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249531#M1527389</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 the  PAI  flow logic give this --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field : fld1,fld2 module calculation on request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on request workes when ever u change the data in one of the two fields the module will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write ur calculation logic in  module calculation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 07:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249531#M1527389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T07:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programing credit balance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249532#M1527390</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;thanks to all of u guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programing-credit-balance/m-p/7249532#M1527390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T08:55:43Z</dc:date>
    </item>
  </channel>
</rss>

