<?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 calculator for addition using module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculator-for-addition-using-module-pool/m-p/7585738#M1566753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;   I going to create a calculator for addition using module pool .&lt;/P&gt;&lt;P&gt;   i have set a screen 9001 and i placed a box and inside that i  &lt;/P&gt;&lt;P&gt;  placed 9 push buttons with the naming of 1,2,...9 as same as the normal calulator &lt;/P&gt;&lt;P&gt;  then i have a "PLUS" push button which is used to add the 2 numbers and i have a "SUM" push button in 9001.&lt;/P&gt;&lt;P&gt;  when i click the SUM push button it will call screen 9002 which have the input box for the result purpose.&lt;/P&gt;&lt;P&gt; can i do this or not??&lt;/P&gt;&lt;P&gt; i know it is little complicated but i need ur help..and also tell me can push button hold value or not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              thanks and regards,&lt;/P&gt;&lt;P&gt;                                  pradeep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Moderator Message: try it and find out for yourself.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Jan 19, 2011 4:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 10:06:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-19T10:06:37Z</dc:date>
    <item>
      <title>calculator for addition using module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculator-for-addition-using-module-pool/m-p/7585738#M1566753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;   I going to create a calculator for addition using module pool .&lt;/P&gt;&lt;P&gt;   i have set a screen 9001 and i placed a box and inside that i  &lt;/P&gt;&lt;P&gt;  placed 9 push buttons with the naming of 1,2,...9 as same as the normal calulator &lt;/P&gt;&lt;P&gt;  then i have a "PLUS" push button which is used to add the 2 numbers and i have a "SUM" push button in 9001.&lt;/P&gt;&lt;P&gt;  when i click the SUM push button it will call screen 9002 which have the input box for the result purpose.&lt;/P&gt;&lt;P&gt; can i do this or not??&lt;/P&gt;&lt;P&gt; i know it is little complicated but i need ur help..and also tell me can push button hold value or not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              thanks and regards,&lt;/P&gt;&lt;P&gt;                                  pradeep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Moderator Message: try it and find out for yourself.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Jan 19, 2011 4:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 10:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calculator-for-addition-using-module-pool/m-p/7585738#M1566753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T10:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: calculator for addition using module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculator-for-addition-using-module-pool/m-p/7585739#M1566754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need not create new screen. You can create a input/output box which actually stores the rusultant sum.For that text box input should be disabled in its properties.And in PAI of your + button you can put your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Maha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 10:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calculator-for-addition-using-module-pool/m-p/7585739#M1566754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: calculator for addition using module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculator-for-addition-using-module-pool/m-p/7585740#M1566755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai maha,&lt;/P&gt;&lt;P&gt;  Using i/o is very simpler one that i know but i need to create by using 9 push buttons.&lt;/P&gt;&lt;P&gt;                                                                         thanks,&lt;/P&gt;&lt;P&gt;                                                                         pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 10:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calculator-for-addition-using-module-pool/m-p/7585740#M1566755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T10:42:18Z</dc:date>
    </item>
  </channel>
</rss>

